From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 16:02:37 +0000 (+0000) Subject: Update flake8 requirement from ^4.0.1 to ^5.0.3 X-Git-Tag: v2.3.0rc1~56^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F827%2Fhead;p=thirdparty%2Fdnspython.git Update flake8 requirement from ^4.0.1 to ^5.0.3 Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/4.0.1...5.0.3) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- diff --git a/pyproject.toml b/pyproject.toml index b33e4cb0..26f66cac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ wmi = {version="^1.5.1", optional=true} [tool.poetry.dev-dependencies] pytest = ">=5.4.1,<8" pytest-cov = "^3.0.0" -flake8 = "^4.0.1" +flake8 = "^5.0.3" sphinx = "^4.0.0" coverage = "^6.0" twine = "^4.0.0"