Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

Commit 58fd09d

Browse files
Bump whitenoise from 5.3.0 to 6.0.0 in /{{cookiecutter.project_slug}} (#332)
Bumps [whitenoise](https://github.com/evansd/whitenoise) from 5.3.0 to 6.0.0. - [Release notes](https://github.com/evansd/whitenoise/releases) - [Changelog](https://github.com/evansd/whitenoise/blob/master/docs/changelog.rst) - [Commits](evansd/whitenoise@v5.3.0...6.0.0) --- updated-dependencies: - dependency-name: whitenoise dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 824199c commit 58fd09d

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

{{cookiecutter.project_slug}}/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ django-environ = "~=0.8.1"
1616
django-storages = "~=1.12"
1717
psycopg2 = "<2.9"
1818
waitress = "~=2.0.0"
19-
whitenoise = "~=5.3.0"
19+
whitenoise = "~=6.0.0"
2020
djangorestframework = "~=3.13.1"
2121
django-bootstrap4 = "~=21.2"
2222
django-allauth = "~=0.47.0"

{{cookiecutter.project_slug}}/Pipfile.lock

Lines changed: 4 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)