summaryrefslogtreecommitdiff
path: root/requirements_test_min.txt
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-20 13:57:38 +0000
committerDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2023-02-26 18:11:33 +0100
commitb70d2abd7fabe9bfd735a30b593b9cd5eaa36194 (patch)
treec8b5dbd0034bc1cc6049b873ee58674a36e8f7b2 /requirements_test_min.txt
parent2756dcaf4acde45c032ec0bb65a9bdd3a9404541 (diff)
downloadpylint-git-b70d2abd7fabe9bfd735a30b593b9cd5eaa36194.tar.gz
Update typing-extensions requirement from ~=4.4 to ~=4.5
Updates the requirements on [typing-extensions](https://github.com/python/typing_extensions) to permit the latest version. - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](https://github.com/python/typing_extensions/compare/4.4.0...4.5.0) --- updated-dependencies: - dependency-name: typing-extensions dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
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 a4e6c307f..7328b2bf8 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
astroid==2.14.2 # Pinned to a specific version for tests
-typing-extensions~=4.4
+typing-extensions~=4.5
py~=1.11.0
pytest~=7.2
pytest-benchmark~=4.0