We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56fdadb commit 72a202aCopy full SHA for 72a202a
requirements_test_min.txt
@@ -1,4 +1,4 @@
1
-e .
2
-astroid==2.7.1 # Pinned to a specific version for tests
+astroid==2.7.2 # Pinned to a specific version for tests
3
pytest~=6.2
4
pytest-benchmark~=3.4
setup.cfg
@@ -43,7 +43,7 @@ project_urls =
43
packages = find:
44
install_requires =
45
appdirs>=1.4.0
46
- astroid>=2.7.1,<2.8 # (You should also upgrade requirements_test_min.txt)
+ astroid>=2.7.2,<2.8 # (You should also upgrade requirements_test_min.txt)
47
isort>=4.2.5,<6
48
mccabe>=0.6,<0.7
49
toml>=0.7.1
0 commit comments