Skip to content

Commit

Permalink
Bump flake8 from 6.0.0 to 7.0.0
Browse files Browse the repository at this point in the history
Bumps [flake8](https://github.com/pycqa/flake8) from 6.0.0 to 7.0.0.
- [Commits](PyCQA/flake8@6.0.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>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent ee40fd6 commit 4ca17ed
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
django==4.2.4
django-crispy-forms==1.14.0
django-debug-toolbar==4.1.0
flake8==6.0.0
flake8==7.0.0
black==23.3.0
coverage==7.2.6
model_bakery==1.13.0
Expand Down
15 changes: 11 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#
asgiref==3.6.0
# via django
backports-zoneinfo==0.2.1
# via django
black==23.3.0
# via -r requirements.in
build==0.8.0
Expand All @@ -25,7 +27,7 @@ django-crispy-forms==1.14.0
# via -r requirements.in
django-debug-toolbar==4.1.0
# via -r requirements.in
flake8==6.0.0
flake8==7.0.0
# via -r requirements.in
mccabe==0.7.0
# via flake8
Expand All @@ -47,16 +49,21 @@ pip-tools==6.13.0
# via -r requirements.in
platformdirs==2.5.2
# via black
pycodestyle==2.10.0
pycodestyle==2.11.1
# via flake8
pyflakes==3.0.1
pyflakes==3.2.0
# via flake8
sqlparse==0.4.2
# via
# django
# django-debug-toolbar
tomli==2.0.1
# via pep517
# via
# black
# build
# pep517
typing-extensions==4.9.0
# via black
wheel==0.37.1
# via pip-tools

Expand Down

0 comments on commit 4ca17ed

Please sign in to comment.