dependabot[bot]
commited on
Bump whitenoise[brotli] from 6.4.0 to 6.5.0
Browse filesBumps [whitenoise[brotli]](https://github.com/evansd/whitenoise) from 6.4.0 to 6.5.0.
- [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst)
- [Commits](https://github.com/evansd/whitenoise/compare/6.4.0...6.5.0)
---
updated-dependencies:
- dependency-name: whitenoise[brotli]
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
- src/requirements.txt +1 -1
src/requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
Django==4.2.2
|
2 |
psycopg2==2.9.6
|
3 |
python-dotenv==1.0.0
|
4 |
-
whitenoise[brotli]==6.
|
5 |
django-environ==0.10.0
|
|
|
1 |
Django==4.2.2
|
2 |
psycopg2==2.9.6
|
3 |
python-dotenv==1.0.0
|
4 |
+
whitenoise[brotli]==6.5.0
|
5 |
django-environ==0.10.0
|