diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-06-07 20:38:27 +0200 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-06-07 21:19:33 +0200 |
commit | 9eac6a303f0cdc40510e6eb56e356d1df6d6631e (patch) | |
tree | 570d64fcd0499e3f785d4794e40fd42738005de9 /requirements_test_min.txt | |
parent | 3ca2b2580fa27324c45ccbb968de06fe4b15a994 (diff) | |
download | pylint-git-9eac6a303f0cdc40510e6eb56e356d1df6d6631e.tar.gz |
Upgrade to astroid 2.5.8
Closes #4524
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 5c7072a91..3d5a47445 100644 --- a/requirements_test_min.txt +++ b/requirements_test_min.txt @@ -1,4 +1,4 @@ -e . -astroid==2.5.7 # Pinned to a specific version for tests +astroid==2.5.8 # Pinned to a specific version for tests pytest~=6.2 pytest-benchmark~=3.4 |