From ea0ca12942971f28b3167f1f19e1856634f1e241 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 17:05:18 +0200 Subject: [PATCH] Bump django from 4.2.13 to 4.2.15 (#39) Bumps [django](https://github.com/django/django) from 4.2.13 to 4.2.15. - [Commits](https://github.com/django/django/compare/4.2.13...4.2.15) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- requirements_azure.txt | 2 +- requirements_docker.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index e23c0a3..916dcc3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -django==4.2.13 +django==4.2.15 psycopg2-binary==2.9.9 gunicorn==22.0.0 django-cors-headers==4.3.1 diff --git a/requirements_azure.txt b/requirements_azure.txt index e23c0a3..916dcc3 100644 --- a/requirements_azure.txt +++ b/requirements_azure.txt @@ -1,4 +1,4 @@ -django==4.2.13 +django==4.2.15 psycopg2-binary==2.9.9 gunicorn==22.0.0 django-cors-headers==4.3.1 diff --git a/requirements_docker.txt b/requirements_docker.txt index 2e0e734..3478609 100644 --- a/requirements_docker.txt +++ b/requirements_docker.txt @@ -1,4 +1,4 @@ -django==4.2.13 +django==4.2.15 psycopg2-binary==2.9.9 gunicorn==22.0.0 mysqlclient==2.2.4