summaryrefslogtreecommitdiff
path: root/requirements_test_min.txt
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-10 17:49:39 +0200
committerGitHub <noreply@github.com>2022-10-10 17:49:39 +0200
commitcd1ddffb0b78847877d26955eb786b6d590bdea6 (patch)
tree37f589386b9ee0a168b4d0c007d5f45772e5f2b5 /requirements_test_min.txt
parent1abfda91334f62bbc8590f8415811feb94aeb8a5 (diff)
downloadpylint-git-cd1ddffb0b78847877d26955eb786b6d590bdea6.tar.gz
Update typing-extensions requirement from ~=4.3 to ~=4.4 (#7594)
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.3.0...4.4.0) --- updated-dependencies: - dependency-name: typing-extensions dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.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 6b2dcdf2a..49ffc2e4d 100644
--- a/requirements_test_min.txt
+++ b/requirements_test_min.txt
@@ -2,7 +2,7 @@
# 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
-typing-extensions~=4.3
+typing-extensions~=4.4
pytest~=7.1
pytest-benchmark~=3.4
pytest-timeout~=2.1