Skip to content

Commit 96c3198

Browse files
Upgrade astroid version to 2.11.5
1 parent 18cb026 commit 96c3198

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements_test_min.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-e .[testutil]
22
# astroid dependency is also defined in setup.cfg
3-
astroid==2.11.3 # Pinned to a specific version for tests
3+
astroid==2.11.5 # Pinned to a specific version for tests
44
typing-extensions~=4.1
55
pytest~=7.0
66
pytest-benchmark~=3.4

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ install_requires =
4848
# Also upgrade requirements_test_min.txt if you are bumping astroid.
4949
# Pinned to dev of next minor update to allow editable installs,
5050
# see https://github.com/PyCQA/astroid/issues/1341
51-
astroid>=2.11.3,<=2.12.0-dev0
51+
astroid>=2.11.5,<=2.12.0-dev0
5252
isort>=4.2.5,<6
5353
mccabe>=0.6,<0.8
5454
tomli>=1.1.0;python_version<"3.11"

0 commit comments

Comments
 (0)