summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2022-01-04 20:27:33 +0100
committerGitHub <noreply@github.com>2022-01-04 20:27:33 +0100
commitfb4259f9dea0b9b53c2f376daa36c93f9bfc1e14 (patch)
tree04d8268125a86ca9e6ff7d09bb60e10625b7edfa
parent8a45d9364b50fca2912f130fdbf0a558d1d2e114 (diff)
downloadpylint-git-fb4259f9dea0b9b53c2f376daa36c93f9bfc1e14.tar.gz
Update astroid to ``2.9.2`` (#5634)
-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 955b6683e..605fcf255 100644
--- a/requirements_test_min.txt
+++ b/requirements_test_min.txt
@@ -1,6 +1,6 @@
-e .
# astroid dependency is also defined in setup.cfg
-astroid==2.9.1 # Pinned to a specific version for tests
+astroid==2.9.2 # Pinned to a specific version for tests
pytest~=6.2
pytest-benchmark~=3.4
gitpython>3
diff --git a/setup.cfg b/setup.cfg
index d78790d52..71f9a1bf9 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -45,7 +45,7 @@ packages = find:
install_requires =
dill>=0.2
platformdirs>=2.2.0
- astroid>=2.9.1,<2.10 # (You should also upgrade requirements_test_min.txt)
+ astroid>=2.9.2,<2.10 # (You should also upgrade requirements_test_min.txt)
isort>=4.2.5,<6
mccabe>=0.6,<0.7
toml>=0.9.2