summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-31 10:37:50 +0000
committerBrian May <brian@linuxpenguins.xyz>2023-09-09 12:10:57 +1000
commitefb7d1f6cc391701b837d75ad8be2634cb713767 (patch)
treef11526be7629a6e1c19bca1047c73d3f2386c580
parent031fb4d053c465cafa03c1b7ccdb0e3f549bace0 (diff)
Bump flake8 from 5.0.4 to 6.1.0
Bumps [flake8](https://github.com/pycqa/flake8) from 5.0.4 to 6.1.0. - [Commits](https://github.com/pycqa/flake8/compare/5.0.4...6.1.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 cb1dbd3..7d48652 100644
--- a/requirements-tests.txt
+++ b/requirements-tests.txt
@@ -1,6 +1,6 @@
-r requirements.txt
pytest==7.4.2
pytest-cov==4.1.0
-flake8==5.0.4
+flake8==6.1.0
pyflakes==2.5.0
bump2version==1.0.1