Skip to content

Commit

Permalink
Upgrade astroid to 2.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Jul 21, 2021
1 parent f039df2 commit d52584d
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,4 +1,4 @@
-e .
astroid==2.6.4 # Pinned to a specific version for tests
astroid==2.6.5 # Pinned to a specific version for tests
pytest~=6.2
pytest-benchmark~=3.4
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -42,7 +42,7 @@ project_urls =
[options]
packages = find:
install_requires =
astroid>=2.6.4,<2.7 # (You should also upgrade requirements_test_min.txt)
astroid>=2.6.5,<2.7 # (You should also upgrade requirements_test_min.txt)
isort>=4.2.5,<6
mccabe>=0.6,<0.7
toml>=0.7.1
Expand Down

0 comments on commit d52584d

Please sign in to comment.