summaryrefslogtreecommitdiff
path: root/requirements_test_min.txt
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-04 15:57:40 +0200
committerGitHub <noreply@github.com>2022-07-04 15:57:40 +0200
commit2dc0712f27ecc0a386fbf78ada887ec566972fa8 (patch)
tree852bd86c937f097099d6ae60238b052e13f0aadc /requirements_test_min.txt
parent8033706deeedae809694bedf23fe6bb6798db980 (diff)
downloadpylint-git-2dc0712f27ecc0a386fbf78ada887ec566972fa8.tar.gz
Update typing-extensions requirement from ~=4.2 to ~=4.3 (#7123)
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.2.0...4.3.0) --- updated-dependencies: - dependency-name: typing-extensions dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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 f93c408ae..d905879aa 100644
--- a/requirements_test_min.txt
+++ b/requirements_test_min.txt
@@ -1,7 +1,7 @@
-e .[testutils,spelling]
# astroid dependency is also defined in setup.cfg
astroid==2.11.6 # Pinned to a specific version for tests
-typing-extensions~=4.2
+typing-extensions~=4.3
pytest~=7.1
pytest-benchmark~=3.4
pytest-timeout~=2.1