summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-06-29 18:27:06 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-06-29 19:40:23 +0200
commitfed98574f909bb34cff32b63db4e93d5271cee32 (patch)
treede990970de18346e920885607923a1cd92f6ae22
parentdf5c3fcf2557bda0b8202ddd2aeb359bcbd0d994 (diff)
downloadpylint-git-fed98574f909bb34cff32b63db4e93d5271cee32.tar.gz
Upgrade astroid to 2.6.1
-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 790e5af76..1583d57b1 100644
--- a/requirements_test_min.txt
+++ b/requirements_test_min.txt
@@ -1,4 +1,4 @@
-e .
-astroid==2.6.0 # Pinned to a specific version for tests
+astroid==2.6.1 # Pinned to a specific version for tests
pytest~=6.2
pytest-benchmark~=3.4
diff --git a/setup.cfg b/setup.cfg
index 35d960c6f..7265d707d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -41,7 +41,7 @@ project_urls =
[options]
packages = find:
install_requires =
- astroid>=2.6.0,<2.7 # (You should also upgrade requirements_test_min.txt)
+ astroid>=2.6.1,<2.7 # (You should also upgrade requirements_test_min.txt)
isort>=4.2.5,<6
mccabe>=0.6,<0.7
toml>=0.7.1