From 420b2b1527d0429e8d1b477f172afafeb107d750 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 6 Apr 2023 22:02:43 +0000 Subject: [PATCH] chore(api): update dependency boto3 to v1.26.108 --- 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 f1ff785e2..3ae23d94c 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -452,18 +452,18 @@ dev = ["Sphinx (==4.3.2)", "black (==22.3.0)", "build (==0.8.0)", "flake8 (==4.0 [[package]] name = "boto3" -version = "1.26.99" +version = "1.26.108" description = "The AWS SDK for Python" category = "main" optional = false python-versions = ">= 3.7" files = [ - {file = "boto3-1.26.99-py3-none-any.whl", hash = "sha256:536d9e7a074f4f16cc87b426f91b3079edd5c6927541a04f7e3fa28c53293532"}, - {file = "boto3-1.26.99.tar.gz", hash = "sha256:d9fd57d6e98fd919cdbd613428f685e05b48c71477fda1aa7fbf51867262c7d1"}, + {file = "boto3-1.26.108-py3-none-any.whl", hash = "sha256:27fd0fedfdcab0bbb672b0dd18844049b86de15dccf042488c6420f1101e8a10"}, + {file = "boto3-1.26.108.tar.gz", hash = "sha256:22bb45185eaf0e4548a08d35ec11b910d55fa14f5ccd1048d1b95c8615afcc53"}, ] [package.dependencies] -botocore = ">=1.29.99,<1.30.0" +botocore = ">=1.29.108,<1.30.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.6.0,<0.7.0" @@ -472,14 +472,14 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.29.99" +version = "1.29.108" description = "Low-level, data-driven core of boto 3." category = "main" optional = false python-versions = ">= 3.7" files = [ - {file = "botocore-1.29.99-py3-none-any.whl", hash = "sha256:15c205e4578253da1e8cc247b9d4755042f5f873f68ac6e5fed48f4bd6f008c6"}, - {file = "botocore-1.29.99.tar.gz", hash = "sha256:d1770b4fe5531870af7a81e9897b2092d2f89e4ba8cb7abbbaf3ab952f6b8a6f"}, + {file = "botocore-1.29.108-py3-none-any.whl", hash = "sha256:e5df8bd26971d6b257d9af2ec923548856decd9ff47bea1ab2736a4231bddac2"}, + {file = "botocore-1.29.108.tar.gz", hash = "sha256:e62154af6771690e4833f6102a5e31fcc3687449e6110ae32919d134394a29ea"}, ] [package.dependencies] @@ -4008,4 +4008,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "3631edc266950e4c86d7e56fc71ee4ee843d1caa05df23b5d8a6c27fd0ab30e4" +content-hash = "962f633c3dd8829d89c2274eeea91cbf39f46978b879e473c64df95d605ffbea" diff --git a/api/pyproject.toml b/api/pyproject.toml index 43676b277..a5b435ef8 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -70,7 +70,7 @@ aiohttp = "==3.8.4" arrow = "==1.2.3" backports-zoneinfo = { version = "==0.2.1", python = "<3.9" } bleach = "==5.0.1" -boto3 = "==1.26.99" +boto3 = "==1.26.108" click = "==8.1.3" cryptography = "==38.0.4" feedparser = "==6.0.10"