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

[deps] Update djangorestframework-gis requirement from ~=0.18.0 to ~=1.0 #898

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2024

Updates the requirements on djangorestframework-gis to permit the latest version.

Changelog

Sourced from djangorestframework-gis's changelog.

Version 0.11.0 [2016-11-22]

  • [#106](https://github.com/openwisp/django-rest-framework-gis/issues/106) <https://github.com/openwisp/django-rest-framework-gis/pull/106>_: dropped support for django 1.7
  • [#117](https://github.com/openwisp/django-rest-framework-gis/issues/117) <https://github.com/openwisp/django-rest-framework-gis/pull/117>_: added support for django-filter 0.15
  • 6479949 <https://github.com/openwisp/django-rest-framework-gis/commit/6479949>_: fixed tests for latest DRF 3.5 version
  • 35e3b87 <https://github.com/openwisp/django-rest-framework-gis/commit/35e3b87>_: added official support to django 1.10

Version 0.10.1 [2016-01-06]

  • [#93](https://github.com/openwisp/django-rest-framework-gis/issues/93) <https://github.com/openwisp/django-rest-framework-gis/issues/93>_ skipped a few tests if spatialite DB backend is being used
  • [#95](https://github.com/openwisp/django-rest-framework-gis/issues/95) <https://github.com/openwisp/django-rest-framework-gis/issues/95>_ fixed misunderstanding regarding 0.9.6 DRF compatibility in README
  • [#96](https://github.com/openwisp/django-rest-framework-gis/issues/96) <https://github.com/openwisp/django-rest-framework-gis/issues/96>_ added missing assets in python package source tarball

Version 0.10.0 [2015-12-07]

  • [#87](https://github.com/openwisp/django-rest-framework-gis/issues/87) <https://github.com/openwisp/django-rest-framework-gis/issues/87>_ dropped support for old django versions and python 2.6

Version 0.9.6 [2015-11-02]

  • [#82](https://github.com/openwisp/django-rest-framework-gis/issues/82) <https://github.com/openwisp/django-rest-framework-gis/issues/82>_: avoid KeyError id field not in fields (bug introduced in 0.9.5)
  • fbaf9b1 <https://github.com/openwisp/django-rest-framework-gis/commit/fbaf9b1>_: improved documentation for new default id_field behaviour
  • [#84](https://github.com/openwisp/django-rest-framework-gis/issues/84) <https://github.com/openwisp/django-rest-framework-gis/pull/84>_: switched to assertAlmostEqual in test_post_location_list_EWKT to ease testing for debian package
  • [#85](https://github.com/openwisp/django-rest-framework-gis/issues/85) <https://github.com/openwisp/django-rest-framework-gis/pull/85>_: fixed serialization of properties holding None values (bug introduced in 0.9.5)
  • [#86](https://github.com/openwisp/django-rest-framework-gis/issues/86) <https://github.com/openwisp/django-rest-framework-gis/pull/86>_: updated advertised compatibility to include python 3.5

Version 0.9.5 [2015-10-12]

  • [#71](https://github.com/openwisp/django-rest-framework-gis/issues/71) <https://github.com/openwisp/django-rest-framework-gis/pull/71>_: added possibility to override GeoJSON properties in GeoFeatureModelSerializer
  • 52e15a5 <https://github.com/openwisp/django-rest-framework-gis/commit/52e15a5>_: Added default page_size_query_param in GeoJsonPagination

Version 0.9.4 [2015-09-08]

  • [#68](https://github.com/openwisp/django-rest-framework-gis/issues/68) <https://github.com/openwisp/django-rest-framework-gis/issues/68>_: ensure not having drf-gis in INSTALLED_APPS works anyway
  • [#76](https://github.com/openwisp/django-rest-framework-gis/issues/76) <https://github.com/openwisp/django-rest-framework-gis/issues/76>_: avoid pickle errors in GeoJsonDict
  • [#75](https://github.com/openwisp/django-rest-framework-gis/issues/75) <https://github.com/openwisp/django-rest-framework-gis/pull/75>_: return GEOSGeometry instead of geojson property

Version 0.9.3 [2015-07-22]

  • 04fd1bf <https://github.com/openwisp/django-rest-framework-gis/commit/04fd1bf>_: Added GeoJsonPagination
  • fe47d86 <https://github.com/openwisp/django-rest-framework-gis/commit/fe47d86>_: Improved ValidationError message of GeometryField
  • a3ddd3d <https://github.com/openwisp/django-rest-framework-gis/commit/a3ddd3d>_: Improved serialization performance between 25% and 29%
  • fb6ed36 <https://github.com/openwisp/django-rest-framework-gis/commit/fb6ed36>_: GeoModelSerializer deprecated because obsolete
  • [#66](https://github.com/openwisp/django-rest-framework-gis/issues/66) <https://github.com/openwisp/django-rest-framework-gis/pull/66>_: geometry now allows None values according to the GeoJSON spec

... (truncated)

Commits

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 1, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/djangorestframework-gis-approx-eq-1.0 branch 2 times, most recently from a4fe5ae to ba34847 Compare August 1, 2024 19:17
@coveralls
Copy link

coveralls commented Aug 1, 2024

Coverage Status

coverage: 98.224%. remained the same
when pulling 183fade on dependabot/pip/djangorestframework-gis-approx-eq-1.0
into e6131d5 on master.

@dependabot dependabot bot force-pushed the dependabot/pip/djangorestframework-gis-approx-eq-1.0 branch from ba34847 to f3ca3fb Compare August 1, 2024 19:47
Updates the requirements on [djangorestframework-gis](https://github.com/openwisp/django-rest-framework-gis) to permit the latest version.
- [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@v0.18.0...v1.0.0)

---
updated-dependencies:
- dependency-name: djangorestframework-gis
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/djangorestframework-gis-approx-eq-1.0 branch from f3ca3fb to 183fade Compare August 3, 2024 17:39
@nemesifier nemesifier merged commit 40d8e56 into master Aug 4, 2024
14 checks passed
@nemesifier nemesifier deleted the dependabot/pip/djangorestframework-gis-approx-eq-1.0 branch August 4, 2024 22:38
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.

2 participants