chore(api): update dependency boto3 to v1.26.108

This commit is contained in:
Renovate Bot 2023-04-06 22:02:43 +00:00
parent fde240389c
commit 420b2b1527
2 changed files with 9 additions and 9 deletions

16
api/poetry.lock generated
View File

@ -452,18 +452,18 @@ dev = ["Sphinx (==4.3.2)", "black (==22.3.0)", "build (==0.8.0)", "flake8 (==4.0
[[package]] [[package]]
name = "boto3" name = "boto3"
version = "1.26.99" version = "1.26.108"
description = "The AWS SDK for Python" description = "The AWS SDK for Python"
category = "main" category = "main"
optional = false optional = false
python-versions = ">= 3.7" python-versions = ">= 3.7"
files = [ files = [
{file = "boto3-1.26.99-py3-none-any.whl", hash = "sha256:536d9e7a074f4f16cc87b426f91b3079edd5c6927541a04f7e3fa28c53293532"}, {file = "boto3-1.26.108-py3-none-any.whl", hash = "sha256:27fd0fedfdcab0bbb672b0dd18844049b86de15dccf042488c6420f1101e8a10"},
{file = "boto3-1.26.99.tar.gz", hash = "sha256:d9fd57d6e98fd919cdbd613428f685e05b48c71477fda1aa7fbf51867262c7d1"}, {file = "boto3-1.26.108.tar.gz", hash = "sha256:22bb45185eaf0e4548a08d35ec11b910d55fa14f5ccd1048d1b95c8615afcc53"},
] ]
[package.dependencies] [package.dependencies]
botocore = ">=1.29.99,<1.30.0" botocore = ">=1.29.108,<1.30.0"
jmespath = ">=0.7.1,<2.0.0" jmespath = ">=0.7.1,<2.0.0"
s3transfer = ">=0.6.0,<0.7.0" s3transfer = ">=0.6.0,<0.7.0"
@ -472,14 +472,14 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"]
[[package]] [[package]]
name = "botocore" name = "botocore"
version = "1.29.99" version = "1.29.108"
description = "Low-level, data-driven core of boto 3." description = "Low-level, data-driven core of boto 3."
category = "main" category = "main"
optional = false optional = false
python-versions = ">= 3.7" python-versions = ">= 3.7"
files = [ files = [
{file = "botocore-1.29.99-py3-none-any.whl", hash = "sha256:15c205e4578253da1e8cc247b9d4755042f5f873f68ac6e5fed48f4bd6f008c6"}, {file = "botocore-1.29.108-py3-none-any.whl", hash = "sha256:e5df8bd26971d6b257d9af2ec923548856decd9ff47bea1ab2736a4231bddac2"},
{file = "botocore-1.29.99.tar.gz", hash = "sha256:d1770b4fe5531870af7a81e9897b2092d2f89e4ba8cb7abbbaf3ab952f6b8a6f"}, {file = "botocore-1.29.108.tar.gz", hash = "sha256:e62154af6771690e4833f6102a5e31fcc3687449e6110ae32919d134394a29ea"},
] ]
[package.dependencies] [package.dependencies]
@ -4008,4 +4008,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.8" python-versions = "^3.8"
content-hash = "3631edc266950e4c86d7e56fc71ee4ee843d1caa05df23b5d8a6c27fd0ab30e4" content-hash = "962f633c3dd8829d89c2274eeea91cbf39f46978b879e473c64df95d605ffbea"

View File

@ -70,7 +70,7 @@ aiohttp = "==3.8.4"
arrow = "==1.2.3" arrow = "==1.2.3"
backports-zoneinfo = { version = "==0.2.1", python = "<3.9" } backports-zoneinfo = { version = "==0.2.1", python = "<3.9" }
bleach = "==5.0.1" bleach = "==5.0.1"
boto3 = "==1.26.99" boto3 = "==1.26.108"
click = "==8.1.3" click = "==8.1.3"
cryptography = "==38.0.4" cryptography = "==38.0.4"
feedparser = "==6.0.10" feedparser = "==6.0.10"