aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-14 16:37:33 +0000
committerGravatar GitHub <[email protected]>2023-01-14 16:37:33 +0000
commite088cd9f78ab5b2d84a07c74cbb298b58400e9d0 (patch)
tree177421911094c2311b5a3f456fa79a5e38fee6be
parentMerge pull request #827 from python-discord/dependabot/pip/django-4.1.5 (diff)
Bump whitenoise from 6.2.0 to 6.3.0
Bumps [whitenoise](https://github.com/evansd/whitenoise) from 6.2.0 to 6.3.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.2.0...6.3.0) --- updated-dependencies: - dependency-name: whitenoise dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r--poetry.lock8
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock
index 67441c34..fb881a1f 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1476,14 +1476,14 @@ testing = ["coverage (>=6.2)", "coverage-enable-subprocess (>=1)", "flaky (>=3.7
[[package]]
name = "whitenoise"
-version = "6.2.0"
+version = "6.3.0"
description = "Radically simplified static file serving for WSGI applications"
category = "main"
optional = false
python-versions = ">=3.7"
files = [
- {file = "whitenoise-6.2.0-py3-none-any.whl", hash = "sha256:8e9c600a5c18bd17655ef668ad55b5edf6c24ce9bdca5bf607649ca4b1e8e2c2"},
- {file = "whitenoise-6.2.0.tar.gz", hash = "sha256:8fa943c6d4cd9e27673b70c21a07b0aa120873901e099cd46cab40f7cc96d567"},
+ {file = "whitenoise-6.3.0-py3-none-any.whl", hash = "sha256:cf8ecf56d86ba1c734fdb5ef6127312e39e92ad5947fef9033dc9e43ba2777d9"},
+ {file = "whitenoise-6.3.0.tar.gz", hash = "sha256:fe0af31504ab08faa1ec7fc02845432096e40cc1b27e6a7747263d7b30fb51fa"},
]
[package.extras]
@@ -1492,4 +1492,4 @@ brotli = ["Brotli"]
[metadata]
lock-version = "2.0"
python-versions = "3.10.*"
-content-hash = "663942793fd99eef0fba4eac4b51afb63b25e0da9bfb6717ac1805351472061e"
+content-hash = "b2d445b85f990dd10f136346306b7de92234fb4889b37ca4730676f77e720e23"
diff --git a/pyproject.toml b/pyproject.toml
index 712d6057..5bfce81b 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.2.0"
+whitenoise = "6.3.0"
httpx = "0.23.3"
pyyaml = "6.0"
gunicorn = "20.1.0"