From 027caee532c1b2e5002bea0902d3ebb259b6a82e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 20 Jun 2023 09:03:11 +0000 Subject: [PATCH] chore(api): update dependency boto3 to v1.26.156 Part-of: --- 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 27e5def52..744c7335b 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -405,18 +405,18 @@ dev = ["Sphinx (==4.3.2)", "black (==22.3.0)", "build (==0.8.0)", "flake8 (==4.0 [[package]] name = "boto3" -version = "1.26.155" +version = "1.26.156" description = "The AWS SDK for Python" category = "main" optional = false python-versions = ">= 3.7" files = [ - {file = "boto3-1.26.155-py3-none-any.whl", hash = "sha256:dd15823e8c0554d98c18584d9a6a0342c67611c1114ef61495934c2e560f632c"}, - {file = "boto3-1.26.155.tar.gz", hash = "sha256:2d4095e2029ce5ceccb25591f13e55aa5b8ba17794de09963654bd9ced45158f"}, + {file = "boto3-1.26.156-py3-none-any.whl", hash = "sha256:455b6e1f12768b21b5f3990cf1fadeed9bf1c6b36e5a7a303352b927f530c434"}, + {file = "boto3-1.26.156.tar.gz", hash = "sha256:3a60283676399ae94b49b7a170fb0f42ca2ddcde490988fb0af7fd5a64440ab8"}, ] [package.dependencies] -botocore = ">=1.29.155,<1.30.0" +botocore = ">=1.29.156,<1.30.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.6.0,<0.7.0" @@ -425,14 +425,14 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.29.155" +version = "1.29.156" description = "Low-level, data-driven core of boto 3." category = "main" optional = false python-versions = ">= 3.7" files = [ - {file = "botocore-1.29.155-py3-none-any.whl", hash = "sha256:32d5da68212e10c060fd484f41df4f7048fc7731ccd16fd00e37b11b6e841142"}, - {file = "botocore-1.29.155.tar.gz", hash = "sha256:7fbb7ebba5f645c9750fe557b1ea789d40017a028cdaa2c22fcbf06d4a4d3c1d"}, + {file = "botocore-1.29.156-py3-none-any.whl", hash = "sha256:44b26a5468402bb9e5028d8f9ef2eba973cde016979aa72f87db32ef9000dab4"}, + {file = "botocore-1.29.156.tar.gz", hash = "sha256:21d0c2cb1461f2676e41a896e6e551c7da09e923f416322182520851b179ebda"}, ] [package.dependencies] @@ -4001,4 +4001,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "e8d015602952caac6237b8ee8af5cd73a247a69505cfd032c6998569f7c4eadb" +content-hash = "b4d61186766cb5cad14de02b726d38e439752a3d1164fe3419c8c1893b99760a" diff --git a/api/pyproject.toml b/api/pyproject.toml index 19595961a..d442e43cb 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -69,7 +69,7 @@ uvicorn = { version = "==0.20.0", extras = ["standard"] } aiohttp = "==3.8.4" arrow = "==1.2.3" bleach = "==5.0.1" -boto3 = "==1.26.155" +boto3 = "==1.26.156" click = "==8.1.3" cryptography = "==38.0.4" feedparser = "==6.0.10"