From 3ad061775f199219654cc96b6e217050c3f08a1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 11:49:13 +0000 Subject: [PATCH] chore(deps): bump whitenoise from 6.8.0 to 6.8.2 in /backend Bumps [whitenoise](https://github.com/evansd/whitenoise) from 6.8.0 to 6.8.2. - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/6.8.0...6.8.2) --- updated-dependencies: - dependency-name: whitenoise dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/poetry.lock | 8 ++++---- backend/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/poetry.lock b/backend/poetry.lock index 9c8feafd4..0d771a65c 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -1942,13 +1942,13 @@ files = [ [[package]] name = "whitenoise" -version = "6.8.0" +version = "6.8.2" description = "Radically simplified static file serving for WSGI applications" optional = false python-versions = ">=3.9" files = [ - {file = "whitenoise-6.8.0-py3-none-any.whl", hash = "sha256:58c4663bd050decb7fe06781ec26984e80895ee7178d3ee5d53e31086596b11f"}, - {file = "whitenoise-6.8.0.tar.gz", hash = "sha256:591aebe08d78dfc79d69517381fbce1625ee69fd0fcb795fe745bc51c4b7ae56"}, + {file = "whitenoise-6.8.2-py3-none-any.whl", hash = "sha256:df12dce147a043d1956d81d288c6f0044147c6d2ab9726e5772ac50fb45d2280"}, + {file = "whitenoise-6.8.2.tar.gz", hash = "sha256:486bd7267a375fa9650b136daaec156ac572971acc8bf99add90817a530dd1d4"}, ] [package.extras] @@ -1967,4 +1967,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "42cbb5d0e9705615f131de1627fbd0e6863efd1f90a64a2b5326a35c68abdb6a" +content-hash = "2edeed80825f10b20dfdbbbe350af70168f56db754273dbf61f06941a786ff53" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index e76e46f2a..b4d8c9fd9 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -41,7 +41,7 @@ django-environ = "^0.11.2" django-money = "^3.5.3" python-redmine = "^2.5.0" sentry-sdk = "^2.17.0" -whitenoise = "^6.8.0" +whitenoise = "^6.8.2" django-hurricane = "^1.6.0" openpyxl = "3.0.10" # TODO: dependency of `pyexcel-xlsx` Remove as soon as https://github.com/pyexcel/pyexcel-xlsx/issues/52 is resolved. psycopg = {extras = ["binary"], version = "^3.2.3"}