From bc9c91d18564e221f8390400d73248dae148c902 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 17:47:34 +0000 Subject: [PATCH] chore(deps): 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 ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 98dd810d..d5efc713 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ # If you need to install new packages in the Docker container, you can try: # 1. docker ps // this gets a list of current processes/containers running # 2. docker exec -it -u root /bin/bash -# 3. Then here, you can install a new package like: > pip3 install django==5.2.14 +# 3. Then here, you can install a new package like: > pip3 install django==5.2.15 # or you could even run: > pip3 install -r requirements.txt # # You can also try to see which version of libraries are installed by running: @@ -40,7 +40,7 @@ # ----------------------------------------------------------------------------- # Django 5.2 is an LTS release with support until April 2028 # See: https://www.djangoproject.com/download/ -django==5.2.14 +django==5.2.15 # ----------------------------------------------------------------------------- # Database