diff options
author | 2023-02-27 05:58:39 +0000 | |
---|---|---|
committer | 2023-02-27 05:58:39 +0000 | |
commit | 7eef28cdef385ecabe34ecbc4079c42d6a68ab2b (patch) | |
tree | 64d3ecfb368d0744e38dc68ea62e09cfc49907b1 /pyproject.toml | |
parent | Merge pull request #879 from python-discord/flip-timeline (diff) |
Bump whitenoise from 6.3.0 to 6.4.0
Bumps [whitenoise](https://github.com/evansd/whitenoise) from 6.3.0 to 6.4.0.
- [Release notes](https://github.com/evansd/whitenoise/releases)
- [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst)
- [Commits](https://github.com/evansd/whitenoise/compare/6.3.0...6.4.0)
---
updated-dependencies:
- dependency-name: whitenoise
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index b4d9deda..ca2b1d09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ django-filter = "22.1" djangorestframework = "3.14.0" psycopg2-binary = "2.9.5" django-simple-bulma = "2.5.0" -whitenoise = "6.3.0" +whitenoise = "6.4.0" httpx = "0.23.3" pyyaml = "6.0" gunicorn = "20.1.0" |