Skip to content

Bump the all group across 1 directory with 6 updates#61

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/all-372ed0a7db
Closed

Bump the all group across 1 directory with 6 updates#61
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/all-372ed0a7db

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 10, 2026

Bumps the all group with 4 updates in the / directory: orjson, titiler-core, pytest-cov and mkdocs-jupyter.

Updates orjson from 3.11.7 to 3.11.8

Release notes

Sourced from orjson's releases.

3.11.8

Changed

  • Build and compatibility improvements.
Changelog

Sourced from orjson's changelog.

3.11.8 - 2026-03-31

Changed

  • Build and compatibility improvements.
Commits

Updates titiler-core from 2.0.0 to 2.0.1

Release notes

Sourced from titiler-core's releases.

2.0.1

What's Changed

New Contributors

Full Changelog: developmentseed/titiler@2.0.0...2.0.1

Changelog

Sourced from titiler-core's changelog.

2.0.1 (2026-03-31)

What's Changed

titiler.core

titiler.extensions

titiler.mosaic

Misc

Full Changelog: developmentseed/titiler@2.0.0...2.0.1

Commits
  • bd1002e chore: release main (#1358)
  • bd50d55 ci: add security audtit and ossf scorecard (#1359)
  • 319ab8b ci: add conventional commit check and release please (#1356)
  • 11ee490 ci: setup trusted publishing and update xarray upstream test (#1355)
  • 4b5f858 ci: harden github actions workflows against zizmor findings (#1354)
  • f822b47 update deployment workflow
  • f9dfb3a fix(algorithm): handle mask type compatibility in contours algorithm (#1327)
  • 8ca050a add openapi parameters for tile dependencies in WMTS endpoints (#1349)
  • 5a4698f Bump azure/setup-helm from 4 to 5 in the all group (#1350)
  • fa16bcb fix tests
  • Additional commits viewable in compare view

Updates titiler-mosaic from 2.0.0 to 2.0.1

Release notes

Sourced from titiler-mosaic's releases.

2.0.1

What's Changed

New Contributors

Full Changelog: developmentseed/titiler@2.0.0...2.0.1

Changelog

Sourced from titiler-mosaic's changelog.

2.0.1 (2026-03-31)

What's Changed

titiler.core

titiler.extensions

titiler.mosaic

Misc

Full Changelog: developmentseed/titiler@2.0.0...2.0.1

Commits
  • bd1002e chore: release main (#1358)
  • bd50d55 ci: add security audtit and ossf scorecard (#1359)
  • 319ab8b ci: add conventional commit check and release please (#1356)
  • 11ee490 ci: setup trusted publishing and update xarray upstream test (#1355)
  • 4b5f858 ci: harden github actions workflows against zizmor findings (#1354)
  • f822b47 update deployment workflow
  • f9dfb3a fix(algorithm): handle mask type compatibility in contours algorithm (#1327)
  • 8ca050a add openapi parameters for tile dependencies in WMTS endpoints (#1349)
  • 5a4698f Bump azure/setup-helm from 4 to 5 in the all group (#1350)
  • fa16bcb fix tests
  • Additional commits viewable in compare view

Updates titiler-extensions from 2.0.0 to 2.0.1

Release notes

Sourced from titiler-extensions's releases.

2.0.1

What's Changed

New Contributors

Full Changelog: developmentseed/titiler@2.0.0...2.0.1

Changelog

Sourced from titiler-extensions's changelog.

2.0.1 (2026-03-31)

What's Changed

titiler.core

titiler.extensions

titiler.mosaic

Misc

Full Changelog: developmentseed/titiler@2.0.0...2.0.1

Commits
  • bd1002e chore: release main (#1358)
  • bd50d55 ci: add security audtit and ossf scorecard (#1359)
  • 319ab8b ci: add conventional commit check and release please (#1356)
  • 11ee490 ci: setup trusted publishing and update xarray upstream test (#1355)
  • 4b5f858 ci: harden github actions workflows against zizmor findings (#1354)
  • f822b47 update deployment workflow
  • f9dfb3a fix(algorithm): handle mask type compatibility in contours algorithm (#1327)
  • 8ca050a add openapi parameters for tile dependencies in WMTS endpoints (#1349)
  • 5a4698f Bump azure/setup-helm from 4 to 5 in the all group (#1350)
  • fa16bcb fix tests
  • Additional commits viewable in compare view

Updates pytest-cov from 7.0.0 to 7.1.0

Changelog

Sourced from pytest-cov's changelog.

7.1.0 (2026-03-21)

  • Fixed total coverage computation to always be consistent, regardless of reporting settings. Previously some reports could produce different total counts, and consequently can make --cov-fail-under behave different depending on reporting options. See [#641](https://github.com/pytest-dev/pytest-cov/issues/641) <https://github.com/pytest-dev/pytest-cov/issues/641>_.

  • Improve handling of ResourceWarning from sqlite3.

    The plugin adds warning filter for sqlite3 ResourceWarning unclosed database (since 6.2.0). It checks if there is already existing plugin for this message by comparing filter regular expression. When filter is specified on command line the message is escaped and does not match an expected message. A check for an escaped regular expression is added to handle this case.

    With this fix one can suppress ResourceWarning from sqlite3 from command line::

    pytest -W "ignore:unclosed database in <sqlite3.Connection object at:ResourceWarning" ...

  • Various improvements to documentation. Contributed by Art Pelling in [#718](https://github.com/pytest-dev/pytest-cov/issues/718) <https://github.com/pytest-dev/pytest-cov/pull/718>_ and "vivodi" in [#738](https://github.com/pytest-dev/pytest-cov/issues/738) <https://github.com/pytest-dev/pytest-cov/pull/738>. Also closed [#736](https://github.com/pytest-dev/pytest-cov/issues/736) <https://github.com/pytest-dev/pytest-cov/issues/736>.

  • Fixed some assertions in tests. Contributed by in Markéta Machová in [#722](https://github.com/pytest-dev/pytest-cov/issues/722) <https://github.com/pytest-dev/pytest-cov/pull/722>_.

  • Removed unnecessary coverage configuration copying (meant as a backup because reporting commands had configuration side-effects before coverage 5.0).

Commits
  • 66c8a52 Bump version: 7.0.0 → 7.1.0
  • f707662 Make the examples use pypy 3.11.
  • 6049a78 Make context test use the old ctracer (seems the new sysmon tracer behaves di...
  • 8ebf20b Update changelog.
  • 861d30e Remove the backup context manager - shouldn't be needed since coverage 5.0, ...
  • fd4c956 Pass the precision on the nulled total (seems that there's some caching goion...
  • 78c9c4e Only run the 3.9 on older deps.
  • 4849a92 Punctuation.
  • 197c35e Update changelog and hopefully I don't forget to publish release again :))
  • 14dc1c9 Update examples to use 3.11 and make the adhoc layout example look a bit more...
  • Additional commits viewable in compare view

Updates mkdocs-jupyter from 0.25.1 to 0.26.1

Changelog

Sourced from mkdocs-jupyter's changelog.

mkdocs-jupyter Change Log

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all group with 4 updates in the / directory: [orjson](https://github.com/ijl/orjson), [titiler-core](https://github.com/developmentseed/titiler), [pytest-cov](https://github.com/pytest-dev/pytest-cov) and [mkdocs-jupyter](https://github.com/danielfrg/mkdocs-jupyter).


Updates `orjson` from 3.11.7 to 3.11.8
- [Release notes](https://github.com/ijl/orjson/releases)
- [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md)
- [Commits](ijl/orjson@3.11.7...3.11.8)

Updates `titiler-core` from 2.0.0 to 2.0.1
- [Release notes](https://github.com/developmentseed/titiler/releases)
- [Changelog](https://github.com/developmentseed/titiler/blob/main/CHANGES.md)
- [Commits](developmentseed/titiler@2.0.0...2.0.1)

Updates `titiler-mosaic` from 2.0.0 to 2.0.1
- [Release notes](https://github.com/developmentseed/titiler/releases)
- [Changelog](https://github.com/developmentseed/titiler/blob/main/CHANGES.md)
- [Commits](developmentseed/titiler@2.0.0...2.0.1)

Updates `titiler-extensions` from 2.0.0 to 2.0.1
- [Release notes](https://github.com/developmentseed/titiler/releases)
- [Changelog](https://github.com/developmentseed/titiler/blob/main/CHANGES.md)
- [Commits](developmentseed/titiler@2.0.0...2.0.1)

Updates `pytest-cov` from 7.0.0 to 7.1.0
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v7.0.0...v7.1.0)

Updates `mkdocs-jupyter` from 0.25.1 to 0.26.1
- [Changelog](https://github.com/danielfrg/mkdocs-jupyter/blob/main/CHANGELOG.md)
- [Commits](danielfrg/mkdocs-jupyter@0.25.1...0.26.1)

---
updated-dependencies:
- dependency-name: orjson
  dependency-version: 3.11.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: titiler-core
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: titiler-mosaic
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: titiler-extensions
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: pytest-cov
  dependency-version: 7.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: mkdocs-jupyter
  dependency-version: 0.26.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Apr 10, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 10, 2026

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot Bot deleted the dependabot/uv/all-372ed0a7db branch April 10, 2026 09:22
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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant