From 62ac7226eaf49020679ac1cca1e719fe38c0043f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 08:02:54 +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 d46e574..e9cc8a1 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