From 82305b0b7e700600c97490d8d8161c044b5d5ff9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 8 Dec 2022 10:33:11 +0000 Subject: [PATCH] chore(api): update dependency boto3 to v1.26.25 --- 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 677cc546e..039fe2a4a 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.23" +version = "1.26.25" description = "The AWS SDK for Python" category = "main" optional = false python-versions = ">= 3.7" [package.dependencies] -botocore = ">=1.29.23,<1.30.0" +botocore = ">=1.29.25,<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.23" +version = "1.29.25" description = "Low-level, data-driven core of boto 3." category = "main" optional = false @@ -2181,7 +2181,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "961fba98ea0ac572b02657738b65a4f01d0e83864f55ce439a08a885ff724c91" +content-hash = "1e178f8bc84167fd40ea1f4474d790779bd2192535a072b0cffee1e4de5884a3" [metadata.files] aiohttp = [ @@ -2356,12 +2356,12 @@ bleach = [ {file = "bleach-5.0.1.tar.gz", hash = "sha256:0d03255c47eb9bd2f26aa9bb7f2107732e7e8fe195ca2f64709fcf3b0a4a085c"}, ] boto3 = [ - {file = "boto3-1.26.23-py3-none-any.whl", hash = "sha256:b466dd6e7b71babf145ae8c55b541bbcf5828df49ca022edb24657ae0b861e87"}, - {file = "boto3-1.26.23.tar.gz", hash = "sha256:f478dde5a7e600e222c406bbf6cd2927371822d2b95a931c3ccb69eed18af83a"}, + {file = "boto3-1.26.25-py3-none-any.whl", hash = "sha256:7048335b099473816240046753d77ef0953ce5a037b93b2848477dcf036d3849"}, + {file = "boto3-1.26.25.tar.gz", hash = "sha256:e0ba3620feb430e31926270ea3dc0bb94df55a0fd2b209bd91f7904f2f2166ef"}, ] botocore = [ - {file = "botocore-1.29.23-py3-none-any.whl", hash = "sha256:5ad03b4bedb5587fc75c7ecd29bf3477929791748cb533c8c57ab5289da84ac3"}, - {file = "botocore-1.29.23.tar.gz", hash = "sha256:216400fa6736a335f5b5c643655cc7d69d0bf996eb4d21069373aa5aa84b5c10"}, + {file = "botocore-1.29.25-py3-none-any.whl", hash = "sha256:cb489ca8fbc043cd9bf901e3e105f0dec316ed438ee883e55c9f9c77bd0f6a2d"}, + {file = "botocore-1.29.25.tar.gz", hash = "sha256:a204140c9d7adadf3919d8024d79278f1865a20c869e4f216eaea599ca3a1743"}, ] cached-property = [ {file = "cached-property-1.5.2.tar.gz", hash = "sha256:9fa5755838eecbb2d234c3aa390bd80fbd3ac6b6869109bfc1b499f7bd89a130"}, diff --git a/api/pyproject.toml b/api/pyproject.toml index a3483d271..f1184432a 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -38,7 +38,7 @@ PyLD = "==2.0.3" aiohttp = "==3.8.3" django-oauth-toolkit = "2.2.0" django-storages = "==1.13.1" -boto3 = "==1.26.23" +boto3 = "==1.26.25" unicode-slugify = "==0.1.5" django-cacheops = "==6.1" service-identity = "==21.1.0"