Skip to content

Commit

Permalink
Upgrade astroid to 2.6.0 (pylint-dev#4602)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Jun 22, 2021
1 parent cc01ec9 commit 99589b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Release date: TBA
..
Put new features and bugfixes here and also in 'doc/whatsnew/2.9.rst'

* astroid has been upgraded to 2.6.0

* ``setuptools_scm`` has been removed and replaced by ``tbump`` in order to not
have hidden runtime dependencies to setuptools

Expand Down
2 changes: 1 addition & 1 deletion requirements_test_min.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-e .
astroid==2.6.0-dev0 # Pinned to a specific version for tests
astroid==2.6.0 # Pinned to a specific version for tests
pytest~=6.2
pytest-benchmark~=3.4
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ project_urls =
[options]
packages = find:
install_requires =
astroid>=2.6.0-dev0,<2.7 # (You should also upgrade requirements_test_min.txt)
astroid>=2.6.0,<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 99589b0

Please sign in to comment.