From c5b5236a29d28efede9ac9db6f2888db209dcdbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 23:01:22 +0000 Subject: [PATCH] Bump django from 5.2.14 to 5.2.15 Bumps [django](https://github.com/django/django) from 5.2.14 to 5.2.15. - [Commits](https://github.com/django/django/compare/5.2.14...5.2.15) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.15 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3293332..f7b83e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "Add your description here" readme = "README.md" requires-python = ">=3.13" dependencies = [ - "django==5.2.14", + "django==5.2.15", "gitpython==3.1.50", "gunicorn==26.0.0", "packaging==26.2", diff --git a/requirements.txt b/requirements.txt index a2519b1..7cc0b11 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -django==5.2.14 +django==5.2.15 gitpython==3.1.50 gunicorn==26.0.0 packaging==26.2