Skip to content

Commit d668d6e

Browse files
Update flake8 requirement from ~=6.0 to ~=7.1
Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Commits](PyCQA/flake8@6.0.0...7.1.1) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 68b486c commit d668d6e

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pyyaml = "~=6.0"
2020
[dev-packages]
2121
# Codestyle checking modules:
2222
black = "~=25.1"
23-
flake8 = "~=6.0"
23+
flake8 = "~=7.1"
2424
pytest = "~=8.3"
2525
pytest-asyncio = "~=0.25"
2626
pytest-cov = "~=6.0"

Pipfile.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)