aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-27 05:58:39 +0000
committerGravatar GitHub <[email protected]>2023-02-27 05:58:39 +0000
commit7eef28cdef385ecabe34ecbc4079c42d6a68ab2b (patch)
tree64d3ecfb368d0744e38dc68ea62e09cfc49907b1 /pyproject.toml
parentMerge 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.toml2
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"