Skip to content

Commit cd1ddff

Browse files
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](python/typing_extensions@4.3.0...4.4.0) --- updated-dependencies: - dependency-name: typing-extensions dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pierre Sassoulas <[email protected]>
1 parent 1abfda9 commit cd1ddff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements_test_min.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# astroid dependency is also defined in pyproject.toml
33
# You need to increment the CACHE_VERSION in github actions too
44
astroid==2.12.11 # Pinned to a specific version for tests
5-
typing-extensions~=4.3
5+
typing-extensions~=4.4
66
pytest~=7.1
77
pytest-benchmark~=3.4
88
pytest-timeout~=2.1

0 commit comments

Comments
 (0)