From 090106adbc1856aa99ac41e2ea49ad6cb9f7f0fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 00:41:17 +0000 Subject: [PATCH] chore(deps): Bump whitenoise from 6.8.1 to 6.8.2 Bumps [whitenoise](https://github.com/evansd/whitenoise) from 6.8.1 to 6.8.2. - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/6.8.1...6.8.2) --- updated-dependencies: - dependency-name: whitenoise dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6dd5a428b..7e2731f87 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4341,13 +4341,13 @@ test = ["websockets"] [[package]] name = "whitenoise" -version = "6.8.1" +version = "6.8.2" description = "Radically simplified static file serving for WSGI applications" optional = false python-versions = ">=3.9" files = [ - {file = "whitenoise-6.8.1-py3-none-any.whl", hash = "sha256:196ba04ca0a80f4a3f99f88381864f218a28b5fb5b44d29feea484d501fa0ba3"}, - {file = "whitenoise-6.8.1.tar.gz", hash = "sha256:11042f39f1dcfbb3814726b9364703af6901706582d988e96494cfefdc3a89e2"}, + {file = "whitenoise-6.8.2-py3-none-any.whl", hash = "sha256:df12dce147a043d1956d81d288c6f0044147c6d2ab9726e5772ac50fb45d2280"}, + {file = "whitenoise-6.8.2.tar.gz", hash = "sha256:486bd7267a375fa9650b136daaec156ac572971acc8bf99add90817a530dd1d4"}, ] [package.extras] @@ -4552,4 +4552,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.2" -content-hash = "79d9cddb53621405ced7498c5dbbb92ceb618d5c93ebd5c9e8e4d2d3d356da7b" +content-hash = "72173735b85b5b4100a54d7cac0f4be0cde41fbaa629643fd953afc16e574b7d" diff --git a/pyproject.toml b/pyproject.toml index 4b5610001..03a801627 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dj-rest-auth = "^5.0.2" tweepy = "^4.8.0" Unidecode = "^1.3.8" user-agents = "^2.2.0" -whitenoise = "^6.8.1" +whitenoise = "^6.8.2" django-debug-toolbar = "^4.4.6" selenium = "^4.24.0" pylibmc = "^1.6.1"