chore(api): update dependency boto3 to v1.26.19
This commit is contained in:
parent
b4e520f70f
commit
ed2fb2f554
|
@ -236,14 +236,14 @@ dev = ["Sphinx (==4.3.2)", "black (==22.3.0)", "build (==0.8.0)", "flake8 (==4.0
|
|||
|
||||
[[package]]
|
||||
name = "boto3"
|
||||
version = "1.26.18"
|
||||
version = "1.26.19"
|
||||
description = "The AWS SDK for Python"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">= 3.7"
|
||||
|
||||
[package.dependencies]
|
||||
botocore = ">=1.29.18,<1.30.0"
|
||||
botocore = ">=1.29.19,<1.30.0"
|
||||
jmespath = ">=0.7.1,<2.0.0"
|
||||
s3transfer = ">=0.6.0,<0.7.0"
|
||||
|
||||
|
@ -252,7 +252,7 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"]
|
|||
|
||||
[[package]]
|
||||
name = "botocore"
|
||||
version = "1.29.18"
|
||||
version = "1.29.19"
|
||||
description = "Low-level, data-driven core of boto 3."
|
||||
category = "main"
|
||||
optional = false
|
||||
|
@ -264,7 +264,7 @@ python-dateutil = ">=2.1,<3.0.0"
|
|||
urllib3 = ">=1.25.4,<1.27"
|
||||
|
||||
[package.extras]
|
||||
crt = ["awscrt (==0.14.0)"]
|
||||
crt = ["awscrt (==0.15.3)"]
|
||||
|
||||
[[package]]
|
||||
name = "cached-property"
|
||||
|
@ -2182,7 +2182,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7"
|
||||
content-hash = "a85d3dfa8bcd14de1e27bb9f473c77c9a8c9f81f8b7f64a391daa3407c226194"
|
||||
content-hash = "ecd80b769a11b1feeaad46af07fe3fd823213bcdefee1f78eb3f9876bd143a07"
|
||||
|
||||
[metadata.files]
|
||||
aiohttp = [
|
||||
|
@ -2357,12 +2357,12 @@ bleach = [
|
|||
{file = "bleach-5.0.1.tar.gz", hash = "sha256:0d03255c47eb9bd2f26aa9bb7f2107732e7e8fe195ca2f64709fcf3b0a4a085c"},
|
||||
]
|
||||
boto3 = [
|
||||
{file = "boto3-1.26.18-py3-none-any.whl", hash = "sha256:933c88b189112a5fdd82d49ef00f95b9dd649d195e557a81aecb773a3e01c517"},
|
||||
{file = "boto3-1.26.18.tar.gz", hash = "sha256:3c7315da16eb0b41823965e5ce55f99cb07e94680e0ed7830c581f505fb5bd15"},
|
||||
{file = "boto3-1.26.19-py3-none-any.whl", hash = "sha256:4b4edf893b01c651007d61534c1d248cd2350d311a4e295039bd23fd60bf899a"},
|
||||
{file = "boto3-1.26.19.tar.gz", hash = "sha256:59aa6c7810a815fb52671f834d10ac4cd80b9c7c01a3cbde670cb41330059464"},
|
||||
]
|
||||
botocore = [
|
||||
{file = "botocore-1.29.18-py3-none-any.whl", hash = "sha256:2aba44433b6eac6d3a12cf93f2985e2d7a843307c1a527042fc48dd09b273992"},
|
||||
{file = "botocore-1.29.18.tar.gz", hash = "sha256:26e86fce95049f6cc18b5611901549943c4c22522fa8a3b6b265404f673977b2"},
|
||||
{file = "botocore-1.29.19-py3-none-any.whl", hash = "sha256:917807ee4ccca34a2f2848eb4fcf878d9e97a44a911a6965ff556d0830c471fd"},
|
||||
{file = "botocore-1.29.19.tar.gz", hash = "sha256:a54561e591f5d8e653657ce04dcad09c10ebca9dbefba73471976e522abf038a"},
|
||||
]
|
||||
cached-property = [
|
||||
{file = "cached-property-1.5.2.tar.gz", hash = "sha256:9fa5755838eecbb2d234c3aa390bd80fbd3ac6b6869109bfc1b499f7bd89a130"},
|
||||
|
|
|
@ -38,7 +38,7 @@ PyLD = "==2.0.3"
|
|||
aiohttp = "==3.8.3"
|
||||
django-oauth-toolkit = "2.2.0"
|
||||
django-storages = "==1.13.1"
|
||||
boto3 = "==1.26.18"
|
||||
boto3 = "==1.26.19"
|
||||
unicode-slugify = "==0.1.5"
|
||||
django-cacheops = "==6.1"
|
||||
service-identity = "==21.1.0"
|
||||
|
|
Loading…
Reference in New Issue