diff --git a/poetry.lock b/poetry.lock index 39ff3b5..db4cb7b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -134,17 +134,17 @@ files = [ [[package]] name = "boto3" -version = "1.34.14" +version = "1.34.23" description = "The AWS SDK for Python" optional = false python-versions = ">= 3.8" files = [ - {file = "boto3-1.34.14-py3-none-any.whl", hash = "sha256:1f94042f4efb5133b6b9b8b3243afc01143a81d21b3197a3afadf5780f97b05d"}, - {file = "boto3-1.34.14.tar.gz", hash = "sha256:5c1bb487c68120aae236354d81b8a1a55d0aa3395d30748a01825ef90891921e"}, + {file = "boto3-1.34.23-py3-none-any.whl", hash = "sha256:364f942d38da283031cde08c46c9282129fd9ebf96fa244f2709886c31ccd49a"}, + {file = "boto3-1.34.23.tar.gz", hash = "sha256:2c96f6a4e9ce2f4d31fc7ab47a2b3a1808063fa3837d7d8548eb2031380f7498"}, ] [package.dependencies] -botocore = ">=1.34.14,<1.35.0" +botocore = ">=1.34.23,<1.35.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.10.0,<0.11.0" @@ -553,13 +553,13 @@ xray = ["mypy-boto3-xray (>=1.34.0,<1.35.0)"] [[package]] name = "botocore" -version = "1.34.14" +version = "1.34.23" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">= 3.8" files = [ - {file = "botocore-1.34.14-py3-none-any.whl", hash = "sha256:3b592f50f0406e236782a3a0a9ad1c3976060fdb2e04a23d18c3df5b7dfad3e0"}, - {file = "botocore-1.34.14.tar.gz", hash = "sha256:041bed0852649cab7e4dcd4d87f9d1cc084467fb846e5b60015e014761d96414"}, + {file = "botocore-1.34.23-py3-none-any.whl", hash = "sha256:1980411306593bbc2b0cd9b8d1dcacbd418b758077b82f68b932070ad902cfe9"}, + {file = "botocore-1.34.23.tar.gz", hash = "sha256:898fa169679782f396613f50a88b9b033845625c931275832063266110ea4297"}, ] [package.dependencies] @@ -2430,4 +2430,4 @@ aws = [] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "9114fb882d141313c6201f008ec2df6f3ee5badc917654f8f65e674ca016a809" +content-hash = "08c6bbf4499a46637a4ae90d91c164b4513b42739ff354cd2780731c7b45394c" diff --git a/pyproject.toml b/pyproject.toml index b88a1f4..75e0721 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ requests-html = "^0.10.0" moto = "^4.2.13" freezegun = "^1.4.0" black = "^23.12.1" -boto3 = "^1.34.14" +boto3 = "^1.34.23" requests-wsgi-adapter = "^0.4.1" boto3-stubs = {extras = ["s3", "dynamodb"], version = "^1.34.23"} coverage = "^7.4.0"