This repository was archived by the owner on Oct 29, 2025. It is now read-only.
Conversation
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] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the vreapis-pip group with 6 updates in the /vreapis directory:
5.15.1.41.01.16.7.06.8.222.0.023.0.04.4.04.6.02.9.92.9.10Updates
djangofrom 5.1 to 5.1.4Commits
2d4add1[5.1.x] Bumped version for 5.1.4 release.6943d61[5.1.x] Fixed CVE-2024-53908 -- Prevented SQL injections in direct HasKeyLook...bbc74a7[5.1.x] Fixed CVE-2024-53907 -- Mitigated potential DoS in strip_tags().5b4d949[5.1.x] Removed question marks from headings in docs/topics/db/fixtures.txt.6e3e735[5.1.x] Fixed #35950 -- Restored refreshing of relations when fields deferred.ee2698d[5.1.x] Removed reference to "removing older versions of Django" in tutorial.bed70e2[5.1.x] Upgraded to Python 3.12, Ubuntu 24.04, and enabled fail_on_warning fo...5f82a5e[5.1.x] Added stub release notes and release date for 5.1.4, 5.0.10, and 4.2.17.4b26240[5.1.x] Fixed #35942 -- Fixed createsuperuser crash on Python 3.13+ when user...08ac8c1[5.1.x] Updated maintainers of Django Debug Toolbar to Django Commons.Updates
djangorestframework-gisfrom 1.0 to 1.1Release notes
Sourced from djangorestframework-gis's releases.
Changelog
Sourced from djangorestframework-gis's changelog.
Commits
927c9ee1.1.0 release533567a[deps] Allow djangorestframework up to 3.15.x3449785[deps] Update psycopg2 requirement from ~=2.8.0 to ~=2.9.900096c0[deps] Update django-filter requirement from ~=23.5 to >=23.5,<25.02f6df04[deps/ci] QA reformat, updated CI, updated deps110abaa[docs] Added Issue Template, PR Template01e43df[deps] Update openwisp-utils[qa] requirement from ~=1.0.0 to ~=1.0.533df16c[deps] Enabled dependabot4e661aa[docs] Fixed build status badge4f244d5[feature] Allow geometry-less models #282Updates
whitenoisefrom 6.7.0 to 6.8.2Changelog
Sourced from whitenoise's changelog.
Commits
2f75ac8Version 6.8.261853c7Fix compression speed gains (#616)bfc5daeVersion 6.8.16bbec0fRaise errors from threads in whitenoise.compress (#615)0b054e5Version 6.8.054c464aUpgrade and clarify Django quickstart docs (#548)d5caf8dCompress each file in a ThreadPool (#484)9494ff3Use settings.FORCE_SCRIPT_NAME correctly (#486)c42e93cMake sure SlicedFile is closed properly (#612)f8dff50Drop Django 3.2 to 4.1 support (#614)Updates
gunicornfrom 22.0.0 to 23.0.0Release notes
Sourced from gunicorn's releases.
Commits
411986dfix doc334392eMerge pull request #2559 from laggardkernel/bugfix/reexec-enve75c353Merge pull request #3189 from pajod/patch-py369357b28keep document user in access_log_format setting79fdef0bump to 23.0.03acd9fbMerge pull request #2620 from talkerbox/improve-access-log-format-docs3f56d76Merge pull request #3192 from pajod/patch-allowed-script-name256d474docs: revert duped directiveffa48b5test: default change was intentional52538cadocs: recommend SCRIPT_NAME=/subfolderUpdates
django-cors-headersfrom 4.4.0 to 4.6.0Changelog
Sourced from django-cors-headers's changelog.
Commits
fd8e9afVersion 4.6.0a3479b1Drop Django 3.2 to 4.1 support (#978)6f5222dVersion 4.5.096ef5d7Drop Python 3.8 support (#977)6a0d30dAdd automated release process (#976)e816d10[pre-commit.ci] pre-commit autoupdate (#975)132f381Bump astral-sh/setup-uv from 1 to 3 in the github-actions group (#974)3194a6dSupport Python 3.13 (#972)1cba108Upgrade requirements (#971)a56c753Use uv on GitHub Actions (#970)Updates
psycopg2from 2.9.9 to 2.9.10Changelog
Sourced from psycopg2's changelog.
... (truncated)
Commits
a805acfchore: bump to version 2.9.1078561acMerge pull request #1728 from romank0/fetch-notifications-on-commit5283a83chore: add TransactionTimeout error, added in PostgreSQL 17f64dd39docs: add news entry about notifications on commitcba6d39removes duplication in tests282360dadds notifications processing after every PQexec362cb00Adds notifies processing in pq_commiteaeeb76Merge pull request #1729 from edgarrmondragon/1692-py313-wheels4987362ci(windows): drop Python 3.8 packages8c9a35dci: test with PostgreSQL 17Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions