Skip to content

build(deps): bump djangorestframework-gis from 1.2.1 to 1.3.0 - #14587

Merged
mattiagiupponi merged 1 commit into
masterfrom
dependabot/pip/djangorestframework-gis-1.3.0
Sep 16, 2026
Merged

mattiagiupponi merged 1 commit into
masterfrom
dependabot/pip/djangorestframework-gis-1.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

Bumps djangorestframework-gis from 1.2.1 to 1.3.0.

Release notes

Sourced from djangorestframework-gis's releases.

1.3.0 [2026-09-01]

Changes

Dependencies

  • Bumped djangorestframework from >=3.12,<3.18 to >=3.12,.
  • Bumped django-filter from >=23.5,<26.0 to >=23.5,.
  • Added support for Django 6.1.
  • Dropped support for Python 3.9.
Changelog

Sourced from djangorestframework-gis's changelog.

Version 1.3.0 [2026-09-01]

Changes


Dependencies
++++++++++++
  • Bumped djangorestframework from &gt;=3.12,&lt;3.18 to &gt;=3.12,&lt;3.19 &lt;https://www.django-rest-framework.org/community/release-notes/#318x-series&gt;_.
  • Bumped django-filter from &gt;=23.5,&lt;26.0 to &gt;=23.5,&lt;27.0 &lt;https://github.com/carltongibson/django-filter/blob/26.1/CHANGES.rst&gt;_.
  • Added support for Django 6.1.
  • Dropped support for Python 3.9.
Commits
  • d04e561 [release] Version 1.3.0
  • b1afeb3 [deps] Bummped openwisp-utils~=1.3.0
  • 75c79a6 [deps] Bumped django-filter>=23.5,<27.0
  • 41df901 [deps] Bumped django-filter to >=23.5,<27.0 #373
  • 2d8bf74 [ci] Bump pypa/gh-action-pypi-publish from 1.14.0 to 1.14.2
  • 2eccc57 [ci] Bump actions/setup-python from 6 to 7
  • 99c710d [docs] Added rules for large data structures to AGENTS.md
  • 3b8c9bc [docs] Corrected minor typo in .github/ISSUE_TEMPLATE/bug_report.md
  • bcc1153 [deps] Added djangorestframework 3.18 and Django 6.1 #371 #372
  • 5034681 [docs] Added email identity guidance
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file minor A low priority issue which might affect only some users and /or not the main functionality labels Sep 7, 2026
@cla-bot cla-bot Bot added the cla-signed CLA Bot: community license agreement signed label Sep 7, 2026
@mattiagiupponi

Copy link
Copy Markdown
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
dependabot Bot force-pushed the dependabot/pip/djangorestframework-gis-1.3.0 branch from 6097108 to 299f4b4 Compare September 15, 2026 14:47
@mattiagiupponi
mattiagiupponi merged commit 5150281 into master Sep 16, 2026
13 checks passed
@mattiagiupponi
mattiagiupponi deleted the dependabot/pip/djangorestframework-gis-1.3.0 branch September 16, 2026 08:28
@github-actions

Copy link
Copy Markdown
Contributor

The backport to 5.1.x failed:

The process '/usr/bin/git' failed with exit code 1

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.x

Then, create a pull request where the base branch is 5.1.x and the compare/head branch is backport-14587-to-5.1.x.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport 5.1.x cla-signed CLA Bot: community license agreement signed dependencies Pull requests that update a dependency file minor A low priority issue which might affect only some users and /or not the main functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant