diff --git a/poetry.lock b/poetry.lock index df6ce12..9639167 100644 --- a/poetry.lock +++ b/poetry.lock @@ -130,17 +130,17 @@ files = [ [[package]] name = "boto3" -version = "1.33.6" +version = "1.33.11" description = "The AWS SDK for Python" optional = false python-versions = ">= 3.7" files = [ - {file = "boto3-1.33.6-py3-none-any.whl", hash = "sha256:b88f0f305186c5fd41f168e006baa45b7002a33029aec8e5bef373237a172fca"}, - {file = "boto3-1.33.6.tar.gz", hash = "sha256:4f62fc1c7f3ea2d22917aa0aa07b86f119abd90bed3d815e4b52fb3d84773e15"}, + {file = "boto3-1.33.11-py3-none-any.whl", hash = "sha256:8d54fa3a9290020f9a7f488f9cbe821029de0af05a677751b12973a5f726a5e2"}, + {file = "boto3-1.33.11.tar.gz", hash = "sha256:620f1eb3e18e780be58383b4a4e10db003d2314131190514153996032c8d932d"}, ] [package.dependencies] -botocore = ">=1.33.6,<1.34.0" +botocore = ">=1.33.11,<1.34.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.8.2,<0.9.0" @@ -543,13 +543,13 @@ xray = ["mypy-boto3-xray (>=1.33.0,<1.34.0)"] [[package]] name = "botocore" -version = "1.33.6" +version = "1.33.11" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">= 3.7" files = [ - {file = "botocore-1.33.6-py3-none-any.whl", hash = "sha256:14282cd432c0683770eee932c43c12bb9ad5730e23755204ad102897c996693a"}, - {file = "botocore-1.33.6.tar.gz", hash = "sha256:938056bab831829f90e09ecd70dd6b295afd52b1482f5582ee7a11d8243d9661"}, + {file = "botocore-1.33.11-py3-none-any.whl", hash = "sha256:b46227eb3fa9cfdc8f5a83920ef347e67adea8095830ed265a3373b13b54421f"}, + {file = "botocore-1.33.11.tar.gz", hash = "sha256:b14b328f902d120de0a09eaa657a9a701c0ceeb711197c2f01ef0523f855086c"}, ] [package.dependencies] @@ -2420,4 +2420,4 @@ aws = [] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "b50aa98f053c8da157cce4954279d23995b9da60b617ac4010e665115af8a358" +content-hash = "cd58d3841a32f70c2a5484dc582d0207a93d4b80e78f5d72578d667cff2e8575" diff --git a/pyproject.toml b/pyproject.toml index 29ac526..47b973d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ requests-html = "^0.10.0" moto = "^4.2.10" freezegun = "^1.3.1" black = "^23.11.0" -boto3 = "^1.33.6" +boto3 = "^1.33.11" requests-wsgi-adapter = "^0.4.1" boto3-stubs = {extras = ["s3", "dynamodb"], version = "^1.33.2"} coverage = "^7.3.2"