diff --git a/poetry.lock b/poetry.lock index 9941cc51a..8d82f3a89 100644 --- a/poetry.lock +++ b/poetry.lock @@ -712,26 +712,27 @@ swapper = "*" [[package]] name = "django-storages" -version = "1.13.2" +version = "1.14.1" description = "Support for many storage backends in Django" optional = false python-versions = ">=3.7" files = [ - {file = "django-storages-1.13.2.tar.gz", hash = "sha256:cbadd15c909ceb7247d4ffc503f12a9bec36999df8d0bef7c31e57177d512688"}, - {file = "django_storages-1.13.2-py3-none-any.whl", hash = "sha256:31dc5a992520be571908c4c40d55d292660ece3a55b8141462b4e719aa38eab3"}, + {file = "django-storages-1.14.1.tar.gz", hash = "sha256:a2c327d67792eec04c7f5f5bb2900b21f426de8a3a811cea85fac7904bdccf36"}, + {file = "django_storages-1.14.1-py3-none-any.whl", hash = "sha256:18cb6c305fbb2f114c11b5b7b647b6271aa251972dcd4a5651b9cee2b0bd3a8a"}, ] [package.dependencies] Django = ">=3.2" -google-cloud-storage = {version = ">=1.27.0", optional = true, markers = "extra == \"google\""} +google-cloud-storage = {version = ">=1.27", optional = true, markers = "extra == \"google\""} [package.extras] -azure = ["azure-storage-blob (>=12.0.0)"] +azure = ["azure-storage-blob (>=12)"] boto3 = ["boto3 (>=1.4.4)"] dropbox = ["dropbox (>=7.2.1)"] -google = ["google-cloud-storage (>=1.27.0)"] +google = ["google-cloud-storage (>=1.27)"] libcloud = ["apache-libcloud"] -sftp = ["paramiko (>=1.10.0)"] +s3 = ["boto3 (>=1.4.4)"] +sftp = ["paramiko (>=1.15)"] [[package]] name = "django-tellme" @@ -2255,4 +2256,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "3.11.2" -content-hash = "e2e1c937396350fa21ec1ec6c7a6284cc64443c09ead41bacc9160ec4a2a4257" +content-hash = "ede2a6fc4473f6cc7e796b5772493b75cb796e2dfbc95c5b86fda4a49edf5e08" diff --git a/pyproject.toml b/pyproject.toml index b40678e07..743bb7692 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ psycopg2-binary = "^2.9.8" boto = "^2.49.0" django-cors-headers = "^4.2.0" protobuf = "^4.24.3" -django-storages = {extras = ["google"], version = "^1.13.1"} +django-storages = {extras = ["google"], version = "^1.14.1"} django-timedeltafield = "^0.7.10" EasyProcess = "^1.1" "giturlparse.py" = "^0.0.5"