From 0250f2d438318db7c1fdce543b7f50b13a5036cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 16:02:46 +0000 Subject: [PATCH] Bump django from 5.2.12 to 5.2.13 Bumps [django](https://github.com/django/django) from 5.2.12 to 5.2.13. - [Commits](https://github.com/django/django/compare/5.2.12...5.2.13) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.13 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 0deb1632..9ca5412e 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.12 +# 3. Then here, you can install a new package like: > pip3 install django==5.2.13 # 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.12 +django==5.2.13 # ----------------------------------------------------------------------------- # Database