]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Update flake8 requirement from ^3.7.9 to ^4.0.1 704/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 11 Oct 2021 16:03:21 +0000 (16:03 +0000)
committerGitHub <noreply@github.com>
Mon, 11 Oct 2021 16:03:21 +0000 (16:03 +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/3.7.9...4.0.1)

---
updated-dependencies:
- dependency-name: flake8
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
pyproject.toml

index 64003450d3def6b7a5b3548942addcd55842f383..ae662ed8171791cc717d378aabb14a129c154d49 100644 (file)
@@ -22,7 +22,7 @@ sniffio = {version="^1.1", optional=true}
 mypy = "^0.910"
 pytest = ">=5.4.1,<7"
 pytest-cov = "^3.0.0"
-flake8 = "^3.7.9"
+flake8 = "^4.0.1"
 sphinx = "^4.0.0"
 coverage = "^6.0"
 twine = "^3.1.1"