chore(api): update dependency boto3 to v1.26.153
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2486>
This commit is contained in:
parent
bfcafc8f72
commit
f3f6ccd483
|
@ -405,18 +405,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.152"
|
version = "1.26.153"
|
||||||
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.152-py3-none-any.whl", hash = "sha256:a2778c5729d3dc0b3688c9f0d103543d7ec5ff44a4fd0e84d0d542e2dff05e62"},
|
{file = "boto3-1.26.153-py3-none-any.whl", hash = "sha256:ec3a4aef45d16d9362191aa245a31059df009cd73668d0c3b15126cfeb5d3fd7"},
|
||||||
{file = "boto3-1.26.152.tar.gz", hash = "sha256:ee0b8f8d238d4e1cf50fa6a185e4e066955b6105e9838a80b1b6582cd327dfdf"},
|
{file = "boto3-1.26.153.tar.gz", hash = "sha256:92de7eec15adda76abff0580b1e8ca70646470fba4c807934062456d0c5c9171"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
botocore = ">=1.29.152,<1.30.0"
|
botocore = ">=1.29.153,<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"
|
||||||
|
|
||||||
|
@ -4001,4 +4001,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.7"
|
python-versions = "^3.7"
|
||||||
content-hash = "35a87d33e9d8a2441c08fb275170df65ced7801a4dc0cb27b4cb85a1b7682660"
|
content-hash = "47980c0cde359632d47570e8954669b2fe473db65ea16a878e641f86bc8feaa1"
|
||||||
|
|
|
@ -69,7 +69,7 @@ uvicorn = { version = "==0.20.0", extras = ["standard"] }
|
||||||
aiohttp = "==3.8.4"
|
aiohttp = "==3.8.4"
|
||||||
arrow = "==1.2.3"
|
arrow = "==1.2.3"
|
||||||
bleach = "==5.0.1"
|
bleach = "==5.0.1"
|
||||||
boto3 = "==1.26.152"
|
boto3 = "==1.26.153"
|
||||||
click = "==8.1.3"
|
click = "==8.1.3"
|
||||||
cryptography = "==38.0.4"
|
cryptography = "==38.0.4"
|
||||||
feedparser = "==6.0.10"
|
feedparser = "==6.0.10"
|
||||||
|
|
Loading…
Reference in New Issue