aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-09-14 09:59:18 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-09-14 10:14:19 +0200
commitca455ce7914cc41a51ea03e5201106f0f4de074d (patch)
tree82d966eb12c7e6f5daae676128200990b4654be3
parentbbaa7bc9200abaab5b32de8d55ae5cc6fbbbcece (diff)
downloadpylint-ca455ce7914cc41a51ea03e5201106f0f4de074d.tar.gz
Upgrade astroid to 2.8.0
-rw-r--r--requirements_test_min.txt3
-rw-r--r--setup.cfg2
2 files changed, 3 insertions, 2 deletions
diff --git a/requirements_test_min.txt b/requirements_test_min.txt
index 40b88797f..4eb27002c 100644
--- a/requirements_test_min.txt
+++ b/requirements_test_min.txt
@@ -1,4 +1,5 @@
-e .
-astroid==2.7.3 # Pinned to a specific version for tests
+# astroid dependency is also defined in setup.cfg
+astroid==2.8.0 # Pinned to a specific version for tests
pytest~=6.2
pytest-benchmark~=3.4
diff --git a/setup.cfg b/setup.cfg
index 8d5ff9044..7e18ba310 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -44,7 +44,7 @@ project_urls =
packages = find:
install_requires =
platformdirs>=2.2.0
- astroid>=2.7.3,<2.8 # (You should also upgrade requirements_test_min.txt)
+ astroid>=2.8.0,<2.9 # (You should also upgrade requirements_test_min.txt)
isort>=4.2.5,<6
mccabe>=0.6,<0.7
toml>=0.7.1