From 47f4926a29fcd72b043af8241d32dfd92697bd0c Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sun, 6 Nov 2022 07:47:00 +0000 Subject: [PATCH] Update dependency boto3 to v1.26.3 (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 3e6d17835..d7d1eae96 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -248,14 +248,14 @@ dev = ["Sphinx (==4.3.2)", "black (==22.3.0)", "build (==0.8.0)", "flake8 (==4.0 [[package]] name = "boto3" -version = "1.25.4" +version = "1.26.3" description = "The AWS SDK for Python" category = "main" optional = false python-versions = ">= 3.7" [package.dependencies] -botocore = ">=1.28.4,<1.29.0" +botocore = ">=1.29.3,<1.30.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.6.0,<0.7.0" @@ -264,7 +264,7 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.28.4" +version = "1.29.3" description = "Low-level, data-driven core of boto 3." category = "main" optional = false @@ -2193,7 +2193,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "50adea19b74e3cf160373ee2bb19b5b6cd3bda186e6c4725431ab4dfa403027e" +content-hash = "c20c2b7e4d1059b7c16e6265d2afbc17de74f0cd6e2cd26c9fb07cc6910493b0" [metadata.files] aiohttp = [ @@ -2372,12 +2372,12 @@ bleach = [ {file = "bleach-5.0.1.tar.gz", hash = "sha256:0d03255c47eb9bd2f26aa9bb7f2107732e7e8fe195ca2f64709fcf3b0a4a085c"}, ] boto3 = [ - {file = "boto3-1.25.4-py3-none-any.whl", hash = "sha256:4bbfe9540673940f5a3dea505c5469f48708a56fb588640adb8b6ab7d5f425be"}, - {file = "boto3-1.25.4.tar.gz", hash = "sha256:03e5055d64a596f7a95ed0ca9fda1b67b7aed00d428e4ccef97f2f82b72ec875"}, + {file = "boto3-1.26.3-py3-none-any.whl", hash = "sha256:7e871c481f88e5b2fc6ac16eb190c95de21efb43ab2d959beacf8b7b096b11d2"}, + {file = "boto3-1.26.3.tar.gz", hash = "sha256:b81e4aa16891eac7532ce6cc9eb690a8d2e0ceea3bcf44b5c5a1309c2500d35f"}, ] botocore = [ - {file = "botocore-1.28.4-py3-none-any.whl", hash = "sha256:09387978a75e7108aa15e8d67bfeb7938cce3d7043339c971daf4277dc4db804"}, - {file = "botocore-1.28.4.tar.gz", hash = "sha256:ade670506c9e837f61d590873a11c5d06ab9a8492b8d5b853d6c4059ecddc03d"}, + {file = "botocore-1.29.3-py3-none-any.whl", hash = "sha256:100534532b2745f6fa019b79199a8941f04b8168f9d557d0847191455f1f1eed"}, + {file = "botocore-1.29.3.tar.gz", hash = "sha256:ac7986fefe1b9c6323d381c4fdee3845c67fa53eb6c9cf586a8e8a07270dbcfe"}, ] cached-property = [ {file = "cached-property-1.5.2.tar.gz", hash = "sha256:9fa5755838eecbb2d234c3aa390bd80fbd3ac6b6869109bfc1b499f7bd89a130"}, diff --git a/api/pyproject.toml b/api/pyproject.toml index e1a4ba285..32f076c3f 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -39,7 +39,7 @@ PyLD = "==2.0.3" aiohttp = "==3.8.3" django-oauth-toolkit = "==1.7.1" django-storages = "==1.13.1" -boto3 = "==1.25.4" +boto3 = "==1.26.3" unicode-slugify = "==0.1.5" django-cacheops = "==6.1" service-identity = "==21.1.0"