From f75293b6199f3a13f160f65098b4ce5406235c11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 12:09:24 +0000 Subject: [PATCH] Bump django-storages from 1.14.3 to 1.14.4 Bumps [django-storages](https://github.com/jschneier/django-storages) from 1.14.3 to 1.14.4. - [Changelog](https://github.com/jschneier/django-storages/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jschneier/django-storages/compare/1.14.3...1.14.4) --- updated-dependencies: - dependency-name: django-storages dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 344b75a..b3b0e26 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "anyascii" @@ -456,13 +456,13 @@ testing = ["django-modelcluster"] [[package]] name = "django-storages" -version = "1.14.3" +version = "1.14.4" description = "Support for many storage backends in Django" optional = false python-versions = ">=3.7" files = [ - {file = "django-storages-1.14.3.tar.gz", hash = "sha256:95a12836cd998d4c7a4512347322331c662d9114c4344f932f5e9c0fce000608"}, - {file = "django_storages-1.14.3-py3-none-any.whl", hash = "sha256:31f263389e95ce3a1b902fb5f739a7ed32895f7d8b80179fe7453ecc0dfe102e"}, + {file = "django-storages-1.14.4.tar.gz", hash = "sha256:69aca94d26e6714d14ad63f33d13619e697508ee33ede184e462ed766dc2a73f"}, + {file = "django_storages-1.14.4-py3-none-any.whl", hash = "sha256:d61930acb4a25e3aebebc6addaf946a3b1df31c803a6bf1af2f31c9047febaa3"}, ] [package.dependencies] @@ -1372,4 +1372,4 @@ wand = ["Wand (>=0.6,<1.0)"] [metadata] lock-version = "2.0" python-versions = "^3.10.4" -content-hash = "cd4cda0ac0d2d419ff577df8a8b898bbadd0f4bd943f10c7448af2c2b05c8d38" +content-hash = "af5e7b01f43b2d522ac466e9db56182ac9b0192d5e3b28a185c7d51bdaf9df07" diff --git a/pyproject.toml b/pyproject.toml index 07792d1..9a2f61f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ gunicorn = "22.0.0" django-heroku = "0.3.1" pyjade = "4.0.0" django-assets = "2.0" -django-storages = "^1.14.3" +django-storages = "^1.14.4" cssmin = "^0.2.0" jsmin = "^3.0.0" pynetlify = "^0.1.1"