File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ Release date: TBA
9
9
..
10
10
Put new features and bugfixes here and also in 'doc/whatsnew/2.9.rst'
11
11
12
+ * astroid has been upgraded to 2.6.0
13
+
12
14
* ``setuptools_scm`` has been removed and replaced by ``tbump`` in order to not
13
15
have hidden runtime dependencies to setuptools
14
16
Original file line number Diff line number Diff line change 1
1
-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
3
3
pytest~=6.2
4
4
pytest-benchmark~=3.4
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ project_urls =
41
41
[options]
42
42
packages = find:
43
43
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)
45
45
isort>=4.2.5,<6
46
46
mccabe>=0.6,<0.7
47
47
toml>=0.7.1
You can’t perform that action at this time.
0 commit comments