Skip to content

Commit

Permalink
Package Update: Bump flake8 from 6.1.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.1.0 to 7.0.0.
- [Commits](PyCQA/flake8@6.1.0...7.0.0)

---
updated-dependencies:
- dependency-name: flake8
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent bc26d54 commit 5206d68
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
black ~= 23.9.1
Flask ~= 3.0.0
flake8 ~= 6.1.0
flake8 ~= 7.0.0
pytest ~= 7.4.2
pytest-cov ~= 4.1.0
ruff ~= 0.0.290
Expand Down
8 changes: 5 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ click==8.1.3
# black
# flask
coverage[toml]==7.0.4
# via pytest-cov
flake8==6.1.0
# via
# coverage
# pytest-cov
flake8==7.0.0
# via -r requirements.in
flask==3.0.0
# via -r requirements.in
Expand Down Expand Up @@ -44,7 +46,7 @@ pluggy==1.0.0
# via pytest
pycodestyle==2.11.0
# via flake8
pyflakes==3.1.0
pyflakes==3.2.0
# via flake8
pytest==7.4.2
# via
Expand Down

0 comments on commit 5206d68

Please sign in to comment.