We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18cb026 commit 96c3198Copy full SHA for 96c3198
requirements_test_min.txt
@@ -1,6 +1,6 @@
1
-e .[testutil]
2
# astroid dependency is also defined in setup.cfg
3
-astroid==2.11.3 # Pinned to a specific version for tests
+astroid==2.11.5 # Pinned to a specific version for tests
4
typing-extensions~=4.1
5
pytest~=7.0
6
pytest-benchmark~=3.4
setup.cfg
@@ -48,7 +48,7 @@ install_requires =
48
# Also upgrade requirements_test_min.txt if you are bumping astroid.
49
# Pinned to dev of next minor update to allow editable installs,
50
# see https://github.com/PyCQA/astroid/issues/1341
51
- astroid>=2.11.3,<=2.12.0-dev0
+ astroid>=2.11.5,<=2.12.0-dev0
52
isort>=4.2.5,<6
53
mccabe>=0.6,<0.8
54
tomli>=1.1.0;python_version<"3.11"
0 commit comments