chore(api): update dependency django-storages to v1.13.2
This commit is contained in:
parent
291296360d
commit
7fe46c1d61
|
@ -1208,14 +1208,14 @@ hiredis = ["redis[hiredis] (>=3,!=4.0.0,!=4.0.1)"]
|
|||
|
||||
[[package]]
|
||||
name = "django-storages"
|
||||
version = "1.13.1"
|
||||
version = "1.13.2"
|
||||
description = "Support for many storage backends in Django"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
files = [
|
||||
{file = "django-storages-1.13.1.tar.gz", hash = "sha256:b3d98ecc09f1b1627c2b2cf430964322ce4e08617dbf9b4236c16a32875a1e0b"},
|
||||
{file = "django_storages-1.13.1-py3-none-any.whl", hash = "sha256:3540b45618b04be2c867c0982e8d2bd8e34f84dae922267fcebe4691fb93daf0"},
|
||||
{file = "django-storages-1.13.2.tar.gz", hash = "sha256:cbadd15c909ceb7247d4ffc503f12a9bec36999df8d0bef7c31e57177d512688"},
|
||||
{file = "django_storages-1.13.2-py3-none-any.whl", hash = "sha256:31dc5a992520be571908c4c40d55d292660ece3a55b8141462b4e719aa38eab3"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
@ -1227,7 +1227,7 @@ boto3 = ["boto3 (>=1.4.4)"]
|
|||
dropbox = ["dropbox (>=7.2.1)"]
|
||||
google = ["google-cloud-storage (>=1.27.0)"]
|
||||
libcloud = ["apache-libcloud"]
|
||||
sftp = ["paramiko"]
|
||||
sftp = ["paramiko (>=1.10.0)"]
|
||||
|
||||
[[package]]
|
||||
name = "django-versatileimagefield"
|
||||
|
@ -3865,4 +3865,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.7"
|
||||
content-hash = "be90f0f64c2ba1bf9cf79ff1304d6f7a28a2127fbf1cf0a505b0a5a15dd35f6e"
|
||||
content-hash = "3f65b57c0ae626683fb3c2b149e92aec18f6f0d8e14f273f175baccef87ad33f"
|
||||
|
|
|
@ -40,7 +40,7 @@ django-environ = "==0.9.0"
|
|||
django-filter = "==22.1"
|
||||
django-oauth-toolkit = "2.2.0"
|
||||
django-redis = "==5.2.0"
|
||||
django-storages = "==1.13.1"
|
||||
django-storages = "==1.13.2"
|
||||
django-versatileimagefield = "==2.2"
|
||||
djangorestframework = "==3.14.0"
|
||||
drf-spectacular = "==0.25.1"
|
||||
|
|
Loading…
Reference in New Issue