Skip to content

Commit

Permalink
Bump flake8 from 7.0.0 to 7.1.0
Browse files Browse the repository at this point in the history
Bumps [flake8](https://github.com/pycqa/flake8) from 7.0.0 to 7.1.0.
- [Commits](PyCQA/flake8@7.0.0...7.1.0)

---
updated-dependencies:
- dependency-name: flake8
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent 9eb68c0 commit 455c2bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
-c requirements.txt

pip-tools==7.3.0
flake8==7.0.0
flake8==7.1.0
django-webtest==1.9.11
coverage==7.5.3
4 changes: 2 additions & 2 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ coverage==7.5.3
# via -r requirements.dev.in
django-webtest==1.9.11
# via -r requirements.dev.in
flake8==7.0.0
flake8==7.1.0
# via -r requirements.dev.in
mccabe==0.7.0
# via flake8
Expand All @@ -26,7 +26,7 @@ packaging==24.0
# build
pip-tools==7.3.0
# via -r requirements.dev.in
pycodestyle==2.11.1
pycodestyle==2.12.0
# via flake8
pyflakes==3.2.0
# via flake8
Expand Down

0 comments on commit 455c2bd

Please sign in to comment.