summaryrefslogtreecommitdiff
path: root/requirements_test_min.txt
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-11-24 20:09:34 +0100
committerGitHub <noreply@github.com>2022-11-24 20:09:34 +0100
commit15733b4c8117e19e57e60a003e693ca2a5c494a7 (patch)
tree3b78e75bc169ee5a2db53e5d324e2f72db7c4071 /requirements_test_min.txt
parent87fedef67466586f597754d920e77105820c539e (diff)
downloadpylint-git-15733b4c8117e19e57e60a003e693ca2a5c494a7.tar.gz
Upgrade the versions of astroid and dill (#7838)
* [dill] Use dill 0.3.6 for python 3.11 now that dill released it * Upgrade astroid to 2.12.13 * Fix backport job
Diffstat (limited to 'requirements_test_min.txt')
-rw-r--r--requirements_test_min.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements_test_min.txt b/requirements_test_min.txt
index 77dd54a95..9569d9a29 100644
--- a/requirements_test_min.txt
+++ b/requirements_test_min.txt
@@ -1,6 +1,6 @@
-e .[testutils,spelling]
# astroid dependency is also defined in pyproject.toml
-astroid==2.12.12 # Pinned to a specific version for tests
+astroid==2.12.13 # Pinned to a specific version for tests
typing-extensions~=4.4
py~=1.11.0
pytest~=7.2