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

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2508>
environments/review-docs-2173-fg9d5z/deployments/18018
Renovate Bot 2023-06-23 19:33:18 +00:00
rodzic cebac5dfaa
commit 099b7fdd61
2 zmienionych plików z 9 dodań i 9 usunięć

16
api/poetry.lock wygenerowano
Wyświetl plik

@ -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.156"
version = "1.26.160"
description = "The AWS SDK for Python"
category = "main"
optional = false
python-versions = ">= 3.7"
files = [
{file = "boto3-1.26.156-py3-none-any.whl", hash = "sha256:455b6e1f12768b21b5f3990cf1fadeed9bf1c6b36e5a7a303352b927f530c434"},
{file = "boto3-1.26.156.tar.gz", hash = "sha256:3a60283676399ae94b49b7a170fb0f42ca2ddcde490988fb0af7fd5a64440ab8"},
{file = "boto3-1.26.160-py3-none-any.whl", hash = "sha256:d12643d6c18caa79b385a0c4251698391da7a6f5ffa0879b4c10c5d64e5c8b31"},
{file = "boto3-1.26.160.tar.gz", hash = "sha256:5218869eddeeb70efead1dd01037c3553dc7b268de3b80a0c3a2baeec2b97fc9"},
]
[package.dependencies]
botocore = ">=1.29.156,<1.30.0"
botocore = ">=1.29.160,<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.157"
version = "1.29.160"
description = "Low-level, data-driven core of boto 3."
category = "main"
optional = false
python-versions = ">= 3.7"
files = [
{file = "botocore-1.29.157-py3-none-any.whl", hash = "sha256:ccbf948c040d68b6a22570e73dd63cb3b07ce33f4032e9b1d502d2fae55c3b80"},
{file = "botocore-1.29.157.tar.gz", hash = "sha256:af2a7b6417bf3bbf00ab22aa61a2d7d839a8a8a62e7975c18c80c55c88dc7fcf"},
{file = "botocore-1.29.160-py3-none-any.whl", hash = "sha256:15d38dae978aba829daaf8d1b02ba2f2b73d4c1e4edc75234163d65a1328c1b5"},
{file = "botocore-1.29.160.tar.gz", hash = "sha256:dacf41787978c0d550321d334e0001a488145200f8a6c9bd893fb8e281b25cf7"},
]
[package.dependencies]
@ -4003,4 +4003,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "2.0"
python-versions = "^3.7"
content-hash = "b4d61186766cb5cad14de02b726d38e439752a3d1164fe3419c8c1893b99760a"
content-hash = "5fc1bb206a441b6a00532b16385b58d97df9074252f07b2301a035a1822bb4b6"

Wyświetl plik

@ -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.156"
boto3 = "==1.26.160"
click = "==8.1.3"
cryptography = "==38.0.4"
feedparser = "==6.0.10"