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 5c0168d commit f95a232Copy full SHA for f95a232
requirements_test_min.txt
@@ -1,4 +1,4 @@
1
-e .
2
-astroid==2.6.1 # Pinned to a specific version for tests
+astroid==2.6.2 # Pinned to a specific version for tests
3
pytest~=6.2
4
pytest-benchmark~=3.4
setup.cfg
@@ -42,7 +42,7 @@ project_urls =
42
[options]
43
packages = find:
44
install_requires =
45
- astroid>=2.6.1,<2.7 # (You should also upgrade requirements_test_min.txt)
+ astroid>=2.6.2,<2.7 # (You should also upgrade requirements_test_min.txt)
46
isort>=4.2.5,<6
47
mccabe>=0.6,<0.7
48
toml>=0.7.1
0 commit comments