From b55e05cbf044d99bdfdfb9fa6f29a9411035f870 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 09:50:53 +0000 Subject: [PATCH] Bump django from 5.2.13 to 5.2.14 Bumps [django](https://github.com/django/django) from 5.2.13 to 5.2.14. - [Commits](https://github.com/django/django/compare/5.2.13...5.2.14) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.14 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 374d89b..7816bf9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "Add your description here" readme = "README.md" requires-python = ">=3.13" dependencies = [ - "django==5.2.13", + "django==5.2.14", "gitpython==3.1.50", "gunicorn==26.0.0", "packaging==26.2", diff --git a/requirements.txt b/requirements.txt index 013d857..f6e7768 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -django==5.2.13 +django==5.2.14 gitpython==3.1.50 gunicorn==26.0.0 packaging==26.2