summaryrefslogtreecommitdiff
path: root/requirements_test_min.txt
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-09-06 12:44:37 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-09-06 23:33:59 +0200
commita21af6a7971f70a8cbd5e89acce213c17c75e813 (patch)
tree59447bcff6a246ed16e87f078b9b5c839aa16886 /requirements_test_min.txt
parentb04722031eef4e9c05c4bdb5a253a8131d2d5fa8 (diff)
downloadpylint-git-a21af6a7971f70a8cbd5e89acce213c17c75e813.tar.gz
Upgrade astroid version following 2.12.8 release
Diffstat (limited to 'requirements_test_min.txt')
-rw-r--r--requirements_test_min.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements_test_min.txt b/requirements_test_min.txt
index 4c8946c78..e3f671d73 100644
--- a/requirements_test_min.txt
+++ b/requirements_test_min.txt
@@ -1,9 +1,9 @@
-e .[testutils,spelling]
# astroid dependency is also defined in pyproject.toml
-astroid==2.12.4 # Pinned to a specific version for tests
+astroid==2.12.8 # Pinned to a specific version for tests
typing-extensions~=4.3
pytest~=7.1
pytest-benchmark~=3.4
pytest-timeout~=2.1
-towncrier~=21.9
+towncrier~=22.8
requests