summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-10-17 10:24:04 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-10-17 10:34:19 +0200
commitc332fda9c5e8a2f2bf6588eeb90b3cf5541dc63d (patch)
tree190e811df4969e0598b8835bb8c21938a7f1588a
parentc81cc531ae12b5d2e000a5eecdad657d5b8c35ea (diff)
downloadpylint-git-c332fda9c5e8a2f2bf6588eeb90b3cf5541dc63d.tar.gz
Upgrade astroid version to 2.8.3
-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 6e1e7e4eb..568d78b68 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.2 # Pinned to a specific version for tests
+astroid==2.8.3 # Pinned to a specific version for tests
pytest~=6.2
pytest-benchmark~=3.4
diff --git a/setup.cfg b/setup.cfg
index 1a2f14599..89071924a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -44,7 +44,7 @@ project_urls =
packages = find:
install_requires =
platformdirs>=2.2.0
- astroid>=2.8.2,<2.9 # (You should also upgrade requirements_test_min.txt)
+ astroid>=2.8.3,<2.9 # (You should also upgrade requirements_test_min.txt)
isort>=4.2.5,<6
mccabe>=0.6,<0.7
toml>=0.9.2