summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2021-10-11 09:40:47 -0700
committerGitHub <noreply@github.com>2021-10-11 09:40:47 -0700
commit380846b2d6b550963d3e117f15abf8da26d18505 (patch)
treeda4d60fb48e252154df195c85be0f0ff7b6ad535
parentf8bd3357c0cc65b9dd20576c5891bbcd345766d3 (diff)
parentaed16543f8182331066545b0103f4f2df229367e (diff)
downloaddnspython-380846b2d6b550963d3e117f15abf8da26d18505.tar.gz
Merge pull request #704 from rthalley/dependabot/pip/flake8-tw-4.0.1
Update flake8 requirement from ^3.7.9 to ^4.0.1
-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"