From e5317db43ba84e2423a7bd01d7ee1bfc0ee46397 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 22:04:16 +0000 Subject: [PATCH] chore(deps): bump django from 5.2.3 to 5.2.6 in /pems_web Bumps [django](https://github.com/django/django) from 5.2.3 to 5.2.6. - [Commits](https://github.com/django/django/compare/5.2.3...5.2.6) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pems_web/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pems_web/pyproject.toml b/pems_web/pyproject.toml index 7179020f..b200dffe 100644 --- a/pems_web/pyproject.toml +++ b/pems_web/pyproject.toml @@ -4,7 +4,7 @@ description = "The main Django application for the PeMS project." dynamic = ["version"] requires-python = ">=3.12" dependencies = [ - "Django==5.2.3", + "Django==5.2.6", "gunicorn==23.0.0", "psycopg[binary,pool]==3.2.9", ]