From f3682afea654ce66a0ddf77ae525cdb89e12d15f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 12:50:42 +0000 Subject: [PATCH] Bump django from 5.1.13 to 5.1.15 Bumps [django](https://github.com/django/django) from 5.1.13 to 5.1.15. - [Commits](https://github.com/django/django/compare/5.1.13...5.1.15) --- updated-dependencies: - dependency-name: django dependency-version: 5.1.15 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index af72c52..6f04f66 100644 --- a/poetry.lock +++ b/poetry.lock @@ -78,14 +78,14 @@ files = [ [[package]] name = "django" -version = "5.1.13" +version = "5.1.15" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "django-5.1.13-py3-none-any.whl", hash = "sha256:06f257f79dc4c17f3f9e23b106a4c5ed1335abecbe731e83c598c941d14fbeed"}, - {file = "django-5.1.13.tar.gz", hash = "sha256:543ff21679f15e80edfc01fe7ea35f8291b6d4ea589433882913626a7c1cf929"}, + {file = "django-5.1.15-py3-none-any.whl", hash = "sha256:117871e58d6eda37f09870b7d73a3d66567b03aecd515b386b1751177c413432"}, + {file = "django-5.1.15.tar.gz", hash = "sha256:46a356b5ff867bece73fc6365e081f21c569973403ee7e9b9a0316f27d0eb947"}, ] [package.dependencies] @@ -633,4 +633,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "823c122e7551d10dd2fdb6535c344690f19628c6f2aac75b89bccc6028cfab4f" +content-hash = "8e5695cb18aa28015b86b8dbf1b156d6e9c690cc2e6aab809339aad15a4a408d" diff --git a/pyproject.toml b/pyproject.toml index 1ff31a3..d525b10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.11" -django = "^5.1.13" +django = "^5.1.15" psycopg2 = "^2.9.9" gunicorn = "^23.0.0" psycopg = {extras = ["binary"], version = "^3.2.1"}