diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-12-19 18:19:56 +0100 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-12-31 15:46:18 +0100 |
commit | 1215cf34e8870dccf3225dd35e3948f2b3a7f5b9 (patch) | |
tree | 9f5624ecf556d1c056c63b907c4356bfc8552413 /requirements_test_min.txt | |
parent | db0060a03a6b14f7ca7eb77ce028c6a660766866 (diff) | |
download | pylint-git-1215cf34e8870dccf3225dd35e3948f2b3a7f5b9.tar.gz |
Upgrade astroid to 2.9.1
Closes #1470
Closes #3499
Closes #4302
Closes #4798
Closes #5081
Diffstat (limited to 'requirements_test_min.txt')
-rw-r--r-- | requirements_test_min.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements_test_min.txt b/requirements_test_min.txt index a0e339897..955b6683e 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 |