summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-05 10:13:58 +0000
committerGitHub <noreply@github.com>2024-01-05 10:13:58 +0000
commit6836d6603111b21ae101dd8e2a805fe7a58605b4 (patch)
treed3ef17fe559434ea3dc2c624d79dbdd25909e377
parenta604d107ef52a069b8e97ac15ff668ae2aea293b (diff)
Bump flake8 from 6.1.0 to 7.0.0dependabot/pip/flake8-7.0.0
Bumps [flake8](https://github.com/pycqa/flake8) from 6.1.0 to 7.0.0. - [Commits](https://github.com/pycqa/flake8/compare/6.1.0...7.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 71fe081..9dfb25d 100644
--- a/requirements-tests.txt
+++ b/requirements-tests.txt
@@ -1,6 +1,6 @@
-r requirements.txt
pytest==7.4.4
pytest-cov==4.1.0
-flake8==6.1.0
+flake8==7.0.0
pyflakes==3.1.0
bump2version==1.0.1