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 4.0.1 to 6.0.0 #256

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
12 changes: 5 additions & 7 deletions requirements.test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
#
attrs==21.4.0
# via pytest
flake8==4.0.1
flake8==6.0.0
# via -r requirements.test.in
freezegun==1.1.0
# via pytest-freezegun
iniconfig==1.1.1
# via pytest
mccabe==0.6.1
mccabe==0.7.0
# via flake8
mypy==0.971
# via -r requirements.test.in
Expand All @@ -24,9 +24,9 @@ pluggy==1.0.0
# via pytest
py==1.11.0
# via pytest
pycodestyle==2.8.0
pycodestyle==2.10.0
# via flake8
pyflakes==2.4.0
pyflakes==3.0.1
# via flake8
pyparsing==3.0.7
# via packaging
Expand All @@ -47,9 +47,7 @@ python-dateutil==2.8.2
six==1.16.0
# via python-dateutil
tomli==2.0.0
# via
# mypy
# pytest
# via pytest
typed-ast==1.5.4
# via -r requirements.test.in
types-pyyaml==6.0.11
Expand Down