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

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2492>
environments/review-docs-renov-dx7eod/deployments/17948
Renovate Bot 2023-06-16 15:32:53 +00:00
rodzic b058eaf069
commit 4f80bf065b
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.153"
version = "1.26.154"
description = "The AWS SDK for Python"
category = "main"
optional = false
python-versions = ">= 3.7"
files = [
{file = "boto3-1.26.153-py3-none-any.whl", hash = "sha256:ec3a4aef45d16d9362191aa245a31059df009cd73668d0c3b15126cfeb5d3fd7"},
{file = "boto3-1.26.153.tar.gz", hash = "sha256:92de7eec15adda76abff0580b1e8ca70646470fba4c807934062456d0c5c9171"},
{file = "boto3-1.26.154-py3-none-any.whl", hash = "sha256:ee2b3733f40f935da78bf76bc8e82af6e90841406e04605e3b2d765b50cad05e"},
{file = "boto3-1.26.154.tar.gz", hash = "sha256:cf1067d101be538f399b685bbe6beb4bfed01095da8497d0c7fa8b8788a65c6b"},
]
[package.dependencies]
botocore = ">=1.29.153,<1.30.0"
botocore = ">=1.29.154,<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.153"
version = "1.29.154"
description = "Low-level, data-driven core of boto 3."
category = "main"
optional = false
python-versions = ">= 3.7"
files = [
{file = "botocore-1.29.153-py3-none-any.whl", hash = "sha256:d6d3294fde297ae76fadb4bafad93ef958f145bb9a502bf7b1e57ff6f8dc4039"},
{file = "botocore-1.29.153.tar.gz", hash = "sha256:d59b8e87138581a339b9f84a9e90bc4c1a152cf8ca2adbaad7792a4c4125bffa"},
{file = "botocore-1.29.154-py3-none-any.whl", hash = "sha256:b9853f72a3c93f1aa8c9a1636911cdbec3662bca2e04e4ee00437c4f8c9fa2d4"},
{file = "botocore-1.29.154.tar.gz", hash = "sha256:a9c7da497ac5f7d4f3e932b4442e7c32cc2936f3a4658165f1528336fc429c3d"},
]
[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 = "47980c0cde359632d47570e8954669b2fe473db65ea16a878e641f86bc8feaa1"
content-hash = "377bbcae9b3c9b0b599a8e6f4b0c8a70136f8a4eea8950e2b9870fd4040970a8"

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.153"
boto3 = "==1.26.154"
click = "==8.1.3"
cryptography = "==38.0.4"
feedparser = "==6.0.10"