build(deps): bump djangorestframework-gis from 1.2.1 to 1.3.0 - #14587
Merged
mattiagiupponi merged 1 commit intoSep 16, 2026
Merged
Conversation
Contributor
Bumps [djangorestframework-gis](https://github.com/openwisp/django-rest-framework-gis) from 1.2.1 to 1.3.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](openwisp/django-rest-framework-gis@1.2.1...1.3.0) --- updated-dependencies: - dependency-name: djangorestframework-gis dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/pip/djangorestframework-gis-1.3.0
branch
from
September 15, 2026 14:47
6097108 to
299f4b4
Compare
mattiagiupponi
approved these changes
Sep 16, 2026
mattiagiupponi
deleted the
dependabot/pip/djangorestframework-gis-1.3.0
branch
September 16, 2026 08:28
Contributor
|
The backport to To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-5.1.x 5.1.x
# Navigate to the new working tree
cd .worktrees/backport-5.1.x
# Create a new branch
git switch --create backport-14587-to-5.1.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 515028197967aa795268fcb87f81e29c2b1edeb0
# Push it to GitHub
git push --set-upstream origin backport-14587-to-5.1.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-5.1.xThen, create a pull request where the |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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 djangorestframework-gis from 1.2.1 to 1.3.0.
Release notes
Sourced from djangorestframework-gis's releases.
Changelog
Sourced from djangorestframework-gis's changelog.
Commits
d04e561[release] Version 1.3.0b1afeb3[deps] Bummped openwisp-utils~=1.3.075c79a6[deps] Bumped django-filter>=23.5,<27.041df901[deps] Bumped django-filter to >=23.5,<27.0 #3732d8bf74[ci] Bump pypa/gh-action-pypi-publish from 1.14.0 to 1.14.22eccc57[ci] Bump actions/setup-python from 6 to 799c710d[docs] Added rules for large data structures to AGENTS.md3b8c9bc[docs] Corrected minor typo in .github/ISSUE_TEMPLATE/bug_report.mdbcc1153[deps] Added djangorestframework 3.18 and Django 6.1 #371 #3725034681[docs] Added email identity guidance