Skip to content

Commit 8f11288

Browse files
Update typing-extensions requirement from ~=4.14 to ~=4.15 (#10516)
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.14.0...4.15.0) --- updated-dependencies: - dependency-name: typing-extensions dependency-version: 4.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0e213cd commit 8f11288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements_test_min.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.[testutils,spelling]
22
# astroid dependency is also defined in pyproject.toml
33
astroid==4.0.0b2 # Pinned to a specific version for tests
4-
typing-extensions~=4.14
4+
typing-extensions~=4.15
55
py~=1.11.0
66
pytest~=8.4
77
pytest-benchmark~=5.1

0 commit comments

Comments
 (0)