diff --git a/poetry.lock b/poetry.lock index 05783fa52..ebddd4670 100644 --- a/poetry.lock +++ b/poetry.lock @@ -403,17 +403,17 @@ files = [ [[package]] name = "boto3" -version = "1.28.83" +version = "1.28.85" description = "The AWS SDK for Python" optional = false python-versions = ">= 3.7" files = [ - {file = "boto3-1.28.83-py3-none-any.whl", hash = "sha256:1d10691911c4b8b9443d3060257ba32b68b6e3cad0eebbb9f69fd1c52a78417f"}, - {file = "boto3-1.28.83.tar.gz", hash = "sha256:489c4967805b677b7a4030460e4c06c0903d6bc0f6834453611bf87efbd8d8a3"}, + {file = "boto3-1.28.85-py3-none-any.whl", hash = "sha256:1fb7e7ba32a6701990168eb7a08e1fb624ae48130784dfab25904ed47deabb31"}, + {file = "boto3-1.28.85.tar.gz", hash = "sha256:96b4cb2708933cef7dbe1177df37ef0593839942978784147aade0e49511eb2b"}, ] [package.dependencies] -botocore = ">=1.31.83,<1.32.0" +botocore = ">=1.31.85,<1.32.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.7.0,<0.8.0" @@ -4648,4 +4648,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "52d22aaaf936aca559622ffba19f7c415ae3638edfbbef2dabf3c2d2e846bff6" +content-hash = "008b8ab99af5ccdcc359c72fa73744f09bc62261d92fcb13dfe92e152556ea8c" diff --git a/pyproject.toml b/pyproject.toml index 8b0bc1669..a5c8894e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ python = ">=3.9,<3.12" alembic = "==1.12.1" amqp = "==5.2.0" beautifulsoup4 = "==4.12.2" -boto3 = "^1.28.66" +boto3 = "^1.28.85" botocore = "^1.31.85" cachetools = "==5.3.2" celery = {version = "==5.3.5", extras = ["redis"]}