From b60b4b214e56431fad840ecca698d70d588c8170 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 13:46:47 +0000 Subject: [PATCH] [pip] Bump the vreapis-pip group in /vreapis with 2 updates Bumps the vreapis-pip group in /vreapis with 2 updates: [djangorestframework-gis](https://github.com/openwisp/django-rest-framework-gis) and [gunicorn](https://github.com/benoitc/gunicorn). Updates `djangorestframework-gis` from 1.0 to 1.1 - [Release notes](https://github.com/openwisp/django-rest-framework-gis/releases) - [Changelog](https://github.com/openwisp/django-rest-framework-gis/blob/master/CHANGES.rst) - [Commits](https://github.com/openwisp/django-rest-framework-gis/compare/v1.0.0...v1.1.0) Updates `gunicorn` from 22.0.0 to 23.0.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/22.0.0...23.0.0) --- updated-dependencies: - dependency-name: djangorestframework-gis dependency-type: direct:production update-type: version-update:semver-minor dependency-group: vreapis-pip - dependency-name: gunicorn dependency-type: direct:production update-type: version-update:semver-major dependency-group: vreapis-pip ... Signed-off-by: dependabot[bot] --- vreapis/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vreapis/requirements.txt b/vreapis/requirements.txt index d714961..9280170 100644 --- a/vreapis/requirements.txt +++ b/vreapis/requirements.txt @@ -1,9 +1,9 @@ django==5.1 djangorestframework==3.15.2 -djangorestframework-gis==1.0 +djangorestframework-gis==1.1 django-filter==24.3 whitenoise==6.7.0 -gunicorn==22.0.0 +gunicorn==23.0.0 pyyaml==6.0.2 requests==2.32.3 django-dotenv==1.4.2