aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-01-14 22:19:00 +0000
committerGravatar Johannes Christ <[email protected]>2025-02-01 11:31:08 +0100
commit7831a6b59516ed96d086917cbfdf55e7d0b56ddb (patch)
tree218fab70fdbc6bb0d71b32b1b221a38aac73c0ce
parentRemove 2024 code jam notification (diff)
Bump django from 5.1.3 to 5.1.5
Bumps [django](https://github.com/django/django) from 5.1.3 to 5.1.5. - [Commits](https://github.com/django/django/compare/5.1.3...5.1.5)
-rw-r--r--poetry.lock10
-rw-r--r--pyproject.toml2
2 files changed, 6 insertions, 6 deletions
diff --git a/poetry.lock b/poetry.lock
index 1c3f50cd..c0ace27e 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1,4 +1,4 @@
-# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand.
+# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand.
[[package]]
name = "anyio"
@@ -396,13 +396,13 @@ files = [
[[package]]
name = "django"
-version = "5.1.3"
+version = "5.1.5"
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.1.3-py3-none-any.whl", hash = "sha256:8b38a9a12da3ae00cb0ba72da985ec4b14de6345046b1e174b1fd7254398f818"},
- {file = "Django-5.1.3.tar.gz", hash = "sha256:c0fa0e619c39325a169208caef234f90baa925227032ad3f44842ba14d75234a"},
+ {file = "Django-5.1.5-py3-none-any.whl", hash = "sha256:c46eb936111fffe6ec4bc9930035524a8be98ec2f74d8a0ff351226a3e52f459"},
+ {file = "Django-5.1.5.tar.gz", hash = "sha256:19bbca786df50b9eca23cee79d495facf55c8f5c54c529d9bf1fe7b5ea086af3"},
]
[package.dependencies]
@@ -1254,4 +1254,4 @@ brotli = ["brotli"]
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "d80abef70ca4732ac4831f771c64c7ee8ef8582dd4946c3d2c80fb5b3537e122"
+content-hash = "c041d18051d7631dd54af16c7a9d18d1d29b74fc0a39f144ab9aa7df3edf8085"
diff --git a/pyproject.toml b/pyproject.toml
index 84abc1ae..b3bb86e0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,7 +9,7 @@ package-mode = false
[tool.poetry.dependencies]
python = "3.11.*"
-django = "5.1.3"
+django = "5.1.5"
django-distill = "3.2.7"
django-environ = "0.11.2"
django-filter = "24.3"