Skip to content

Commit

Permalink
Bump whitenoise from 6.6.0 to 6.8.2
Browse files Browse the repository at this point in the history
Bumps [whitenoise](https://github.com/evansd/whitenoise) from 6.6.0 to 6.8.2.
- [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst)
- [Commits](evansd/whitenoise@6.6.0...6.8.2)

---
updated-dependencies:
- dependency-name: whitenoise
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and robertknight committed Nov 5, 2024
1 parent 949207b commit f409b02
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion requirements/build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pyproject-hooks==1.0.0
# pip-tools
wheel==0.42.0
# via pip-tools
whitenoise==6.6.0
whitenoise==6.8.2
# via -r requirements/build.in
zipp==3.19.1
# via importlib-metadata
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ webvtt-py==0.5.1
# via -r requirements/prod.txt
wheel==0.42.0
# via pip-tools
whitenoise==6.6.0
whitenoise==6.8.2
# via -r requirements/prod.txt
wired==0.3
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/functests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ webvtt-py==0.5.1
# via -r requirements/prod.txt
wheel==0.42.0
# via pip-tools
whitenoise==6.6.0
whitenoise==6.8.2
# via -r requirements/prod.txt
wired==0.3
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ wheel==0.42.0
# -r requirements/functests.txt
# -r requirements/tests.txt
# pip-tools
whitenoise==6.6.0
whitenoise==6.8.2
# via
# -r requirements/functests.txt
# -r requirements/tests.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ webob==1.8.8
# pyramid
webvtt-py==0.5.1
# via -r requirements/prod.in
whitenoise==6.6.0
whitenoise==6.8.2
# via -r requirements/prod.in
wired==0.3
# via pyramid-services
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ webvtt-py==0.5.1
# via -r requirements/prod.txt
wheel==0.42.0
# via pip-tools
whitenoise==6.6.0
whitenoise==6.8.2
# via -r requirements/prod.txt
wired==0.3
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/typecheck.txt
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ webvtt-py==0.5.1
# via -r requirements/prod.txt
wheel==0.43.0
# via pip-tools
whitenoise==6.6.0
whitenoise==6.8.2
# via -r requirements/prod.txt
wired==0.3
# via
Expand Down

0 comments on commit f409b02

Please sign in to comment.