Skip to content

Commit

Permalink
[pip] Bump the vreapis-pip group across 1 directory with 6 updates
Browse files Browse the repository at this point in the history
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](django/django@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](openwisp/django-rest-framework-gis@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](evansd/whitenoise@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](benoitc/gunicorn@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](adamchainz/django-cors-headers@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](psycopg/psycopg2@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 11, 2024
1 parent cf8422d commit 144d5d1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions vreapis/requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 144d5d1

Please sign in to comment.