diff --git a/poetry.lock b/poetry.lock index f84cb38f3..e5ec58421 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 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 = "aiohttp" @@ -1021,13 +1021,13 @@ django = ">=4.2" [[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] @@ -4131,4 +4131,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10.4" -content-hash = "aa00b160d585dc03b214fa2dcdfaf7123dfb0429721cd1919970c429967600ab" +content-hash = "08127a75264a281cc2c8b51ef4edafac674642f9027c9a86c09c57f0a22e1d9b" diff --git a/pyproject.toml b/pyproject.toml index dc955ee91..1aeb35df5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ django-htmx = "^1.17.3" django-libsass = "^0.9" django-select2 = "^7.11.1" django-sesame = "^3.2.2" -django-storages = "^1.14.3" +django-storages = "^1.14.4" djangorestframework = "^3.15.1" drf-spectacular = "^0.26.5" elastic-apm = "^6.22.0"