summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2021-04-24 16:30:34 +0200
committerGitHub <noreply@github.com>2021-04-24 16:30:34 +0200
commitc91f7f9fc4247b1071c841131caed9a7b4d9c6d4 (patch)
tree5d79fe31c3cf6414e617769af0fcb20fa71d7a1c
parentcdeae9cd36f08b1c6289ed9eaaa7ada4be04c538 (diff)
downloadpylint-git-c91f7f9fc4247b1071c841131caed9a7b4d9c6d4.tar.gz
Update astroid to 2.5.4 (#4392)
-rw-r--r--ChangeLog2
-rw-r--r--doc/whatsnew/2.8.rst2
-rw-r--r--requirements_test_min.txt2
-rw-r--r--setup.cfg2
4 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 30c91a51a..613039c37 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -55,6 +55,8 @@ Release date: Undefined
* Don't auto-enable postponed evaluation of type annotations with Python 3.10
+* Update ``astroid`` to 2.5.4
+
What's New in Pylint 2.7.5?
===========================
diff --git a/doc/whatsnew/2.8.rst b/doc/whatsnew/2.8.rst
index 4f498268e..277bc8226 100644
--- a/doc/whatsnew/2.8.rst
+++ b/doc/whatsnew/2.8.rst
@@ -40,6 +40,6 @@ Other Changes
* The 'doc' extra-require has been removed. ``pylint.version`` is now ``pylint.__version__`` and ``__pkginfo__`` does
not contain the package metadata anymore.
-* Updated ``astroid`` to 2.5.3
+* Updated ``astroid`` to 2.5.4
* COPYING has been renamed to LICENSE for standardization.
diff --git a/requirements_test_min.txt b/requirements_test_min.txt
index 0d169c0c4..1e36a8394 100644
--- a/requirements_test_min.txt
+++ b/requirements_test_min.txt
@@ -1,4 +1,4 @@
-e .
-astroid==2.5.3 # Pinned to a specific version for tests
+astroid==2.5.4 # Pinned to a specific version for tests
pytest~=6.2
pytest-benchmark~=3.4
diff --git a/setup.cfg b/setup.cfg
index 9045c5ba9..6b90a5bab 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -42,7 +42,7 @@ project_urls =
[options]
packages = find:
install_requires =
- astroid>=2.5.3,<2.7
+ astroid>=2.5.4,<2.7
isort>=4.2.5,<6
mccabe>=0.6,<0.7
toml>=0.7.1