From 1215cf34e8870dccf3225dd35e3948f2b3a7f5b9 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Sun, 19 Dec 2021 18:19:56 +0100 Subject: [PATCH] Upgrade astroid to 2.9.1 Closes #1470 Closes #3499 Closes #4302 Closes #4798 Closes #5081 --- requirements_test_min.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements_test_min.txt b/requirements_test_min.txt index a0e339897d..955b6683e9 100644 --- a/requirements_test_min.txt +++ b/requirements_test_min.txt @@ -1,6 +1,6 @@ -e . # astroid dependency is also defined in setup.cfg -astroid==2.9.0 # Pinned to a specific version for tests +astroid==2.9.1 # Pinned to a specific version for tests pytest~=6.2 pytest-benchmark~=3.4 gitpython>3 diff --git a/setup.cfg b/setup.cfg index 8b438e6459..1d1a8cc723 100644 --- a/setup.cfg +++ b/setup.cfg @@ -45,7 +45,7 @@ packages = find: install_requires = dill>=0.2 platformdirs>=2.2.0 - astroid>=2.9.0,<2.10 # (You should also upgrade requirements_test_min.txt) + astroid>=2.9.1,<2.10 # (You should also upgrade requirements_test_min.txt) isort>=4.2.5,<6 mccabe>=0.6,<0.7 toml>=0.9.2