From d4a25534c952a256cb9300042476e31ef70fc39e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 23:20:57 +0000 Subject: [PATCH] Bump django-storages from 1.13.2 to 1.14.1 Bumps [django-storages](https://github.com/jschneier/django-storages) from 1.13.2 to 1.14.1. - [Changelog](https://github.com/jschneier/django-storages/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jschneier/django-storages/compare/1.13.2...1.14.1) --- updated-dependencies: - dependency-name: django-storages dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 15 ++++++++------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index f66f469..32aaed1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -392,13 +392,13 @@ requests = ">=2,<3" [[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] @@ -406,12 +406,13 @@ boto3 = {version = ">=1.4.4", optional = true, markers = "extra == \"boto3\""} Django = ">=3.2" [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-stubs" @@ -1525,4 +1526,4 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "3ecec5f76104b0554c2332a744174bc1c1717e41fc3a0563bccb10c44a6cc12b" +content-hash = "3ee5b44dd0b9ba63724003c57378c6ffcc3eee91cc8e1e086c6463cb4055400a" diff --git a/pyproject.toml b/pyproject.toml index c7cb882..0ff2317 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dj-database-url = "~2.1.0" django = "~4.1" django-basic-auth-ip-whitelist = "~0.5" django-plausible-proxy = "~0.5" -django-storages = "^1.13.2" +django-storages = "^1.14.1" django-widget-tweaks = "^1.4.8" factory-boy = "^3.3.0" gunicorn = "^20.1.0"