summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-11-23 22:05:11 +0000
committerdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-06 18:04:02 +0000
commit80fcbc7a0295d6217273595e992bea0405691fda (patch)
treecd1bdfe9356d464048f5d2381cb41da2b41702db
parent433151acc2f4155142c004e8fae423c9a891d50e (diff)
downloadpymemcache-80fcbc7a0295d6217273595e992bea0405691fda.tar.gz
Bump flake8 from 5.0.2 to 6.0.0
Bumps [flake8](https://github.com/pycqa/flake8) from 5.0.2 to 6.0.0. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/5.0.2...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--lint-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lint-requirements.txt b/lint-requirements.txt
index a9f5942..a68ff31 100644
--- a/lint-requirements.txt
+++ b/lint-requirements.txt
@@ -1,4 +1,4 @@
black==22.10.0
docutils==0.19
-flake8==5.0.2
+flake8==6.0.0
pygments==2.13.0