From 7eef28cdef385ecabe34ecbc4079c42d6a68ab2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 05:58:39 +0000 Subject: 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') 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" -- cgit v1.2.3