Skip to content

Commit 0d06fdb

Browse files
Bump whitenoise from 5.3.0 to 6.0.0
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>
1 parent 6bd76f3 commit 0d06fdb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ celery==5.2.3
77
django-celery-results==2.2.0
88
django-celery-beat==2.2.1
99

10-
whitenoise==5.3.0
10+
whitenoise==6.0.0
1111

1212
django-filter==21.1
1313
django-cors-headers==3.11.0

requirements/production.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-r base.txt
22

3-
whitenoise==5.3.0
3+
whitenoise==6.0.0
44
gunicorn==20.1.0
55
sentry-sdk==1.5.4

0 commit comments

Comments
 (0)