aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-07-10 17:01:56 +0000
committerGravatar GitHub <[email protected]>2024-07-10 17:01:56 +0000
commite18f116651a439fcc98b391c07de8ec96cb67113 (patch)
tree892539006c5b98734fa31c8f4abd40196c1d8b9c
parentPleasure the style dictator (diff)
Bump django from 5.0.6 to 5.0.7
Bumps [django](https://github.com/django/django) from 5.0.6 to 5.0.7. - [Commits](https://github.com/django/django/compare/5.0.6...5.0.7) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch ... 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 54612374..92107e3a 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -361,13 +361,13 @@ files = [
[[package]]
name = "django"
-version = "5.0.6"
+version = "5.0.7"
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.6-py3-none-any.whl", hash = "sha256:8363ac062bb4ef7c3f12d078f6fa5d154031d129a15170a1066412af49d30905"},
- {file = "Django-5.0.6.tar.gz", hash = "sha256:ff1b61005004e476e0aeea47c7f79b85864c70124030e95146315396f1e7951f"},
+ {file = "Django-5.0.7-py3-none-any.whl", hash = "sha256:f216510ace3de5de01329463a315a629f33480e893a9024fc93d8c32c22913da"},
+ {file = "Django-5.0.7.tar.gz", hash = "sha256:bd4505cae0b9bd642313e8fb71810893df5dc2ffcacaa67a33af2d5cd61888f2"},
]
[package.dependencies]
@@ -1216,4 +1216,4 @@ brotli = ["brotli"]
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "fddf4751daf0c2563c2b7530cfafe0570064cb90d088fc9e5deb47388f40c89d"
+content-hash = "5665ede8893b9a4a6a48d40075356641bf87f98becad6df99af5083c07438d4e"
diff --git a/pyproject.toml b/pyproject.toml
index 0be7bbd0..40bb0d26 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,7 +8,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = "3.11.*"
-django = "5.0.6"
+django = "5.0.7"
django-distill = "3.2.4"
django-environ = "0.11.2"
django-filter = "24.2"