From 4def4f8894da43bf4c8db6a7aebcbb9336ec5292 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jun 2025 12:59:25 +0000 Subject: [PATCH] Bump botocore from 1.38.42 to 1.38.45 Bumps [botocore](https://github.com/boto/botocore) from 1.38.42 to 1.38.45. - [Commits](https://github.com/boto/botocore/compare/1.38.42...1.38.45) --- updated-dependencies: - dependency-name: botocore dependency-version: 1.38.45 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 18 +++++++++--------- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index 269c8ac2f..012d1f98b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -220,18 +220,18 @@ cryptography = "*" [[package]] name = "awscli" -version = "1.40.41" +version = "1.40.44" description = "Universal Command Line Environment for AWS." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "awscli-1.40.41-py3-none-any.whl", hash = "sha256:d75cc6c654418ac4d30eb996081033e90024fa7a661db8ab40de4b5a545eaa79"}, - {file = "awscli-1.40.41.tar.gz", hash = "sha256:553c3a3ba7879be18c5db219f9a710daf90d750044eb604297b25805b05ebc42"}, + {file = "awscli-1.40.44-py3-none-any.whl", hash = "sha256:88a98d913487775bcf3b1c63738bfbe6730a4d690afffd21fe5af160aac78eae"}, + {file = "awscli-1.40.44.tar.gz", hash = "sha256:d08be424ee9ecc04df53a4266ea064928d70de2e7819798b996cfee21401d09a"}, ] [package.dependencies] -botocore = "1.38.42" +botocore = "1.38.45" colorama = ">=0.2.5,<0.4.7" docutils = ">=0.18.1,<=0.19" PyYAML = ">=3.10,<6.1" @@ -333,14 +333,14 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.38.42" +version = "1.38.45" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.9" groups = ["main", "dev"] files = [ - {file = "botocore-1.38.42-py3-none-any.whl", hash = "sha256:fbbeac30c045b5c19f1c3bb063ea2b6315ce2d6fcb3d898e87d1c1846297961c"}, - {file = "botocore-1.38.42.tar.gz", hash = "sha256:3a14188e48f6e26be561164373d34150fa9cb39f7ad32cc745dcd3ab05f43683"}, + {file = "botocore-1.38.45-py3-none-any.whl", hash = "sha256:ea8be5a9c10ac557bebd823044b386f50ebb905e173dd5927a4233405d36c797"}, + {file = "botocore-1.38.45.tar.gz", hash = "sha256:02e14c45c350532cc64e3cc8ccb9adf25af4cca750f7d7e765a43fbe3df06aed"}, ] [package.dependencies] @@ -3478,4 +3478,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "350611ee13ef6aefb16bb0a69766b37d5691ba38f74e6dc6f4c08be2b0223b26" +content-hash = "2a1f2cbaf52166fdae1ff30c6f9cc978516b3d88b6fb4a137e62e0dc8fd4038a" diff --git a/pyproject.toml b/pyproject.toml index b55498847..35182630f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ yarl = "^1.18.3" pydantic = "^2.11.7" asgiref = "^3.8.1" boto3 = "^1.37.3" -botocore = "^1.38.40" +botocore = "^1.38.45" eval-type-backport = "^0.2.2" mangum = "^0.19.0" wireup = "^2.0.0"