diff options
author | Marc Mueller <30130371+cdce8p@users.noreply.github.com> | 2021-04-10 17:01:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-10 17:01:15 +0200 |
commit | 078ebeab91722ed55a9ee49d0c2fbd9fd425421c (patch) | |
tree | 910ccfd00d2c89230afd02f1eeaef363780d9b26 /requirements_test_min.txt | |
parent | ac02be7686bd928729f843e08421fb63e1c38d4b (diff) | |
download | pylint-git-078ebeab91722ed55a9ee49d0c2fbd9fd425421c.tar.gz |
Update ``astroid`` to 2.5.3 (#4334)
* Add test case for typing.Generic with ABCMeta
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 f45556b88..389078c1e 100644 --- a/requirements_test_min.txt +++ b/requirements_test_min.txt @@ -1,4 +1,4 @@ -e . -astroid==2.5.2 # Pinned to a specific version for tests +astroid==2.5.3 # Pinned to a specific version for tests pytest~=6.2 pytest-benchmark~=3.2 |