From 6b877a4c114041633d3908815a2bdb1894fc1f4d Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Tue, 26 Jul 2022 20:01:08 +0000 Subject: [PATCH] Update dependency boto3 to v1.24.38 (develop) --- api/poetry.lock | 16 ++++++++-------- api/pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index 52a01f33c..48fc30372 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -255,14 +255,14 @@ dev = ["build (==0.8.0)", "flake8 (==4.0.1)", "hashin (==0.17.0)", "pip-tools (= [[package]] name = "boto3" -version = "1.24.37" +version = "1.24.38" description = "The AWS SDK for Python" category = "main" optional = false python-versions = ">= 3.7" [package.dependencies] -botocore = ">=1.27.37,<1.28.0" +botocore = ">=1.27.38,<1.28.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.6.0,<0.7.0" @@ -271,7 +271,7 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.27.37" +version = "1.27.38" description = "Low-level, data-driven core of boto 3." category = "main" optional = false @@ -2125,7 +2125,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "5624bd934d87211b1ce10736181c0a9c019b5757600cc27a60888868c2854d6d" +content-hash = "86ed629dfc29a8ddac94484bd9d6edb96b5b73654f2e6177fd843995144680b5" [metadata.files] aiohttp = [ @@ -2294,12 +2294,12 @@ bleach = [ {file = "bleach-5.0.1.tar.gz", hash = "sha256:0d03255c47eb9bd2f26aa9bb7f2107732e7e8fe195ca2f64709fcf3b0a4a085c"}, ] boto3 = [ - {file = "boto3-1.24.37-py3-none-any.whl", hash = "sha256:801c64aa3dbeabbf2e06e27bc3530245ebc6b14b6d7e8bcff08ff67ec6e60c88"}, - {file = "boto3-1.24.37.tar.gz", hash = "sha256:c5f0b44a77d01d6f714f91f181b1e0819fed9b99423234cd4c2cce6704e915b3"}, + {file = "boto3-1.24.38-py3-none-any.whl", hash = "sha256:bcf97fd7c494f4e2bbbe2511625500654179c0a6b3bea977d46f97af764e85a4"}, + {file = "boto3-1.24.38.tar.gz", hash = "sha256:f4c6b025f392c934338c7f01badfddbd0d3cf2397ff5df35c31409798dce33f5"}, ] botocore = [ - {file = "botocore-1.27.37-py3-none-any.whl", hash = "sha256:4616a7bb869b890c4b582460423e04447dd24b4af76ac761ec68236b6cb0ef7a"}, - {file = "botocore-1.27.37.tar.gz", hash = "sha256:c73988eff91897fe840ae6a9b459705e3086bc7f62f37a12999a7f4564002f63"}, + {file = "botocore-1.27.38-py3-none-any.whl", hash = "sha256:46a0264ff3335496bd9cb404f83ec0d8eb7bfdef8f74a830c13e6a6b9612adea"}, + {file = "botocore-1.27.38.tar.gz", hash = "sha256:56a7682564ea57ceecfef5648f77b77e0543b9c904212fc9ef4416517d24fa45"}, ] cached-property = [ {file = "cached-property-1.5.2.tar.gz", hash = "sha256:9fa5755838eecbb2d234c3aa390bd80fbd3ac6b6869109bfc1b499f7bd89a130"}, diff --git a/api/pyproject.toml b/api/pyproject.toml index a9f0b6000..d5182ea57 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.37" +boto3 = "==1.24.38" unicode-slugify = "==0.1.5" django-cacheops = "==6.1" service-identity = "==21.1.0"