From 2b5d843169f28ec27a52c76bac418de6fcfc2430 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Wed, 2 Feb 2022 22:09:15 +0000 Subject: [PATCH] Update dependency boto3 to v1.20.47 (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 4a2a7c144..3372914e3 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -234,14 +234,14 @@ webencodings = "*" [[package]] name = "boto3" -version = "1.20.46" +version = "1.20.47" description = "The AWS SDK for Python" category = "main" optional = false python-versions = ">= 3.6" [package.dependencies] -botocore = ">=1.23.46,<1.24.0" +botocore = ">=1.23.47,<1.24.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.46" +version = "1.23.47" description = "Low-level, data-driven core of boto 3." category = "main" optional = false @@ -2077,7 +2077,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "0307cc5cd6a0b6de1b9ff5aa39ba6550fa60a47a7c2ab461d9bde2d62acbcee4" +content-hash = "de2d4737bac3774bc23c8e3ac69e84b33fbd3d5ea89bf82407e459e16a0421d0" [metadata.files] aiohttp = [ @@ -2243,12 +2243,12 @@ bleach = [ {file = "bleach-4.1.0.tar.gz", hash = "sha256:0900d8b37eba61a802ee40ac0061f8c2b5dee29c1927dd1d233e075ebf5a71da"}, ] boto3 = [ - {file = "boto3-1.20.46-py3-none-any.whl", hash = "sha256:a2ffce001160d7e7c72a90c3084700d50eb64ea4a3aae8afe21566971d1fd611"}, - {file = "boto3-1.20.46.tar.gz", hash = "sha256:d7effba509d7298ef49316ba2da7a2ea115f2a7ff691f875f6354666663cf386"}, + {file = "boto3-1.20.47-py3-none-any.whl", hash = "sha256:1903e4462b08f7696a8d0977361fe9e35e7a50d9e70d7abd72a3a17012741938"}, + {file = "boto3-1.20.47.tar.gz", hash = "sha256:34e5ae33ef65b1c4e2e197009e88df5dc217386699939ae897d7fcdb5a6ff295"}, ] botocore = [ - {file = "botocore-1.23.46-py3-none-any.whl", hash = "sha256:354bce55e5adc8e2fe106acfd455ce448f9b920d7b697d06faa8cf200fd6566b"}, - {file = "botocore-1.23.46.tar.gz", hash = "sha256:38dd4564839f531725b667db360ba7df2125ceb3752b0ba12759c3e918015b95"}, + {file = "botocore-1.23.47-py3-none-any.whl", hash = "sha256:82da38e309bd6fd6303394e6e9d1ea50626746f2911e3fec996f9046c5d85085"}, + {file = "botocore-1.23.47.tar.gz", hash = "sha256:a89b1be0a7f235533d8279d90b0b15dc2130d0552a9f7654ba302b564ab5688a"}, ] cached-property = [ {file = "cached-property-1.5.2.tar.gz", hash = "sha256:9fa5755838eecbb2d234c3aa390bd80fbd3ac6b6869109bfc1b499f7bd89a130"}, diff --git a/api/pyproject.toml b/api/pyproject.toml index 3fb632c29..f9edb75b0 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -43,7 +43,7 @@ PyLD = "==2.0.3" aiohttp = "==3.8.1" django-oauth-toolkit = "==1.7.0" django-storages = "==1.12.3" -boto3 = "==1.20.46" +boto3 = "==1.20.47" unicode-slugify = "==0.1.5" django-cacheops = "==6.0" service-identity = "==21.1.0"