diff --git a/api/poetry.lock b/api/poetry.lock index 209054f31..9489d711b 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -252,14 +252,14 @@ webencodings = "*" [[package]] name = "boto3" -version = "1.24.22" +version = "1.24.30" description = "The AWS SDK for Python" category = "main" optional = false python-versions = ">= 3.7" [package.dependencies] -botocore = ">=1.27.22,<1.28.0" +botocore = ">=1.27.30,<1.28.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.6.0,<0.7.0" @@ -268,7 +268,7 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.27.22" +version = "1.27.30" description = "Low-level, data-driven core of boto 3." category = "main" optional = false @@ -2120,7 +2120,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "fa99a8b34e47ae535287e1ebf700c74e3c362408ffc2a778da04a5afea6d29be" +content-hash = "d61457c5d2143bf49af38a2c15648351cf37ca83b1a1b57dc1f54a300785ea02" [metadata.files] aiohttp = [ @@ -2290,12 +2290,12 @@ bleach = [ {file = "bleach-4.1.0.tar.gz", hash = "sha256:0900d8b37eba61a802ee40ac0061f8c2b5dee29c1927dd1d233e075ebf5a71da"}, ] boto3 = [ - {file = "boto3-1.24.22-py3-none-any.whl", hash = "sha256:c9a9f893561f64f5b81de197714ac4951251a328672a8dba28ad4c4a589c3adf"}, - {file = "boto3-1.24.22.tar.gz", hash = "sha256:67d404c643091d4aa37fc485193289ad859f1f65f94d0fa544e13bdd1d4187c1"}, + {file = "boto3-1.24.30-py3-none-any.whl", hash = "sha256:2ca999b621ab5fb7442f86e783440ec0e292a86c48782ee09e526c325902ecf1"}, + {file = "boto3-1.24.30.tar.gz", hash = "sha256:ac1a4a9070101f42062461d8e829dd97f77b6e091bcc8cddee577739b28d39bb"}, ] botocore = [ - {file = "botocore-1.27.22-py3-none-any.whl", hash = "sha256:7145d9b7cae87999a9f074de700d02a1b3222ee7d1863aa631ff56c5fc868035"}, - {file = "botocore-1.27.22.tar.gz", hash = "sha256:f57cb33446deef92e552b0be0e430d475c73cf64bc9e46cdb4783cdfe39cb6bb"}, + {file = "botocore-1.27.30-py3-none-any.whl", hash = "sha256:953b9b4c0033280b2229e6e9c5de3ad2e56b887aec02c85680a2156842212092"}, + {file = "botocore-1.27.30.tar.gz", hash = "sha256:35897569bf5f80b935f7381f6b0d1580ee0f6a94e3c568faca9ce6603391c829"}, ] cached-property = [ {file = "cached-property-1.5.2.tar.gz", hash = "sha256:9fa5755838eecbb2d234c3aa390bd80fbd3ac6b6869109bfc1b499f7bd89a130"}, diff --git a/api/pyproject.toml b/api/pyproject.toml index bab96cd4a..2c6bfba98 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -41,7 +41,7 @@ PyLD = "==2.0.3" aiohttp = "==3.8.1" django-oauth-toolkit = "==1.7.1" django-storages = "==1.12.3" -boto3 = "==1.24.22" +boto3 = "==1.24.30" unicode-slugify = "==0.1.5" django-cacheops = "==6.1" service-identity = "==21.1.0"