summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-10-11 16:03:21 +0000
committerGitHub <noreply@github.com>2021-10-11 16:03:21 +0000
commitaed16543f8182331066545b0103f4f2df229367e (patch)
treeda4d60fb48e252154df195c85be0f0ff7b6ad535
parentf8bd3357c0cc65b9dd20576c5891bbcd345766d3 (diff)
downloaddnspython-aed16543f8182331066545b0103f4f2df229367e.tar.gz
Update flake8 requirement from ^3.7.9 to ^4.0.1
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>
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 6400345..ae662ed 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -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"