Skip to content

Commit 93dceaf

Browse files
build(deps): bump typing-extensions from 4.13.2 to 4.15.0 in /jobs/async-upload (kubeflow#1677)
* build(deps): bump typing-extensions in /jobs/async-upload Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.13.2 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.13.2...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] <[email protected]> * add to requirements.txt too Signed-off-by: Matteo Mortari <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Matteo Mortari <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matteo Mortari <[email protected]>
1 parent 1cdc135 commit 93dceaf

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

jobs/async-upload/poetry.lock

Lines changed: 6 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jobs/async-upload/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ requests==2.32.5 ; python_version >= "3.11" and python_version < "4.0"
3434
s3transfer==0.13.0 ; python_version >= "3.11" and python_version < "4.0"
3535
six==1.17.0 ; python_version >= "3.11" and python_version < "4.0"
3636
tqdm==4.67.1 ; python_version >= "3.11" and python_version < "4.0"
37-
typing-extensions==4.13.2 ; python_version >= "3.11" and python_version < "4.0"
37+
typing-extensions==4.15.0 ; python_version >= "3.11" and python_version < "4.0"
3838
typing-inspection==0.4.1 ; python_version >= "3.11" and python_version < "4.0"
3939
urllib3==2.5.0 ; python_version >= "3.11" and python_version < "4.0"
4040
yarl==1.20.1 ; python_version >= "3.11" and python_version < "4.0"

0 commit comments

Comments
 (0)