diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-06-22 08:19:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-22 08:19:06 +0200 |
commit | 99589b08de8c5a2c6cc61e13a37420a868c80599 (patch) | |
tree | 1a619db3862bcc868bb22876d8f17eb4c22cac6c /requirements_test_min.txt | |
parent | cc01ec90f5b26272c670747c46a2088096cf1774 (diff) | |
download | pylint-git-99589b08de8c5a2c6cc61e13a37420a868c80599.tar.gz |
Upgrade astroid to 2.6.0 (#4602)
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 b48e37dcd..790e5af76 100644 --- a/requirements_test_min.txt +++ b/requirements_test_min.txt @@ -1,4 +1,4 @@ -e . -astroid==2.6.0-dev0 # Pinned to a specific version for tests +astroid==2.6.0 # Pinned to a specific version for tests pytest~=6.2 pytest-benchmark~=3.4 |