From 4d5c5f809fab94760c6a3acffb7631ddaa1bdefc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 10:24:53 -0700 Subject: [PATCH] Bump django-storages from 1.14.2 to 1.14.3 (#108) Bumps [django-storages](https://github.com/jschneier/django-storages) from 1.14.2 to 1.14.3. - [Changelog](https://github.com/jschneier/django-storages/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jschneier/django-storages/compare/1.14.2...1.14.3) --- updated-dependencies: - dependency-name: django-storages dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6ee5910..f5a2d25 100644 --- a/poetry.lock +++ b/poetry.lock @@ -456,13 +456,13 @@ testing = ["django-modelcluster"] [[package]] name = "django-storages" -version = "1.14.2" +version = "1.14.3" description = "Support for many storage backends in Django" optional = false python-versions = ">=3.7" files = [ - {file = "django-storages-1.14.2.tar.gz", hash = "sha256:51b36af28cc5813b98d5f3dfe7459af638d84428c8df4a03990c7d74d1bea4e5"}, - {file = "django_storages-1.14.2-py3-none-any.whl", hash = "sha256:1db759346b52ada6c2efd9f23d8241ecf518813eb31db9e2589207174f58f6ad"}, + {file = "django-storages-1.14.3.tar.gz", hash = "sha256:95a12836cd998d4c7a4512347322331c662d9114c4344f932f5e9c0fce000608"}, + {file = "django_storages-1.14.3-py3-none-any.whl", hash = "sha256:31f263389e95ce3a1b902fb5f739a7ed32895f7d8b80179fe7453ecc0dfe102e"}, ] [package.dependencies] @@ -1372,4 +1372,4 @@ wand = ["Wand (>=0.6,<1.0)"] [metadata] lock-version = "2.0" python-versions = "^3.10.4" -content-hash = "6f103ae0b89f58767089671600386786cf83518c2e4e4e0eadaa0f3450b862bb" +content-hash = "588e6e3445563093a6136d2f6b51f75bd0fb43583e3c557ae53f72865fdcac70" diff --git a/pyproject.toml b/pyproject.toml index d72be0a..71bd32a 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.13.2" +django-storages = "^1.14.3" cssmin = "^0.2.0" jsmin = "^3.0.0" pynetlify = "^0.1.1"