Skip to content

Commit ac2da87

Browse files
Upgrade the versions of astroid and dill (#7838)
* [dill] Use dill 0.3.6 for python 3.11 now that dill released it * Upgrade astroid to 2.12.13
1 parent 06d5d1a commit ac2da87

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

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

requirements_test_min.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
4-
typing-extensions~=4.3
3+
astroid==2.12.13 # Pinned to a specific version for tests
4+
typing-extensions~=4.4
55
py~=1.11.0
66
pytest~=7.2
77
pytest-benchmark~=4.0

0 commit comments

Comments
 (0)