Skip to content

Commit 88ef06a

Browse files
chore(deps): bump typing-extensions from 4.9.0 to 4.15.0 in /sdk/python
Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.9.0 to 4.15.0. - [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.9.0...4.15.0) --- updated-dependencies: - dependency-name: typing-extensions dependency-version: 4.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 93c203d commit 88ef06a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdk/python/requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ platformdirs==4.1.0
2222
# via black
2323
ruff==0.1.14
2424
# via -r requirements.in
25-
typing-extensions==4.9.0
25+
typing-extensions==4.15.0
2626
# via mypy

sdk/python/requirements/proj.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ sniffio==1.3.0
5454
# via
5555
# anyio
5656
# httpx
57-
typing-extensions==4.9.0
57+
typing-extensions==4.15.0
5858
# via -r requirements.in
5959
yarl==1.9.4
6060
# via gql

0 commit comments

Comments
 (0)