From b62b89305685b0a0f185dcc3bff3664a37f0804d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 17:11:58 +0000 Subject: [PATCH] build(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] --- requirements.in | 2 +- requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.in b/requirements.in index 162a3f7e19..093e5cc1b6 100644 --- a/requirements.in +++ b/requirements.in @@ -54,7 +54,7 @@ sphinx_rtd_theme==3.0.1 statsd==4.0.1 urlwait==1.0 werkzeug==3.0.6 -whitenoise==6.8.1 +whitenoise==6.8.2 # NOTE(willkg): Don't need to update this. We don't really use it and we should diff --git a/requirements.txt b/requirements.txt index 66bebcf863..57dba5b68a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1328,9 +1328,9 @@ wheel==0.41.3 \ --hash=sha256:488609bc63a29322326e05560731bf7bfea8e48ad646e1f5e40d366607de0942 \ --hash=sha256:4d4987ce51a49370ea65c0bfd2234e8ce80a12780820d9dc462597a6e60d0841 # via pip-tools -whitenoise==6.8.1 \ - --hash=sha256:11042f39f1dcfbb3814726b9364703af6901706582d988e96494cfefdc3a89e2 \ - --hash=sha256:196ba04ca0a80f4a3f99f88381864f218a28b5fb5b44d29feea484d501fa0ba3 +whitenoise==6.8.2 \ + --hash=sha256:486bd7267a375fa9650b136daaec156ac572971acc8bf99add90817a530dd1d4 \ + --hash=sha256:df12dce147a043d1956d81d288c6f0044147c6d2ab9726e5772ac50fb45d2280 # via -r requirements.in wrapt==1.16.0 \ --hash=sha256:0d2691979e93d06a95a26257adb7bfd0c93818e89b1406f5a28f36e0d8c1e1fc \