diff --git a/poetry.lock b/poetry.lock index 269c8ac2f..2d0dc5dff 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.43" 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.43-py3-none-any.whl", hash = "sha256:209f84cac67fb846ba24c1b86bf5e75670e37c6677abc7990107e703d587c460"}, + {file = "awscli-1.40.43.tar.gz", hash = "sha256:5c38ea4f9ac1871817afc69f411c5359dc967f01d675db0bf37f0da6d603ea01"}, ] [package.dependencies] -botocore = "1.38.42" +botocore = "1.38.44" 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.44" 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.44-py3-none-any.whl", hash = "sha256:d0171ac6ec0bfdf86083b41c801f212e2b2d5756a61ea1d45af2051f21dbf886"}, + {file = "botocore-1.38.44.tar.gz", hash = "sha256:8d54795a084204e4cd7885d9307e4bfaccc96411dc0384f6ba240b515c45bf54"}, ] [package.dependencies] @@ -3478,4 +3478,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "350611ee13ef6aefb16bb0a69766b37d5691ba38f74e6dc6f4c08be2b0223b26" +content-hash = "0dec64104be9e10d311e06533fdd7f1e5ddd25f4c988ac0961df6a7488cfede2" diff --git a/pyproject.toml b/pyproject.toml index b55498847..7976bc60a 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.44" eval-type-backport = "^0.2.2" mangum = "^0.19.0" wireup = "^2.0.0"