summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2021-11-12 17:29:07 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-11-12 16:39:35 +0100
commit57768ebbd7333035694d9f6bc3ad0be798572651 (patch)
treed18328954a9777cdfe0f92e8532b6b49292e5a23
parent5ea2cbe2eb8461c1c00ae0058819d5d44f665e03 (diff)
downloadpylint-git-57768ebbd7333035694d9f6bc3ad0be798572651.tar.gz
Bump ``astroid`` version to ``2.8.5``
-rw-r--r--requirements_test_min.txt2
-rw-r--r--setup.cfg2
2 files changed, 2 insertions, 2 deletions
diff --git a/requirements_test_min.txt b/requirements_test_min.txt
index 80c4e382f..b8c642a6a 100644
--- a/requirements_test_min.txt
+++ b/requirements_test_min.txt
@@ -1,5 +1,5 @@
-e .
# astroid dependency is also defined in setup.cfg
-astroid==2.8.4 # Pinned to a specific version for tests
+astroid==2.8.5 # Pinned to a specific version for tests
pytest~=6.2
pytest-benchmark~=3.4
diff --git a/setup.cfg b/setup.cfg
index bcbcbab55..8140d4960 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -44,7 +44,7 @@ project_urls =
packages = find:
install_requires =
platformdirs>=2.2.0
- astroid>=2.8.4,<2.9 # (You should also upgrade requirements_test_min.txt)
+ astroid>=2.8.5,<2.9 # (You should also upgrade requirements_test_min.txt)
isort>=4.2.5,<6
mccabe>=0.6,<0.7
toml>=0.9.2