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

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2475>
minimal-python-version
Renovate Bot 2023-06-12 20:03:02 +00:00
rodzic d029854bec
commit c1bb50c1ca
2 zmienionych plików z 9 dodań i 9 usunięć

16
api/poetry.lock wygenerowano
Wyświetl plik

@ -400,18 +400,18 @@ dev = ["Sphinx (==4.3.2)", "black (==22.3.0)", "build (==0.8.0)", "flake8 (==4.0
[[package]]
name = "boto3"
version = "1.26.151"
version = "1.26.152"
description = "The AWS SDK for Python"
category = "main"
optional = false
python-versions = ">= 3.7"
files = [
{file = "boto3-1.26.151-py3-none-any.whl", hash = "sha256:20b88a8145845e4923d438f5f89fdbdac5bae4011e706cd0974ac69c41f258b4"},
{file = "boto3-1.26.151.tar.gz", hash = "sha256:81bff32c96a6b4b203beb63826214d8cf24ca1a86e81d43bbb688a21c5d79e2a"},
{file = "boto3-1.26.152-py3-none-any.whl", hash = "sha256:a2778c5729d3dc0b3688c9f0d103543d7ec5ff44a4fd0e84d0d542e2dff05e62"},
{file = "boto3-1.26.152.tar.gz", hash = "sha256:ee0b8f8d238d4e1cf50fa6a185e4e066955b6105e9838a80b1b6582cd327dfdf"},
]
[package.dependencies]
botocore = ">=1.29.151,<1.30.0"
botocore = ">=1.29.152,<1.30.0"
jmespath = ">=0.7.1,<2.0.0"
s3transfer = ">=0.6.0,<0.7.0"
@ -420,14 +420,14 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"]
[[package]]
name = "botocore"
version = "1.29.151"
version = "1.29.152"
description = "Low-level, data-driven core of boto 3."
category = "main"
optional = false
python-versions = ">= 3.7"
files = [
{file = "botocore-1.29.151-py3-none-any.whl", hash = "sha256:0790bf5d25ad6f2db3450797251a78fbcb7b72cdeeb2fd0b82c2668a41d9f41c"},
{file = "botocore-1.29.151.tar.gz", hash = "sha256:fdaaa34ea5f09666f17d24d2f4179f7ec81dd6f831ef6b785d4552f919291cab"},
{file = "botocore-1.29.152-py3-none-any.whl", hash = "sha256:02a3205cc8579d4be6d537e63d72aebbf3f70f3aedcf40b3cae9dc2e24c774d0"},
{file = "botocore-1.29.152.tar.gz", hash = "sha256:f6319ecdbe3d325878f837cac2874e461b4d90691bb2d2186f980bce3b3cfcc8"},
]
[package.dependencies]
@ -3865,4 +3865,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "2.0"
python-versions = "^3.7"
content-hash = "3852f8ee4db60e10fb3d0b3f6c525dabb55b193140e7c2c1a75aa8d49bdc3ad1"
content-hash = "0628dd96df0e8f8ec84cd28f784539c33442db4156852778a349c0860a009156"

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