Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump djangorestframework-gis from 1.0 to 1.1 #4454

Merged
merged 4 commits into from
Jan 29, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

Warning

Dependabot will stop supporting python v3.8!

Please upgrade to one of the following versions: v3.9, v3.10, v3.11, v3.12, or v3.13.

Bumps djangorestframework-gis from 1.0 to 1.1.

Release notes

Sourced from djangorestframework-gis's releases.

1.1.0 [2024-08-17]

Features

  • Allowed GeoFeatureModelSerializer to support models without geometry field.

Changes

Dependencies:

  • Bumped django-filters~=23.5.

  • Added Django 4.2, 5.0, 5.1 to automated testing build.

  • Dropped several EOL dependencies from automated testing build:

    • Python 3.6 and 3.7.
    • Django 2.2, 3.0, 3.1 and 4.0.
    • djangorestframework < 3.12.

    The library may continue working with the dependencies listed above, but it's not guaranteed.

Changelog

Sourced from djangorestframework-gis's changelog.

Version 0.11.1 [2017-05-05]

  • [#119](https://github.com/openwisp/django-rest-framework-gis/issues/119) <https://github.com/openwisp/django-rest-framework-gis/issues/119>_: Added support to "all" fields in serializer
  • [#130](https://github.com/openwisp/django-rest-framework-gis/issues/130) <https://github.com/openwisp/django-rest-framework-gis/pull/130>_: Added compatibility with DRF 3.6
Commits
  • 927c9ee 1.1.0 release
  • 533567a [deps] Allow djangorestframework up to 3.15.x
  • 3449785 [deps] Update psycopg2 requirement from ~=2.8.0 to ~=2.9.9
  • 00096c0 [deps] Update django-filter requirement from ~=23.5 to >=23.5,<25.0
  • 2f6df04 [deps/ci] QA reformat, updated CI, updated deps
  • 110abaa [docs] Added Issue Template, PR Template
  • 01e43df [deps] Update openwisp-utils[qa] requirement from ~=1.0.0 to ~=1.0.5
  • 33df16c [deps] Enabled dependabot
  • 4e661aa [docs] Fixed build status badge
  • 4f244d5 [feature] Allow geometry-less models #282
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [djangorestframework-gis](https://github.com/openwisp/django-rest-framework-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)

---
updated-dependencies:
- dependency-name: djangorestframework-gis
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 20, 2025
Copy link

codecov bot commented Jan 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.46%. Comparing base (4cc6ae3) to head (e45f5b4).
Report is 29 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4454      +/-   ##
==========================================
- Coverage   98.46%   98.46%   -0.01%     
==========================================
  Files         268      269       +1     
  Lines       21365    21467     +102     
==========================================
+ Hits        21038    21138     +100     
- Misses        327      329       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

cypress bot commented Jan 20, 2025

Geotrek-admin    Run #10863

Run Properties:  status check passed Passed #10863  •  git commit 23cd65ea5c ℹ️: Merge e45f5b4e579139a8bbce2d28b34c2346cb7a74a6 into 88173ff109158af055992cd7467e...
Project Geotrek-admin
Branch Review refs/pull/4454/merge
Run status status check passed Passed #10863
Run duration 01m 59s
Commit git commit 23cd65ea5c ℹ️: Merge e45f5b4e579139a8bbce2d28b34c2346cb7a74a6 into 88173ff109158af055992cd7467e...
Committer dependabot[bot]
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 22
View all changes introduced in this branch ↗︎

docker-compose.yml Outdated Show resolved Hide resolved
docker-compose.yml Outdated Show resolved Hide resolved
@submarcos submarcos merged commit 01bc3c5 into master Jan 29, 2025
20 checks passed
@submarcos submarcos deleted the dependabot/pip/djangorestframework-gis-1.1 branch January 29, 2025 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant