diff --git a/poetry.lock b/poetry.lock index f7834ab79..3490f5fd3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -819,13 +819,13 @@ swapper = "*" [[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] @@ -2356,4 +2356,4 @@ h11 = ">=0.9.0,<1" [metadata] lock-version = "2.0" python-versions = "3.11.2" -content-hash = "f2c120f3b61316200b2fb48facce037113b87434f8e2d7cb904801040126a6ee" +content-hash = "683f72670f1b1ff3fd1036b43d1ae8d83a8f806aeca9b929eab2f68e76d1fb0a" diff --git a/pyproject.toml b/pyproject.toml index e177bb037..6d65bb51e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ psycopg2-binary = "^2.9.9" boto = "^2.49.0" django-cors-headers = "^4.3.1" protobuf = "^4.25.3" -django-storages = {extras = ["google"], version = "^1.14.2"} +django-storages = {extras = ["google"], version = "^1.14.3"} django-timedeltafield = "^0.7.10" EasyProcess = "^1.1" "giturlparse.py" = "^0.0.5"