From 144d5d16792f7dbbc09eba341a33511d658d4285 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 16:37:22 +0000 Subject: [PATCH] [pip] Bump the vreapis-pip group across 1 directory with 6 updates Bumps the vreapis-pip group with 6 updates in the /vreapis directory: | Package | From | To | | --- | --- | --- | | [django](https://github.com/django/django) | `5.1` | `5.1.4` | | [djangorestframework-gis](https://github.com/openwisp/django-rest-framework-gis) | `1.0` | `1.1` | | [whitenoise](https://github.com/evansd/whitenoise) | `6.7.0` | `6.8.2` | | [gunicorn](https://github.com/benoitc/gunicorn) | `22.0.0` | `23.0.0` | | [django-cors-headers](https://github.com/adamchainz/django-cors-headers) | `4.4.0` | `4.6.0` | | [psycopg2](https://github.com/psycopg/psycopg2) | `2.9.9` | `2.9.10` | Updates `django` from 5.1 to 5.1.4 - [Commits](https://github.com/django/django/compare/5.1...5.1.4) 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 `whitenoise` from 6.7.0 to 6.8.2 - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/6.7.0...6.8.2) 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) Updates `django-cors-headers` from 4.4.0 to 4.6.0 - [Changelog](https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst) - [Commits](https://github.com/adamchainz/django-cors-headers/compare/4.4.0...4.6.0) Updates `psycopg2` from 2.9.9 to 2.9.10 - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.9...2.9.10) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch dependency-group: vreapis-pip - dependency-name: djangorestframework-gis dependency-type: direct:production update-type: version-update:semver-minor dependency-group: vreapis-pip - dependency-name: whitenoise 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 - dependency-name: django-cors-headers dependency-type: direct:production update-type: version-update:semver-minor dependency-group: vreapis-pip - dependency-name: psycopg2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: vreapis-pip ... Signed-off-by: dependabot[bot] --- vreapis/requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/vreapis/requirements.txt b/vreapis/requirements.txt index d714961..02a8836 100644 --- a/vreapis/requirements.txt +++ b/vreapis/requirements.txt @@ -1,13 +1,13 @@ -django==5.1 +django==5.1.4 djangorestframework==3.15.2 -djangorestframework-gis==1.0 +djangorestframework-gis==1.1 django-filter==24.3 -whitenoise==6.7.0 -gunicorn==22.0.0 +whitenoise==6.8.2 +gunicorn==23.0.0 pyyaml==6.0.2 requests==2.32.3 django-dotenv==1.4.2 -django-cors-headers==4.4.0 +django-cors-headers==4.6.0 django-extensions==3.2.3 -psycopg2==2.9.9 +psycopg2==2.9.10 django-probes==1.7.0