aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Xithrius <[email protected]>2024-04-04 10:30:31 -0700
committerGravatar GitHub <[email protected]>2024-04-04 10:30:31 -0700
commite396d9c76121efc9b198bdfdc56113fab7a8051f (patch)
treeb0d7cd319d4fe2f66c4e3c93205cb8a01c0eb5cc
parentMerge pull request #1290 from python-discord/docker-compose-to-docker-compose (diff)
parentBump django from 5.0.3 to 5.0.4 (diff)
Merge pull request #1292 from python-discord/dependabot/pip/django-5.0.4
-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 947c45df..ca06372a 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -361,13 +361,13 @@ files = [
[[package]]
name = "django"
-version = "5.0.3"
+version = "5.0.4"
description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design."
optional = false
python-versions = ">=3.10"
files = [
- {file = "Django-5.0.3-py3-none-any.whl", hash = "sha256:5c7d748ad113a81b2d44750ccc41edc14e933f56581683db548c9257e078cc83"},
- {file = "Django-5.0.3.tar.gz", hash = "sha256:5fb37580dcf4a262f9258c1f4373819aacca906431f505e4688e37f3a99195df"},
+ {file = "Django-5.0.4-py3-none-any.whl", hash = "sha256:916423499d75d62da7aa038d19aef23d23498d8df229775eb0a6309ee1013775"},
+ {file = "Django-5.0.4.tar.gz", hash = "sha256:4bd01a8c830bb77a8a3b0e7d8b25b887e536ad17a81ba2dce5476135c73312bd"},
]
[package.dependencies]
@@ -1224,4 +1224,4 @@ brotli = ["Brotli"]
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "622e5580f57efb78ad8ef32a76b9491e9e526edf0f87b0e74395c930155b23f3"
+content-hash = "4f790d5910afd86de0a8070ecf95c1606654df9608d8f63dcc1aa0e7b006c1e9"
diff --git a/pyproject.toml b/pyproject.toml
index 964f03eb..b9bdb729 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,7 +8,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = "3.11.*"
-django = "5.0.3"
+django = "5.0.4"
django-distill = "3.1.3"
django-environ = "0.11.2"
django-filter = "24.2"