Skip to content

Commit 56645c3

Browse files
build(deps): bump boto3 from 1.40.25 to 1.40.40 in /jobs/async-upload (kubeflow#1679)
* build(deps): bump boto3 from 1.40.25 to 1.40.40 in /jobs/async-upload Bumps [boto3](https://github.com/boto/boto3) from 1.40.25 to 1.40.40. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.40.25...1.40.40) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.40.40 dependency-type: direct:production update-type: version-update:semver-patch ... 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 82a0e1b commit 56645c3

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

jobs/async-upload/poetry.lock

Lines changed: 11 additions & 11 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ aiohttp==3.12.15 ; python_version >= "3.11" and python_version < "4.0"
55
aiosignal==1.4.0 ; python_version >= "3.11" and python_version < "4.0"
66
annotated-types==0.7.0 ; python_version >= "3.11" and python_version < "4.0"
77
attrs==25.3.0 ; python_version >= "3.11" and python_version < "4.0"
8-
boto3==1.40.25 ; python_version >= "3.11" and python_version < "4.0"
9-
botocore==1.40.25 ; python_version >= "3.11" and python_version < "4.0"
8+
boto3==1.40.51 ; python_version >= "3.11" and python_version < "4.0"
9+
botocore==1.40.51 ; python_version >= "3.11" and python_version < "4.0"
1010
certifi==2025.7.14 ; python_version >= "3.11" and python_version < "4.0"
1111
charset-normalizer==3.4.2 ; python_version >= "3.11" and python_version < "4.0"
1212
click==8.2.1 ; python_version >= "3.11" and python_version < "4.0"
@@ -31,7 +31,7 @@ pydantic==2.11.5 ; python_version >= "3.11" and python_version < "4.0"
3131
python-dateutil==2.9.0.post0 ; python_version >= "3.11" and python_version < "4.0"
3232
pyyaml==6.0.2 ; python_version >= "3.11" and python_version < "4.0"
3333
requests==2.32.5 ; python_version >= "3.11" and python_version < "4.0"
34-
s3transfer==0.13.0 ; python_version >= "3.11" and python_version < "4.0"
34+
s3transfer==0.14.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"
3737
typing-extensions==4.15.0 ; python_version >= "3.11" and python_version < "4.0"

0 commit comments

Comments
 (0)