diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2022-10-19 13:58:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-19 13:58:45 +0200 |
commit | 9b0ac710d301e33c6f721850a1848b45f37c01e5 (patch) | |
tree | c0229a241f3d154f07aa9af23089a3bd5817202e /requirements_test_min.txt | |
parent | 7088409227e826ed8720886252fe05265daa9045 (diff) | |
download | pylint-git-9b0ac710d301e33c6f721850a1848b45f37c01e5.tar.gz |
Upgrade astroid to 2.12.12 (#7649)
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 49ffc2e4d..2e923159d 100644 --- a/requirements_test_min.txt +++ b/requirements_test_min.txt @@ -1,7 +1,7 @@ -e .[testutils,spelling] # astroid dependency is also defined in pyproject.toml # You need to increment the CACHE_VERSION in github actions too -astroid==2.12.11 # Pinned to a specific version for tests +astroid==2.12.12 # Pinned to a specific version for tests typing-extensions~=4.4 pytest~=7.1 pytest-benchmark~=3.4 |