summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-06-30 12:33:28 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-06-30 12:46:01 +0200
commitf95a2322a4035cc084670667160d967f8b05731a (patch)
tree6f67117e619ffad83fd26da96d629909a8ca3074
parent5c0168de35be72197153b0419533130eb39419d9 (diff)
downloadpylint-git-f95a2322a4035cc084670667160d967f8b05731a.tar.gz
Upgrade astroid to 2.6.2
-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 1583d57b1..e43a17aa7 100644
--- a/requirements_test_min.txt
+++ b/requirements_test_min.txt
@@ -1,4 +1,4 @@
-e .
-astroid==2.6.1 # Pinned to a specific version for tests
+astroid==2.6.2 # Pinned to a specific version for tests
pytest~=6.2
pytest-benchmark~=3.4
diff --git a/setup.cfg b/setup.cfg
index 331ea66f8..d21be24d0 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -42,7 +42,7 @@ project_urls =
[options]
packages = find:
install_requires =
- astroid>=2.6.1,<2.7 # (You should also upgrade requirements_test_min.txt)
+ astroid>=2.6.2,<2.7 # (You should also upgrade requirements_test_min.txt)
isort>=4.2.5,<6
mccabe>=0.6,<0.7
toml>=0.7.1