Update dependency django-storages to v1.12.3

environments/review-front-reno-8m7nsm/deployments/9962
Renovate Bot 2022-02-01 20:42:28 +00:00 zatwierdzone przez JuniorJPDJ
rodzic 21f1d56fbe
commit 11b0f1f86a
2 zmienionych plików z 6 dodań i 7 usunięć

11
api/poetry.lock wygenerowano
Wyświetl plik

@ -725,7 +725,7 @@ with_social = ["django-allauth (>=0.25.0)"]
[[package]]
name = "django-storages"
version = "1.11.1"
version = "1.12.3"
description = "Support for many storage backends in Django"
category = "main"
optional = false
@ -735,10 +735,10 @@ python-versions = ">=3.5"
Django = ">=2.2"
[package.extras]
azure = ["azure-storage-blob (>=1.3.1,<12.0.0)"]
azure = ["azure-storage-blob (>=12.0.0)"]
boto3 = ["boto3 (>=1.4.4)"]
dropbox = ["dropbox (>=7.2.1)"]
google = ["google-cloud-storage (>=1.15.0)"]
google = ["google-cloud-storage (>=1.27.0)"]
libcloud = ["apache-libcloud"]
sftp = ["paramiko"]
@ -2087,7 +2087,6 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "1.1"
python-versions = "^3.7"
content-hash = "f2412b0a424e8657be73a86ab0978d244fb198977171b68aa0f6edb872742a1c"
[metadata.files]
aiohttp = [
@ -2490,8 +2489,8 @@ django-rest-auth = [
{file = "django-rest-auth-0.9.5.tar.gz", hash = "sha256:f11e12175dafeed772f50d740d22caeab27e99a3caca24ec65e66a8d6de16571"},
]
django-storages = [
{file = "django-storages-1.11.1.tar.gz", hash = "sha256:c823dbf56c9e35b0999a13d7e05062b837bae36c518a40255d522fbe3750fbb4"},
{file = "django_storages-1.11.1-py3-none-any.whl", hash = "sha256:f28765826d507a0309cfaa849bd084894bc71d81bf0d09479168d44785396f80"},
{file = "django-storages-1.12.3.tar.gz", hash = "sha256:a475edb2f0f04c4f7e548919a751ecd50117270833956ed5bd585c0575d2a5e7"},
{file = "django_storages-1.12.3-py3-none-any.whl", hash = "sha256:204a99f218b747c46edbfeeb1310d357f83f90fa6a6024d8d0a3f422570cee84"},
]
django-versatileimagefield = [
{file = "django-versatileimagefield-2.2.tar.gz", hash = "sha256:6569d5c3e13c69ab8912ba5100084aa5abcdcffb8d1f5abc085b226e7bbd65b3"},

Wyświetl plik

@ -42,7 +42,7 @@ pydub = "==0.25.1"
PyLD = "==2.0.3"
aiohttp = "==3.8.1"
django-oauth-toolkit = "==1.7.0"
django-storages = "==1.11.1"
django-storages = "==1.12.3"
boto3 = "==1.20.46"
unicode-slugify = "==0.1.5"
django-cacheops = "==6.0"