chore(api): update dependency boto3 to v1.26.93
This commit is contained in:
parent
de7102a27e
commit
94c5bb71a5
|
@ -409,18 +409,18 @@ dev = ["Sphinx (==4.3.2)", "black (==22.3.0)", "build (==0.8.0)", "flake8 (==4.0
|
|||
|
||||
[[package]]
|
||||
name = "boto3"
|
||||
version = "1.26.89"
|
||||
version = "1.26.93"
|
||||
description = "The AWS SDK for Python"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">= 3.7"
|
||||
files = [
|
||||
{file = "boto3-1.26.89-py3-none-any.whl", hash = "sha256:09929b24aaec4951e435d53d31f800e2ca52244af049dc11e5385ce062e106e9"},
|
||||
{file = "boto3-1.26.89.tar.gz", hash = "sha256:e819812f16fab46fadf9b2853a46aaa126e108e7f038502dde555ebbbfc80133"},
|
||||
{file = "boto3-1.26.93-py3-none-any.whl", hash = "sha256:1e543a27a7f0cddef298492d70bf7ea67db02960ec704c1af26d2b543cdefb43"},
|
||||
{file = "boto3-1.26.93.tar.gz", hash = "sha256:df541c06ff1018675097e102f2f2aa2abc31ea5d197c7fc229afbe30950ba131"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
botocore = ">=1.29.89,<1.30.0"
|
||||
botocore = ">=1.29.93,<1.30.0"
|
||||
jmespath = ">=0.7.1,<2.0.0"
|
||||
s3transfer = ">=0.6.0,<0.7.0"
|
||||
|
||||
|
@ -429,14 +429,14 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"]
|
|||
|
||||
[[package]]
|
||||
name = "botocore"
|
||||
version = "1.29.89"
|
||||
version = "1.29.93"
|
||||
description = "Low-level, data-driven core of boto 3."
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">= 3.7"
|
||||
files = [
|
||||
{file = "botocore-1.29.89-py3-none-any.whl", hash = "sha256:b757e59feca82ac62934f658918133116b4535cf66f1d72ff4935fa24e522527"},
|
||||
{file = "botocore-1.29.89.tar.gz", hash = "sha256:ac8da651f73a9d5759cf5d80beba68deda407e56aaaeb10d249fd557459f3b56"},
|
||||
{file = "botocore-1.29.93-py3-none-any.whl", hash = "sha256:39c2ad2d44c7e1ef25a98e957b63fa760b87bcf32423a033dceeb359976c37d7"},
|
||||
{file = "botocore-1.29.93.tar.gz", hash = "sha256:940201ae2f5edbf4ccbf1066e345cf7f5224568bd702fa9e80a92e5c479fa649"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
@ -3958,4 +3958,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.8"
|
||||
content-hash = "9e0b132540de9e735c781e9af6c0815fe2a20c0598b842a0dac61fe4a24bd89e"
|
||||
content-hash = "22616f59756d993fab25a0ba54c5fcee2340b2a936c4663cbd8598cbe11a48e3"
|
||||
|
|
|
@ -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.89"
|
||||
boto3 = "==1.26.93"
|
||||
click = "==8.1.3"
|
||||
cryptography = "==38.0.4"
|
||||
feedparser = "==6.0.10"
|
||||
|
|
Loading…
Reference in New Issue