From 7f12ab63468c37c2c7f2361d601b450dc72ff3dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 11:23:24 +0000 Subject: [PATCH] build(deps): update django requirement from ~=4.2.0 to ~=4.2.5 Updates the requirements on [django](https://github.com/django/django) to permit the latest version. - [Commits](https://github.com/django/django/compare/4.2...4.2.5) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements-prod.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index b80cd113..6a5b55c5 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -Django~=4.2.0 +Django~=4.2.5 djangorestframework~=3.14.0 django-filter~=23.2.0 django-debug-toolbar~=4.1.0 diff --git a/requirements-prod.txt b/requirements-prod.txt index d450473b..25fd1c14 100644 --- a/requirements-prod.txt +++ b/requirements-prod.txt @@ -1,4 +1,4 @@ -Django~=4.2.0 +Django~=4.2.5 djangorestframework~=3.14.0 django-filter~=23.2.0 psycopg2~=2.9.0