From 2bfa297532623896853c8c9846cd83db190a7414 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 21:04:38 +0000 Subject: [PATCH] [pip] Bump django from 5.0.3 to 5.0.6 in /vreapis Bumps [django](https://github.com/django/django) from 5.0.3 to 5.0.6. - [Commits](https://github.com/django/django/compare/5.0.3...5.0.6) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- vreapis/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vreapis/requirements.txt b/vreapis/requirements.txt index f518caa..155d975 100644 --- a/vreapis/requirements.txt +++ b/vreapis/requirements.txt @@ -1,4 +1,4 @@ -django==5.0.3 +django==5.0.6 djangorestframework==3.14.0 djangorestframework-gis==1.0 django-filter==24.2