Skip to content

Commit 4c8cce7

Browse files
Upgrade astroid to 2.12.13
1 parent 64cb0bc commit 4c8cce7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies = [
3838
# Also upgrade requirements_test_min.txt.
3939
# Pinned to dev of second minor update to allow editable installs and fix primer issues,
4040
# see https://github.com/PyCQA/astroid/issues/1341
41-
"astroid>=2.12.12,<=2.14.0-dev0",
41+
"astroid>=2.12.13,<=2.14.0-dev0",
4242
"isort>=4.2.5,<6",
4343
"mccabe>=0.6,<0.8",
4444
"tomli>=1.1.0;python_version<'3.11'",

requirements_test_min.txt

Lines changed: 1 addition & 1 deletion
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.12.12 # Pinned to a specific version for tests
3+
astroid==2.12.13 # Pinned to a specific version for tests
44
typing-extensions~=4.4
55
py~=1.11.0
66
pytest~=7.2

0 commit comments

Comments
 (0)