Skip to content

Commit

Permalink
Bump whitenoise from 6.5.0 to 6.6.0 (#11590)
Browse files Browse the repository at this point in the history
* Bump whitenoise from 6.5.0 to 6.6.0

Bumps [whitenoise](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](evansd/whitenoise@6.5.0...6.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* [Dependencies] Align setup.cfg with requirements.txt

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afabiani <[email protected]>
  • Loading branch information
dependabot[bot] and afabiani authored Jan 10, 2024
1 parent 629e174 commit 306f69f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ boto3==1.34.15

# Django Caches
python-memcached<=1.59
whitenoise==6.5.0
whitenoise==6.6.0
Brotli==1.1.0

# Contribs
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ install_requires =

# Django Caches
python-memcached<=1.59
whitenoise==6.5.0
whitenoise==6.6.0
Brotli==1.1.0

# Contribs
Expand Down

0 comments on commit 306f69f

Please sign in to comment.