From 1921a9b8ee3c22c6363df6253ca5752b7071ae3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 16:23:43 +0000 Subject: [PATCH] build(deps): update django requirement from ~=5.0.0 to ~=5.0.7 Updates the requirements on [django](https://github.com/django/django) to permit the latest version. - [Commits](https://github.com/django/django/compare/5.0...5.0.7) --- 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 586f93e1..3d80e0cf 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -Django~=5.0.0 +Django~=5.0.7 djangorestframework~=3.15.2 django-filter~=24.2.0 django-debug-toolbar~=4.4.0 diff --git a/requirements-prod.txt b/requirements-prod.txt index 8fa04407..c596bc4a 100644 --- a/requirements-prod.txt +++ b/requirements-prod.txt @@ -1,4 +1,4 @@ -Django~=5.0.0 +Django~=5.0.7 djangorestframework~=3.15.0 django-filter~=24.2.0 psycopg2~=2.9.9 -- 2.47.3