dependabot[bot]
commited on
Bump whitenoise[brotli] from 6.5.0 to 6.6.0
Browse filesBumps [whitenoise[brotli]](https://github.com/evansd/whitenoise) from 6.5.0 to 6.6.0.
- [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst)
- [Commits](https://github.com/evansd/whitenoise/compare/6.5.0...6.6.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.7
|
2 |
psycopg2==2.9.9
|
3 |
python-dotenv==1.0.0
|
4 |
-
whitenoise[brotli]==6.
|
5 |
django-environ==0.11.2
|
|
|
1 |
Django==4.2.7
|
2 |
psycopg2==2.9.9
|
3 |
python-dotenv==1.0.0
|
4 |
+
whitenoise[brotli]==6.6.0
|
5 |
django-environ==0.11.2
|