From 52d930949cac3d8830b7c3c2fc2c343dbadbb4c1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 9 Nov 2022 21:03:36 +0000 Subject: [PATCH] Update dependency boto3 to v1.26.6 --- 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 e8c75a25a..e69d00077 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -236,14 +236,14 @@ dev = ["Sphinx (==4.3.2)", "black (==22.3.0)", "build (==0.8.0)", "flake8 (==4.0 [[package]] name = "boto3" -version = "1.26.5" +version = "1.26.6" description = "The AWS SDK for Python" category = "main" optional = false python-versions = ">= 3.7" [package.dependencies] -botocore = ">=1.29.5,<1.30.0" +botocore = ">=1.29.6,<1.30.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.6.0,<0.7.0" @@ -252,7 +252,7 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.29.5" +version = "1.29.6" description = "Low-level, data-driven core of boto 3." category = "main" optional = false @@ -2182,7 +2182,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "a3953fc4e2cd9c3412e1a03e1a664933cadb905628f07cc7513d6abcb39a92fa" +content-hash = "ce3a384575aadcc676459a49363907f74305a985454b9fdbe7ea4812b4deeacc" [metadata.files] aiohttp = [ @@ -2357,12 +2357,12 @@ bleach = [ {file = "bleach-5.0.1.tar.gz", hash = "sha256:0d03255c47eb9bd2f26aa9bb7f2107732e7e8fe195ca2f64709fcf3b0a4a085c"}, ] boto3 = [ - {file = "boto3-1.26.5-py3-none-any.whl", hash = "sha256:7b6fb7b0346c239b53ad5e5fdf5eeef3c6452186d91239beeb66f106531cb2c3"}, - {file = "boto3-1.26.5.tar.gz", hash = "sha256:cb4eca34b6e13e4ead46a68f66759feaae6bf5e97362b2c979b7b9f1d203715e"}, + {file = "boto3-1.26.6-py3-none-any.whl", hash = "sha256:2bd7d3e8362f0e0d84fe4c3a06f1bd46fd2dbedbea76ac24e89f28439837a9e7"}, + {file = "boto3-1.26.6.tar.gz", hash = "sha256:4943faf38979ac445627390b431b0c08a73ccd5ecd46983e1d29cee454d14aaa"}, ] botocore = [ - {file = "botocore-1.29.5-py3-none-any.whl", hash = "sha256:94e820994e731568d191373d622507fee6067c9e68b5a121aed46322fd6d3d45"}, - {file = "botocore-1.29.5.tar.gz", hash = "sha256:8a1a074bce7567576947869d41026c45d507e00885f3890c1719180a9400ec40"}, + {file = "botocore-1.29.6-py3-none-any.whl", hash = "sha256:bb595ed6a42ff85b4d5fb7a2e31b8584b87df46933a6f830fd98f91b1feea279"}, + {file = "botocore-1.29.6.tar.gz", hash = "sha256:574a9dc8b7cf1d866e6255c57af25de1f0da1babc6ce9faf05f227fd28ca905e"}, ] cached-property = [ {file = "cached-property-1.5.2.tar.gz", hash = "sha256:9fa5755838eecbb2d234c3aa390bd80fbd3ac6b6869109bfc1b499f7bd89a130"}, diff --git a/api/pyproject.toml b/api/pyproject.toml index a8af24be4..d893033fd 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -39,7 +39,7 @@ PyLD = "==2.0.3" aiohttp = "==3.8.3" django-oauth-toolkit = "2.2.0" django-storages = "==1.13.1" -boto3 = "==1.26.5" +boto3 = "==1.26.6" unicode-slugify = "==0.1.5" django-cacheops = "==6.1" service-identity = "==21.1.0"