diff options
author | Marc Mueller <30130371+cdce8p@users.noreply.github.com> | 2021-11-21 19:45:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-21 19:45:17 +0100 |
commit | 079805b0f9d0324d1731595c0c6f8f36e5a999f4 (patch) | |
tree | 4f5075bb5fb9bddac8697cc900b51ca651996baf /requirements_test_min.txt | |
parent | 3455dc2bf9c436e6961fe74f04d03eb08e4bdb99 (diff) | |
download | pylint-git-079805b0f9d0324d1731595c0c6f8f36e5a999f4.tar.gz |
Upgrade astroid to 2.9.0 (#5355)
* Upgrade astroid to 2.9.0
* Fix slice index col_offset
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 b8c642a6a..d309c8607 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.5 # Pinned to a specific version for tests +astroid==2.9.0 # Pinned to a specific version for tests pytest~=6.2 pytest-benchmark~=3.4 |