summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 b8f39c7dd..5c7072a91 100644
--- a/requirements_test_min.txt
+++ b/requirements_test_min.txt
@@ -1,4 +1,4 @@
-e .
-astroid==2.5.6 # Pinned to a specific version for tests
+astroid==2.5.7 # Pinned to a specific version for tests
pytest~=6.2
pytest-benchmark~=3.4
diff --git a/setup.cfg b/setup.cfg
index 86c42a36a..bce20c1c7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -40,7 +40,7 @@ project_urls =
[options]
packages = find:
install_requires =
- astroid>=2.5.6,<2.7
+ astroid>=2.5.7,<2.7
isort>=4.2.5,<6
mccabe>=0.6,<0.7
toml>=0.7.1