Skip to content

Commit b7592e6

Browse files
Bump astroid to 3.0.0a8
1 parent 158f3a9 commit b7592e6

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
@@ -41,7 +41,7 @@ dependencies = [
4141
# Also upgrade requirements_test_min.txt.
4242
# Pinned to dev of second minor update to allow editable installs and fix primer issues,
4343
# see https://github.com/pylint-dev/astroid/issues/1341
44-
"astroid>=3.0.0a7,<=3.1.0-dev0",
44+
"astroid>=3.0.0a8,<=3.1.0-dev0",
4545
"isort>=4.2.5,<6",
4646
"mccabe>=0.6,<0.8",
4747
"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==3.0.0a7 # Pinned to a specific version for tests
3+
astroid==3.0.0a8 # Pinned to a specific version for tests
44
typing-extensions~=4.7
55
py~=1.11.0
66
pytest~=7.4

0 commit comments

Comments
 (0)