From 7ee3351886e73b0fb6260b854431221b385f2d82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 22:13:58 +0000 Subject: [PATCH] Bump django from 5.1.1 to 5.1.5 in /backend Bumps [django](https://github.com/django/django) from 5.1.1 to 5.1.5. - [Commits](https://github.com/django/django/compare/5.1.1...5.1.5) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/poetry.lock | 8 ++++---- backend/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/poetry.lock b/backend/poetry.lock index 6ce54a1357..11e5a1c2f6 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -736,13 +736,13 @@ files = [ [[package]] name = "django" -version = "5.1.4" +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.4-py3-none-any.whl", hash = "sha256:236e023f021f5ce7dee5779de7b286565fdea5f4ab86bae5338e3f7b69896cf0"}, - {file = "Django-5.1.4.tar.gz", hash = "sha256:de450c09e91879fa5a307f696e57c851955c910a438a35e6b4c895e86bedc82a"}, + {file = "Django-5.1.5-py3-none-any.whl", hash = "sha256:c46eb936111fffe6ec4bc9930035524a8be98ec2f74d8a0ff351226a3e52f459"}, + {file = "Django-5.1.5.tar.gz", hash = "sha256:19bbca786df50b9eca23cee79d495facf55c8f5c54c529d9bf1fe7b5ea086af3"}, ] [package.dependencies] @@ -2869,4 +2869,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "c0e809b1a3b03e42cf2d05af48f4a112858a648df929f3c7951994304dea453b" +content-hash = "fd698305960a2142ad6c8e97fd84af13b0f44d07d921fe9c0b44d9524320c9a6" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 7f5d7aad59..b367643e71 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -8,7 +8,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.11" -django = "5.1.4" +django = "5.1.5" weasyprint = "62.3" psycopg2-binary = "2.9.9" gunicorn = "23.0.0"