summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-10 11:12:02 +0000
committerGitHub <noreply@github.com>2023-04-10 11:12:02 +0000
commiteabc10643a8ec49224a52d103a02fa1be9a8f40f (patch)
treeb3f16307d8feb2f6f5d923769a0dd9456c5852ea
parentfd8a0b624d8f5d389136dbda32466ee4a573951b (diff)
Bump flake8 from 5.0.4 to 6.0.0dependabot/pip/flake8-6.0.0
Bumps [flake8](https://github.com/pycqa/flake8) from 5.0.4 to 6.0.0. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/5.0.4...6.0.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--requirements-tests.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements-tests.txt b/requirements-tests.txt
index 33537a9..cce5f3f 100644
--- a/requirements-tests.txt
+++ b/requirements-tests.txt
@@ -1,6 +1,6 @@
-r requirements.txt
pytest==7.3.0
pytest-cov==4.0.0
-flake8==5.0.4
+flake8==6.0.0
pyflakes==2.5.0
bump2version==1.0.1