From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Oct 2021 16:03:21 +0000 (+0000) Subject: Update flake8 requirement from ^3.7.9 to ^4.0.1 X-Git-Tag: v2.2.0rc1~55^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F704%2Fhead;p=thirdparty%2Fdnspython.git 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] --- diff --git a/pyproject.toml b/pyproject.toml index 64003450..ae662ed8 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"