update ranges for dependencies

This commit is contained in:
SADIK KUZU 2023-03-18 14:16:25 +03:00 committed by GitHub
parent 45699b61ae
commit 6ea4e108c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,9 +40,9 @@ from now when you install it again.
|Flake8|'s dependencies tend to avoid new checks in patch versions which is
why |Flake8| expresses its dependencies roughly as::
pycodestyle >= 2.0.0, < 2.1.0
pyflakes >= 0.8.0, != 1.2.0, != 1.2.1, != 1.2.2, < 1.3.0
mccabe >= 0.5.0, < 0.6.0
pycodestyle >= 2.10.0, < 2.11.0
pyflakes >= 3.0.0, < 3.1.0
mccabe >= 0.7.0, < 0.8.0
This allows those projects to release patch versions that fix bugs and for
|Flake8| users to consume those fixes.