We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 139cd71 commit 6484bfcCopy full SHA for 6484bfc
requirements_test_min.txt
@@ -1,4 +1,4 @@
1
-e .
2
-astroid==2.5.3 # Pinned to a specific version for tests
+astroid==2.5.4 # Pinned to a specific version for tests
3
pytest~=6.2
4
pytest-benchmark~=3.4
setup.cfg
@@ -41,7 +41,7 @@ project_urls =
41
[options]
42
packages = find:
43
install_requires =
44
- astroid>=2.5.3,<2.7
+ astroid>=2.5.4,<2.7
45
isort>=4.2.5,<6
46
mccabe>=0.6,<0.7
47
toml>=0.7.1
0 commit comments