Skip to content

Commit

Permalink
build(deps-dev): 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:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent c28c7fe commit 59eafa1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ exceptiongroup==1.2.0
# via pytest
filelock==3.4.0
# via virtualenv
flake8==6.0.0
flake8==7.0.0
# via -r requirements.dev.in
freezegun==1.1.0
# via pytest-freezegun
Expand Down Expand Up @@ -118,15 +118,15 @@ pluggy==1.0.0
# via pytest
pre-commit==3.3.3
# via -r requirements.dev.in
pycodestyle==2.10.0
pycodestyle==2.11.1
# via flake8
pycparser==2.21
# via cffi
pydantic==2.5.2
# via requirementslib
pydantic-core==2.14.5
# via pydantic
pyflakes==3.0.1
pyflakes==3.2.0
# via flake8
pynacl==1.5.0
# via paramiko
Expand Down

0 comments on commit 59eafa1

Please sign in to comment.