diff --git a/poetry.lock b/poetry.lock index e58bebd..adab994 100644 --- a/poetry.lock +++ b/poetry.lock @@ -134,17 +134,17 @@ files = [ [[package]] name = "boto3" -version = "1.34.79" +version = "1.34.84" description = "The AWS SDK for Python" optional = false python-versions = ">=3.8" files = [ - {file = "boto3-1.34.79-py3-none-any.whl", hash = "sha256:265b0b4865e8c07e27abb32a31d2bd9129bb009b1d89ca0783776ec084886123"}, - {file = "boto3-1.34.79.tar.gz", hash = "sha256:139dd2d94eaa0e3213ff37ba7cf4cb2e3823269178fe8f3e33c965f680a9ddde"}, + {file = "boto3-1.34.84-py3-none-any.whl", hash = "sha256:7a02f44af32095946587d748ebeb39c3fa15b9d7275307ff612a6760ead47e04"}, + {file = "boto3-1.34.84.tar.gz", hash = "sha256:91e6343474173e9b82f603076856e1d5b7b68f44247bdd556250857a3f16b37b"}, ] [package.dependencies] -botocore = ">=1.34.79,<1.35.0" +botocore = ">=1.34.84,<1.35.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.10.0,<0.11.0" @@ -557,13 +557,13 @@ xray = ["mypy-boto3-xray (>=1.34.0,<1.35.0)"] [[package]] name = "botocore" -version = "1.34.79" +version = "1.34.84" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.34.79-py3-none-any.whl", hash = "sha256:a42a014d3dbaa9ef123810592af69f9e55b456c5be3ac9efc037325685519e83"}, - {file = "botocore-1.34.79.tar.gz", hash = "sha256:6b59b0f7de219d383a2a633f6718c2600642ebcb707749dc6c67a6a436474b7a"}, + {file = "botocore-1.34.84-py3-none-any.whl", hash = "sha256:da1ae0a912e69e10daee2a34dafd6c6c106450d20b8623665feceb2d96c173eb"}, + {file = "botocore-1.34.84.tar.gz", hash = "sha256:a2b309bf5594f0eb6f63f355ade79ba575ce8bf672e52e91da1a7933caa245e6"}, ] [package.dependencies] @@ -2418,4 +2418,4 @@ aws = [] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "781bfa6cd8513b23e51b78a29e2f9e79674e8582b82f09123524d438367107ea" +content-hash = "ae47020efaaba3ae7540b5903b5a88da0c4cd519c0d2b3c0cd70cdf60bdbe4c1" diff --git a/pyproject.toml b/pyproject.toml index 5faa520..5bfcff4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ requests-html = "^0.10.0" moto = "^5.0.5" freezegun = "^1.4.0" black = "^24.3.0" -boto3 = "^1.34.79" +boto3 = "^1.34.84" requests-wsgi-adapter = "^0.4.1" boto3-stubs = {extras = ["s3", "dynamodb"], version = "^1.34.79"} coverage = "^7.4.4"