Skip to content

Commit 99589b0

Browse files
Upgrade astroid to 2.6.0 (#4602)
1 parent cc01ec9 commit 99589b0

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Release date: TBA
99
..
1010
Put new features and bugfixes here and also in 'doc/whatsnew/2.9.rst'
1111

12+
* astroid has been upgraded to 2.6.0
13+
1214
* ``setuptools_scm`` has been removed and replaced by ``tbump`` in order to not
1315
have hidden runtime dependencies to setuptools
1416

requirements_test_min.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-e .
2-
astroid==2.6.0-dev0 # Pinned to a specific version for tests
2+
astroid==2.6.0 # Pinned to a specific version for tests
33
pytest~=6.2
44
pytest-benchmark~=3.4

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ project_urls =
4141
[options]
4242
packages = find:
4343
install_requires =
44-
astroid>=2.6.0-dev0,<2.7 # (You should also upgrade requirements_test_min.txt)
44+
astroid>=2.6.0,<2.7 # (You should also upgrade requirements_test_min.txt)
4545
isort>=4.2.5,<6
4646
mccabe>=0.6,<0.7
4747
toml>=0.7.1

0 commit comments

Comments
 (0)