From 021d541081eedd0dc7ef9ca9582a1eafcb6b4679 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 14:13:01 +0000 Subject: [PATCH] [pip] Bump the vreapis-pip group across 1 directory with 7 updates Bumps the vreapis-pip group with 7 updates in the /vreapis directory: | Package | From | To | | --- | --- | --- | | [djangorestframework](https://github.com/encode/django-rest-framework) | `3.15.2` | `3.16.0` | | [djangorestframework-gis](https://github.com/openwisp/django-rest-framework-gis) | `1.1` | `1.2.0` | | [django-filter](https://github.com/carltongibson/django-filter) | `24.3` | `25.1` | | [whitenoise](https://github.com/evansd/whitenoise) | `6.8.2` | `6.9.0` | | [requests](https://github.com/psf/requests) | `2.32.3` | `2.32.4` | | [django-cors-headers](https://github.com/adamchainz/django-cors-headers) | `4.6.0` | `4.7.0` | | [django-extensions](https://github.com/django-extensions/django-extensions) | `3.2.3` | `4.1` | Updates `djangorestframework` from 3.15.2 to 3.16.0 - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.15.2...3.16.0) Updates `djangorestframework-gis` from 1.1 to 1.2.0 - [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.1.0...v1.2.0) Updates `django-filter` from 24.3 to 25.1 - [Release notes](https://github.com/carltongibson/django-filter/releases) - [Changelog](https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst) - [Commits](https://github.com/carltongibson/django-filter/compare/24.3...25.1) Updates `whitenoise` from 6.8.2 to 6.9.0 - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/6.8.2...6.9.0) Updates `requests` from 2.32.3 to 2.32.4 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.3...v2.32.4) Updates `django-cors-headers` from 4.6.0 to 4.7.0 - [Changelog](https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst) - [Commits](https://github.com/adamchainz/django-cors-headers/compare/4.6.0...4.7.0) Updates `django-extensions` from 3.2.3 to 4.1 - [Release notes](https://github.com/django-extensions/django-extensions/releases) - [Changelog](https://github.com/django-extensions/django-extensions/blob/main/CHANGELOG.md) - [Commits](https://github.com/django-extensions/django-extensions/compare/3.2.3...4.1) --- updated-dependencies: - dependency-name: djangorestframework dependency-version: 3.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: vreapis-pip - dependency-name: djangorestframework-gis dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: vreapis-pip - dependency-name: django-filter dependency-version: '25.1' dependency-type: direct:production update-type: version-update:semver-major dependency-group: vreapis-pip - dependency-name: whitenoise dependency-version: 6.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: vreapis-pip - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: vreapis-pip - dependency-name: django-cors-headers dependency-version: 4.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: vreapis-pip - dependency-name: django-extensions dependency-version: '4.1' dependency-type: direct:production update-type: version-update:semver-major dependency-group: vreapis-pip ... Signed-off-by: dependabot[bot] --- vreapis/requirements.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/vreapis/requirements.txt b/vreapis/requirements.txt index 02a88369..84021e14 100644 --- a/vreapis/requirements.txt +++ b/vreapis/requirements.txt @@ -1,13 +1,13 @@ django==5.1.4 -djangorestframework==3.15.2 -djangorestframework-gis==1.1 -django-filter==24.3 -whitenoise==6.8.2 +djangorestframework==3.16.0 +djangorestframework-gis==1.2.0 +django-filter==25.1 +whitenoise==6.9.0 gunicorn==23.0.0 pyyaml==6.0.2 -requests==2.32.3 +requests==2.32.4 django-dotenv==1.4.2 -django-cors-headers==4.6.0 -django-extensions==3.2.3 +django-cors-headers==4.7.0 +django-extensions==4.1 psycopg2==2.9.10 django-probes==1.7.0