From e8e29ffd5f590f37e7f38130a8a292b6216023d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 11:59:43 +0200 Subject: [PATCH] Bump django from 4.2.15 to 4.2.16 (#41) Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. - [Commits](https://github.com/django/django/compare/4.2.15...4.2.16) --- 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 916dcc3..9d6101a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -django==4.2.15 +django==4.2.16 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 916dcc3..9d6101a 100644 --- a/requirements_azure.txt +++ b/requirements_azure.txt @@ -1,4 +1,4 @@ -django==4.2.15 +django==4.2.16 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 3478609..547e621 100644 --- a/requirements_docker.txt +++ b/requirements_docker.txt @@ -1,4 +1,4 @@ -django==4.2.15 +django==4.2.16 psycopg2-binary==2.9.9 gunicorn==22.0.0 mysqlclient==2.2.4