diff --git a/poetry.lock b/poetry.lock index 584da82af..a7dfe8d36 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.36" +version = "1.40.37" description = "Universal Command Line Environment for AWS." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "awscli-1.40.36-py3-none-any.whl", hash = "sha256:4a548d855cafad153e661defab601363ba8a5644873bf9f8dec31d5c0ebbb351"}, - {file = "awscli-1.40.36.tar.gz", hash = "sha256:960d92bf8b2f7efd142112f277eed7cc82d8af85fceefe4d321a620352b75ebd"}, + {file = "awscli-1.40.37-py3-none-any.whl", hash = "sha256:5493a4ca4c91a85353a9e93cb2903854a2765d22ff7a1cf35526381443ffdca6"}, + {file = "awscli-1.40.37.tar.gz", hash = "sha256:3b8a2d83c71cde7bd2aabde9018ffefa1347cdc09edbb02cdfd4bc00255d1f19"}, ] [package.dependencies] -botocore = "1.38.37" +botocore = "1.38.38" 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.37" +version = "1.38.38" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.9" groups = ["main", "dev"] files = [ - {file = "botocore-1.38.37-py3-none-any.whl", hash = "sha256:f8ad063b7dcdbf12f2c1b5a4405f390ce52beff3b2861af2e5169816ee0146f2"}, - {file = "botocore-1.38.37.tar.gz", hash = "sha256:06ce46da5420ea7cf542ece4ff1ec9045922fef977adf4bbec618c96c7a478bf"}, + {file = "botocore-1.38.38-py3-none-any.whl", hash = "sha256:aa5cc63bf885819d862852edb647d6276fe423c60113e8db375bb7ad8d88a5d9"}, + {file = "botocore-1.38.38.tar.gz", hash = "sha256:acf9ae5b2d99c1f416f94fa5b4f8c044ecb76ffcb7fb1b1daec583f36892a8e2"}, ] [package.dependencies] @@ -3478,4 +3478,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "a5bea897bb35a5ccd011ee637075e75324810360777547b023ce361b4696e0d0" +content-hash = "4a791e5cd486b9e5e9a4cee4b4e4cebd119a199b668b9ffb85809572d9a694bd" diff --git a/pyproject.toml b/pyproject.toml index ba58afa24..44bbddda0 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.32" +botocore = "^1.38.38" eval-type-backport = "^0.2.2" mangum = "^0.19.0" wireup = "^1.0.1"