From 78497a36b1320e82149e85153dc6c5bbf71a5ca4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jun 2025 12:56:42 +0000 Subject: [PATCH] Bump botocore from 1.38.42 to 1.38.43 Bumps [botocore](https://github.com/boto/botocore) from 1.38.42 to 1.38.43. - [Commits](https://github.com/boto/botocore/compare/1.38.42...1.38.43) --- updated-dependencies: - dependency-name: botocore dependency-version: 1.38.43 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..25a219ae6 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.42" 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.42-py3-none-any.whl", hash = "sha256:ab03c96eb4c3b1eff16fffaf38a8b68eca76cb932d44b0d0b9c8ccba9501a3ed"}, + {file = "awscli-1.40.42.tar.gz", hash = "sha256:adc71503f55a63862c84a0beec27646b8ce807b89f7e6319e517344c76fc1b1a"}, ] [package.dependencies] -botocore = "1.38.42" +botocore = "1.38.43" 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.43" 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.43-py3-none-any.whl", hash = "sha256:2ee60ac0b08e80e9be2aa2841d42e438d5bc4f82549560a682837655097a3db7"}, + {file = "botocore-1.38.43.tar.gz", hash = "sha256:c453c5c16c157c5427058bb3cc2c5ad35ee2e43336f0ccbfcc6092c5635505c6"}, ] [package.dependencies] @@ -3478,4 +3478,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "350611ee13ef6aefb16bb0a69766b37d5691ba38f74e6dc6f4c08be2b0223b26" +content-hash = "dbd490d586070ecc8c0b6a63090286c57b4be711f27442ec651cb362f4c1c8e5" diff --git a/pyproject.toml b/pyproject.toml index b55498847..077173945 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.43" eval-type-backport = "^0.2.2" mangum = "^0.19.0" wireup = "^2.0.0"