summaryrefslogtreecommitdiff
path: root/requirements_test_min.txt
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-04-18 15:40:46 +0200
committerGitHub <noreply@github.com>2022-04-18 15:40:46 +0200
commit5feed2cbeff00c44e819b9bcac72305892f4b28f (patch)
treee7528b53a6670538aca4df3ebf377933d95afef0 /requirements_test_min.txt
parentef49a6ff542825c960239951416f2b95cc859b61 (diff)
downloadpylint-git-5feed2cbeff00c44e819b9bcac72305892f4b28f.tar.gz
Update typing-extensions requirement from ~=4.1 to ~=4.2 (#6380)
Updates the requirements on [typing-extensions](https://github.com/python/typing) to permit the latest version. - [Release notes](https://github.com/python/typing/releases) - [Changelog](https://github.com/python/typing/blob/master/typing_extensions/CHANGELOG) - [Commits](https://github.com/python/typing/compare/4.1.0...4.2.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 38cea37b8..502ed9b7a 100644
--- a/requirements_test_min.txt
+++ b/requirements_test_min.txt
@@ -1,7 +1,7 @@
-e .[testutil]
# astroid dependency is also defined in setup.cfg
astroid==2.11.2 # Pinned to a specific version for tests
-typing-extensions~=4.1
+typing-extensions~=4.2
pytest~=7.1
pytest-benchmark~=3.4
pytest-timeout~=2.1