diff --git a/api/poetry.lock b/api/poetry.lock index fa10b8d9c..5040f16f4 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -234,14 +234,14 @@ webencodings = "*" [[package]] name = "boto3" -version = "1.20.53" +version = "1.21.0" description = "The AWS SDK for Python" category = "main" optional = false python-versions = ">= 3.6" [package.dependencies] -botocore = ">=1.23.53,<1.24.0" +botocore = ">=1.24.0,<1.25.0" jmespath = ">=0.7.1,<1.0.0" s3transfer = ">=0.5.0,<0.6.0" @@ -250,7 +250,7 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.23.53" +version = "1.24.0" description = "Low-level, data-driven core of boto 3." category = "main" optional = false @@ -2088,7 +2088,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "a2e0e87f8cd9fccca4dd46addf93c3bc8abb1e5885322a6c09dcf770c3931a22" +content-hash = "55784009c60d00176a60306241e877a4e903e13fca7140640834cb44432faa67" [metadata.files] aiohttp = [ @@ -2254,12 +2254,12 @@ bleach = [ {file = "bleach-4.1.0.tar.gz", hash = "sha256:0900d8b37eba61a802ee40ac0061f8c2b5dee29c1927dd1d233e075ebf5a71da"}, ] boto3 = [ - {file = "boto3-1.20.53-py3-none-any.whl", hash = "sha256:d96c1aa3edebff6466362e574af6d8a6f2f6c9c1d902d3c7efb0835e09f34ddb"}, - {file = "boto3-1.20.53.tar.gz", hash = "sha256:96f50e95bded5612ac8bd116d5d56a0cce4868870177805cb974d1f4f0a24b73"}, + {file = "boto3-1.21.0-py3-none-any.whl", hash = "sha256:25a76b7b530a124d9e526c62ff2b7da5782315195badb9a6273714898d689820"}, + {file = "boto3-1.21.0.tar.gz", hash = "sha256:cc40566dec3f48611a82ace07b29489848e9bd35a51e3e992d1902a3c037e9fc"}, ] botocore = [ - {file = "botocore-1.23.53-py3-none-any.whl", hash = "sha256:a97834aee61177e11618348ed8fe1963c37f319af628e6f875f1e0fbd587a9ec"}, - {file = "botocore-1.23.53.tar.gz", hash = "sha256:7a628bc8bb2573fbc77709c9e7a02061b750f6ebb8e961562de658eda98e140d"}, + {file = "botocore-1.24.0-py3-none-any.whl", hash = "sha256:2bf4463513bd89817aa5d7341ed81c7c76d906e6c70672c8762d64ecf3275771"}, + {file = "botocore-1.24.0.tar.gz", hash = "sha256:47723cef6112f451630bf2446cfd6be2782cc1d6b1b92acb12ff00797588c5f3"}, ] cached-property = [ {file = "cached-property-1.5.2.tar.gz", hash = "sha256:9fa5755838eecbb2d234c3aa390bd80fbd3ac6b6869109bfc1b499f7bd89a130"}, diff --git a/api/pyproject.toml b/api/pyproject.toml index 8d883725e..32d22ae5c 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -42,7 +42,7 @@ PyLD = "==2.0.3" aiohttp = "==3.8.1" django-oauth-toolkit = "==1.7.0" django-storages = "==1.12.3" -boto3 = "==1.20.53" +boto3 = "==1.21.0" unicode-slugify = "==0.1.5" django-cacheops = "==6.0" service-identity = "==21.1.0"