Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump flake8 from 6.1.0 to 7.0.0 #180

Merged
merged 1 commit into from
Feb 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions extras.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
#
# pip-compile extras.in
#
--extra-index-url https://www.piwheels.org/simple

autoflake==2.2.1
# via -r extras.in
black==23.9.1
Expand All @@ -20,6 +18,7 @@ colorama==0.4.6
# via tox
coverage[toml]==7.3.1
# via
# coverage
# coverage-badge
# pytest-cov
coverage-badge==1.1.0
Expand All @@ -32,7 +31,7 @@ filelock==3.12.4
# via
# tox
# virtualenv
flake8==6.1.0
flake8==7.0.0
# via -r extras.in
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -65,7 +64,7 @@ pluggy==1.3.0
# tox
pycodestyle==2.11.0
# via flake8
pyflakes==3.1.0
pyflakes==3.2.0
# via
# autoflake
# flake8
Expand Down
Loading