diff --git a/api/poetry.lock b/api/poetry.lock index 7b112ade4..b592adaf2 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -405,18 +405,18 @@ dev = ["Sphinx (==4.3.2)", "black (==22.3.0)", "build (==0.8.0)", "flake8 (==4.0 [[package]] name = "boto3" -version = "1.26.152" +version = "1.26.153" description = "The AWS SDK for Python" category = "main" optional = false python-versions = ">= 3.7" files = [ - {file = "boto3-1.26.152-py3-none-any.whl", hash = "sha256:a2778c5729d3dc0b3688c9f0d103543d7ec5ff44a4fd0e84d0d542e2dff05e62"}, - {file = "boto3-1.26.152.tar.gz", hash = "sha256:ee0b8f8d238d4e1cf50fa6a185e4e066955b6105e9838a80b1b6582cd327dfdf"}, + {file = "boto3-1.26.153-py3-none-any.whl", hash = "sha256:ec3a4aef45d16d9362191aa245a31059df009cd73668d0c3b15126cfeb5d3fd7"}, + {file = "boto3-1.26.153.tar.gz", hash = "sha256:92de7eec15adda76abff0580b1e8ca70646470fba4c807934062456d0c5c9171"}, ] [package.dependencies] -botocore = ">=1.29.152,<1.30.0" +botocore = ">=1.29.153,<1.30.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.6.0,<0.7.0" @@ -4001,4 +4001,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "35a87d33e9d8a2441c08fb275170df65ced7801a4dc0cb27b4cb85a1b7682660" +content-hash = "47980c0cde359632d47570e8954669b2fe473db65ea16a878e641f86bc8feaa1" diff --git a/api/pyproject.toml b/api/pyproject.toml index 74621951a..4f8cfb0e3 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -69,7 +69,7 @@ uvicorn = { version = "==0.20.0", extras = ["standard"] } aiohttp = "==3.8.4" arrow = "==1.2.3" bleach = "==5.0.1" -boto3 = "==1.26.152" +boto3 = "==1.26.153" click = "==8.1.3" cryptography = "==38.0.4" feedparser = "==6.0.10"