]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Update flake8 requirement from ^4.0.1 to ^5.0.3 827/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 2 Aug 2022 16:02:37 +0000 (16:02 +0000)
committerGitHub <noreply@github.com>
Tue, 2 Aug 2022 16:02:37 +0000 (16:02 +0000)
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] <support@github.com>
pyproject.toml

index b33e4cb047e9d9c15060a0001d90bc68be4d82fb..26f66cacd63f25629ef46c8f42da31568ca0509f 100644 (file)
@@ -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"