Skip to content

Commit

Permalink
Bump flake8 from 6.0.0 to 7.0.0 in /requirements (#794)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 13, 2024
1 parent e1f78fb commit d9898c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
black<23.1.0;python_version<'3.7'
black==23.1.0;python_version>='3.7'
flake8<5.0.4;python_version<'3.8'
flake8==6.0.0;python_version>='3.8'
flake8==7.0.0;python_version>='3.8'
isort<5.12.0;python_version<'3.8'
isort==5.12.0;python_version>='3.8'
mock==5.1.0;python_version>='3.6'
Expand Down

0 comments on commit d9898c0

Please sign in to comment.