Skip to content

Commit 3d036b7

Browse files
Upgrade astroid to 2.15.3 (#8584)
Co-authored-by: Marc Mueller <[email protected]>
1 parent 7bde086 commit 3d036b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies = [
4040
# Also upgrade requirements_test_min.txt.
4141
# Pinned to dev of second minor update to allow editable installs and fix primer issues,
4242
# see https://github.com/pylint-dev/astroid/issues/1341
43-
"astroid>=2.15.2,<=2.17.0-dev0",
43+
"astroid>=2.15.3,<=2.17.0-dev0",
4444
"isort>=4.2.5,<6",
4545
"mccabe>=0.6,<0.8",
4646
"tomli>=1.1.0;python_version<'3.11'",

requirements_test_min.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-e .[testutils,spelling]
22
# astroid dependency is also defined in pyproject.toml
3-
astroid==2.15.2 # Pinned to a specific version for tests
3+
astroid==2.15.3 # Pinned to a specific version for tests
44
typing-extensions~=4.5
55
py~=1.11.0
66
pytest~=7.3

0 commit comments

Comments
 (0)