Skip to content

Commit

Permalink
Upgrade astroid to 2.9.1
Browse files Browse the repository at this point in the history
Closes #1470
Closes #3499
Closes #4302
Closes #4798
Closes #5081
  • Loading branch information
Pierre-Sassoulas committed Dec 19, 2021
1 parent 4f95e4d commit 1712a48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements_test_min.txt
@@ -1,6 +1,6 @@
-e .
# astroid dependency is also defined in setup.cfg
astroid==2.9.0 # Pinned to a specific version for tests
astroid==2.9.1 # Pinned to a specific version for tests
pytest~=6.2
pytest-benchmark~=3.4
gitpython>3
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -44,7 +44,7 @@ project_urls =
packages = find:
install_requires =
platformdirs>=2.2.0
astroid>=2.9.0,<2.10 # (You should also upgrade requirements_test_min.txt)
astroid>=2.9.1,<2.10 # (You should also upgrade requirements_test_min.txt)
isort>=4.2.5,<6
mccabe>=0.6,<0.7
toml>=0.9.2
Expand Down

0 comments on commit 1712a48

Please sign in to comment.