From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 16:23:43 +0000 (+0000) Subject: build(deps): update django requirement from ~=5.0.0 to ~=5.0.7 X-Git-Tag: v3.2.0~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1921a9b8ee3c22c6363df6253ca5752b7071ae3c;p=thirdparty%2Fpatchwork.git 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] --- 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