Skip to content

Update morecantile requirement from ==6.2.* to >=6.2,<7.1 in /src/pypgstac#433

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/src/pypgstac/morecantile-gte-6.2-and-lt-7.1
Open

Update morecantile requirement from ==6.2.* to >=6.2,<7.1 in /src/pypgstac#433
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/src/pypgstac/morecantile-gte-6.2-and-lt-7.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Updates the requirements on morecantile to permit the latest version.

Release notes

Sourced from morecantile's releases.

7.0.3

What's Changed

Full Changelog: developmentseed/morecantile@7.0.2...7.0.3

Changelog

Sourced from morecantile's changelog.

7.0.3 (2026-02-05)

7.0.2 (2026-01-05)

  • fix _lr and _ul methods for bottomLeft TMS

7.0.1 (2025-12-19)

  • fix and improve type hints
  • remove bump-my-version from dev dependencies

7.0.0 (2025-11-20)

  • update the WebMercatorQuad definition to avoid rounding errors for bounds breaking change

    import morecantile
    tms = morecantile.tms.get("WebMercatorQuad")
    before
    print(tms.bounds(0, 0, 0))
    >> BoundingBox(left=-180.0, bottom=-85.0511287798066, right=180.00000000000009, top=85.0511287798066)
    print(tms.xy_bounds(0, 0, 0))
    >> BoundingBox(left=-20037508.342789244, bottom=-20037508.34278925, right=20037508.34278925, top=20037508.342789244)
    now
    print(tms.bounds(0, 0, 0))
    >> BoundingBox(left=-180.0, bottom=-85.0511287798066, right=180.0, top=85.0511287798066)
    print(tms.xy_bounds(0, 0, 0))
    >> BoundingBox(left=-20037508.342789244, bottom=-20037508.342789244, right=20037508.342789244, top=20037508.342789244)

  • docs: add example of how to enumerate tiles for a bounding box and zoom level(s)

  • use WGS84 as default CRS for TileMatrixSet.feature GeoJSON response (as per specification)

  • add geographic_crs option for TileMatrixSet.feature method

  • update non-WGS84 CRS notation in TileMatrixSet.feature GeoJSON response

    # before
    "properties": {
        "crs": {
            "type": "EPSG",
            "properties": {"code": 3857},
        }
    }
    now
    "properties": {
    "crs": {

... (truncated)

Commits
  • 4fe8f54 Bump version: 7.0.2 → 7.0.3
  • 872158d update changelog
  • 517d1e8 Merge pull request #203 from developmentseed/kyle/bump-ruff
  • b9fda0a apply lint
  • 9844b18 Merge pull request #202 from developmentseed/kyle/fix-top-level-exports
  • 687707a chore: Bump ruff to 0.15 in pre-commit config
  • feb8c2f feat: Fix top-level re-exports
  • 44c9fe4 update lock file
  • 5dc65d2 Bump version: 7.0.1 → 7.0.2
  • 0ceb489 update changelog
  • Additional commits viewable in compare view

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 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)

Updates the requirements on [morecantile](https://github.com/developmentseed/morecantile) to permit the latest version.
- [Release notes](https://github.com/developmentseed/morecantile/releases)
- [Changelog](https://github.com/developmentseed/morecantile/blob/main/CHANGES.md)
- [Commits](developmentseed/morecantile@6.2.0...7.0.3)

---
updated-dependencies:
- dependency-name: morecantile
  dependency-version: 7.0.3
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 4, 2026
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.

0 participants