summaryrefslogtreecommitdiff
path: root/requirements_test_min.txt
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-14 13:05:15 +0000
committerDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2022-03-15 09:52:48 +0100
commitfcc17e97f35263775fbd27b3a8f8cf05e3f27613 (patch)
tree05d5dcb3318a729486c91287d77454046b5d9d52 /requirements_test_min.txt
parent849bdda236ec8024d9230ef4d300feb29b679fc6 (diff)
downloadpylint-git-fcc17e97f35263775fbd27b3a8f8cf05e3f27613.tar.gz
Update typing-extensions requirement from ~=4.0 to ~=4.1
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.0.0...4.1.1) --- 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 10385cd5b..f577fbddc 100644
--- a/requirements_test_min.txt
+++ b/requirements_test_min.txt
@@ -1,6 +1,6 @@
-e .[testutil]
# astroid dependency is also defined in setup.cfg
astroid==2.11.0 # Pinned to a specific version for tests
-typing-extensions~=4.0
+typing-extensions~=4.1
pytest~=7.0
pytest-benchmark~=3.4