diff options
author | Marc Mueller <30130371+cdce8p@users.noreply.github.com> | 2021-10-07 14:10:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-07 14:10:06 +0200 |
commit | c4b54416d985da0dd7292de491874fcffcd7c375 (patch) | |
tree | 3e772f5dc0ab08b536a404edae1d6b8da7828ea1 /requirements_test_min.txt | |
parent | 9fa7d5906e5f04a566e8017e9406ee358f3df105 (diff) | |
download | pylint-git-c4b54416d985da0dd7292de491874fcffcd7c375.tar.gz |
Update astroid to 2.8.2 (#5126)
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 4eb27002c..6e1e7e4eb 100644 --- a/requirements_test_min.txt +++ b/requirements_test_min.txt @@ -1,5 +1,5 @@ -e . # astroid dependency is also defined in setup.cfg -astroid==2.8.0 # Pinned to a specific version for tests +astroid==2.8.2 # Pinned to a specific version for tests pytest~=6.2 pytest-benchmark~=3.4 |