Skip to content

chore(deps): bump the python-runtime-dependencies group across 5 directories with 7 updates - #297

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/lib/stac-api/runtime/python-runtime-dependencies-1e393fef19
Closed

chore(deps): bump the python-runtime-dependencies group across 5 directories with 7 updates#297
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/lib/stac-api/runtime/python-runtime-dependencies-1e393fef19

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 26, 2026

Copy link
Copy Markdown
Contributor

Bumps the python-runtime-dependencies group with 3 updates in the /lib/stac-api/runtime directory: mangum, stac-fastapi-pgstac and starlette-cramjam.
Bumps the python-runtime-dependencies group with 2 updates in the /lib/stac-auth-proxy/runtime directory: mangum and stac-auth-proxy.
Bumps the python-runtime-dependencies group with 2 updates in the /lib/stac-loader/runtime directory: boto3 and stac-pydantic.
Bumps the python-runtime-dependencies group with 1 update in the /lib/stactools-item-generator/runtime directory: stac-pydantic.
Bumps the python-runtime-dependencies group with 2 updates in the /lib/tipg-api/runtime directory: mangum and tipg.

Updates mangum from 0.21.0 to 0.22.0

Release notes

Sourced from mangum's releases.

0.22.0 - Python 3.15, tested against the real thing

Python 3.15, tested against the real thing

Mangum 0.22.0 moves the supported Python window forward and backs every release with end-to-end tests against a real Lambda runtime.

pip install mangum==0.22.0
  • Python 3.15 is supported. The full suite and strict type checking pass on 3.15 (#404).
  • Python 3.9 is no longer supported. The minimum is now Python 3.10 (#393).
  • Adapters are now verified against a real Lambda runtime. The test suite deploys Mangum to LocalStack and drives it through a Lambda Function URL and an API Gateway REST API with real HTTP requests - covering the HTTP v2 and REST v1 event formats plus lifespan startup, instead of relying only on hand-written mock events (#400, #401).

Full changelog: 0.21.0...0.22.0

Changelog

Sourced from mangum's changelog.

0.22.0

Commits

Updates stac-fastapi-pgstac from 6.2.2 to 6.3.1

Release notes

Sourced from stac-fastapi-pgstac's releases.

6.3.1

What's Changed

Full Changelog: stac-utils/stac-fastapi-pgstac@6.3.0...6.3.1

6.3.0

What's Changed

New Contributors

Full Changelog: stac-utils/stac-fastapi-pgstac@6.2.2...6.3.0

Changelog

Sourced from stac-fastapi-pgstac's changelog.

[6.3.1] - 2026-06-24

Fixed

  • Make catalogs extension imports conditional to allow running app without the optional [catalogs] extra (#396)

Removed

  • Removed optional catalogs imports from extensions init (#396)

[6.3.0] - 2026-06-23

Changed

  • remove pgstac 0.8.6 in tests and update documentation (#354)
  • simplify extensions.query.Operator class, by removing unused operator method and unncessary dependencies (#364)
  • handle ENABLE_TRANSACTIONS_EXTENSIONS, ENABLED_EXTENSIONS and UVICORN_ROOT_PATH environment configuration variables via the config.Settings class (#368)
  • Refactor Docker Compose files and Makefile for better organization and modularity. (#379)

Added

  • implement neq query operator (#364)
  • add api test for neq query operator (#364)
  • Multi-Tenant Catalogs Extension: Integrated optional stac-fastapi-catalogs-extension to support native DAG (Directed Acyclic Graph) traversal of Catalogs and Collections. Enabled via ENABLE_CATALOGS_EXTENSION environment variable (#366)
  • Added HIDE_ALTERNATE_PARENTS environment variable (default False) to suppress rel="related" and rel="duplicate" links for alternate parents in poly-hierarchy. Useful for multi-tenant deployments to prevent information leakage about other tenants. When enabled, only the contextual rel="parent" link is advertised. Requires ENABLE_CATALOGS_EXTENSION=true. (#387)
  • Added rel="duplicate" links for scoped collection endpoints (/catalogs/{catalogId}/collections/{collectionId}) to expose alternative scoped paths where collections can be accessed through other parent catalogs in poly-hierarchy. (#387)

Fixed

  • preprocess fields to give the include set precendence over the exclude set (#370)
  • Fix route extraction in router tests to handle FastAPI >= 0.137.0 _IncludedRouter wrappers with original_router and include_context attributes (#389)
  • Fixed extensions import paths changed in stac-fastapi v6.3.0 (#392)

Updated

  • Update stac-fastapi-catalogs-extension to v0.4.0 (#387)
  • Transitioned Dockerfile.tests to use uv sync for strict lockfile adherence in local development. (#390)
  • Updated stac-fastapi dependencies to >= v6.3.0 (#392)
Commits
  • 4b0ea12 fix: catalogs optional import (#396)
  • a81cc09 update v6.2.2 -> v6.3.0 (#393)
  • 475ae19 update stac-fastapi v6.3.0, fix extension import paths (#392)
  • 30a7469 fix: router tests (#389)
  • 1a15c39 update dockerfile.tests to use uv (#390)
  • 066ad49 Update to catalogs extension v0.4.0. add hide alternate parents env var, add ...
  • ac432cf Add the Multi-Tenant Catalogs Endpoint Extension, for nested catalog support ...
  • ad0573e chore(deps): bump the all group across 1 directory with 6 updates (#386)
  • df1de10 Update makefile, compose files (#379)
  • 0d758af Cover corner cases of Fields extension (#370)
  • Additional commits viewable in compare view

Updates starlette-cramjam from 0.4.0 to 0.7.0

Release notes

Sourced from starlette-cramjam's releases.

0.7.0

What's Changed

New Contributors

Full Changelog: developmentseed/starlette-cramjam@0.6.0...0.7.0

0.6.0

What's Changed

New Contributors

Full Changelog: developmentseed/starlette-cramjam@0.5.1...0.6.0

0.5.1

What's Changed

New Contributors

Full Changelog: developmentseed/starlette-cramjam@0.5.0...0.5.1

Changelog

Sourced from starlette-cramjam's changelog.

0.7.0 (2026-04-27)

  • change: skip compression for 204 NO_CONTENT response

0.6.0 (2026-01-15)

  • remove support for python 3.9 and 3.10
  • use uv for project managment

0.5.1 (2025-10-27)

  • add python 3.14 support
  • add py.typed file

0.5.0 (2025-04-18)

  • add support for zstd compression
  • remove support for python 3.7 and 3.
Commits
  • 333ce4e Bump version: 0.6.0 → 0.7.0
  • a6e7a78 Merge pull request #29 from developmentseed/feat/204-skip-compression
  • d828cdb feat: skip compression for 204 responses
  • 2ad507f Merge pull request #27 from developmentseed/dependabot/github_actions/all-205...
  • 0434be4 Merge pull request #28 from developmentseed/dependabot/uv/all-5035f4443d
  • 020ed0d Bump the all group across 1 directory with 4 updates
  • 1a10dae Bump the all group across 1 directory with 4 updates
  • b940e7a update pre-commit config
  • 67b68bd update release process
  • 7f8de06 Merge pull request #24 from developmentseed/fix/pin-github-actions
  • Additional commits viewable in compare view

Updates mangum from 0.21.0 to 0.22.0

Release notes

Sourced from mangum's releases.

0.22.0 - Python 3.15, tested against the real thing

Python 3.15, tested against the real thing

Mangum 0.22.0 moves the supported Python window forward and backs every release with end-to-end tests against a real Lambda runtime.

pip install mangum==0.22.0
  • Python 3.15 is supported. The full suite and strict type checking pass on 3.15 (#404).
  • Python 3.9 is no longer supported. The minimum is now Python 3.10 (#393).
  • Adapters are now verified against a real Lambda runtime. The test suite deploys Mangum to LocalStack and drives it through a Lambda Function URL and an API Gateway REST API with real HTTP requests - covering the HTTP v2 and REST v1 event formats plus lifespan startup, instead of relying only on hand-written mock events (#400, #401).

Full changelog: 0.21.0...0.22.0

Changelog

Sourced from mangum's changelog.

0.22.0

Commits

Updates mangum from 0.21.0 to 0.22.0

Release notes

Sourced from mangum's releases.

0.22.0 - Python 3.15, tested against the real thing

Python 3.15, tested against the real thing

Mangum 0.22.0 moves the supported Python window forward and backs every release with end-to-end tests against a real Lambda runtime.

pip install mangum==0.22.0
  • Python 3.15 is supported. The full suite and strict type checking pass on 3.15 (#404).
  • Python 3.9 is no longer supported. The minimum is now Python 3.10 (#393).
  • Adapters are now verified against a real Lambda runtime. The test suite deploys Mangum to LocalStack and drives it through a Lambda Function URL and an API Gateway REST API with real HTTP requests - covering the HTTP v2 and REST v1 event formats plus lifespan startup, instead of relying only on hand-written mock events (#400, #401).

Full changelog: 0.21.0...0.22.0

Changelog

Sourced from mangum's changelog.

0.22.0

Commits

Updates mangum from 0.21.0 to 0.22.0

Release notes

Sourced from mangum's releases.

0.22.0 - Python 3.15, tested against the real thing

Python 3.15, tested against the real thing

Mangum 0.22.0 moves the supported Python window forward and backs every release with end-to-end tests against a real Lambda runtime.

pip install mangum==0.22.0
  • Python 3.15 is supported. The full suite and strict type checking pass on 3.15 (#404).
  • Python 3.9 is no longer supported. The minimum is now Python 3.10 (#393).
  • Adapters are now verified against a real Lambda runtime. The test suite deploys Mangum to LocalStack and drives it through a Lambda Function URL and an API Gateway REST API with real HTTP requests - covering the HTTP v2 and REST v1 event formats plus lifespan startup, instead of relying only on hand-written mock events (#400, #401).

Full changelog: 0.21.0...0.22.0

Changelog

Sourced from mangum's changelog.

0.22.0

Commits

Updates mangum from 0.21.0 to 0.22.0

Release notes

Sourced from mangum's releases.

0.22.0 - Python 3.15, tested against the real thing

Python 3.15, tested against the real thing

Mangum 0.22.0 moves the supported Python window forward and backs every release with end-to-end tests against a real Lambda runtime.

pip install mangum==0.22.0
  • Python 3.15 is supported. The full suite and strict type checking pass on 3.15 (#404).
  • Python 3.9 is no longer supported. The minimum is now Python 3.10 (#393).
  • Adapters are now verified against a real Lambda runtime. The test suite deploys Mangum to LocalStack and drives it through a Lambda Function URL and an API Gateway REST API with real HTTP requests - covering the HTTP v2 and REST v1 event formats plus lifespan startup, instead of relying only on hand-written mock events (#400, #401).

Full changelog: 0.21.0...0.22.0

Changelog

Sourced from mangum's changelog.

0.22.0

Commits

Updates stac-auth-proxy from 1.1.1 to 1.2.0

Release notes

Sourced from stac-auth-proxy's releases.

v1.2.0

1.2.0 (2026-07-23)

Features

  • add optional prometheus metrics endpoint. (#186) (6825f23)

Bug Fixes

  • add ROOT_PATH_SKIP_PREFIXES to exempt sibling-service links from root_path rewriting 2 (#198) (349986b)
  • allow , delimited string in configuration (#191) (df530a2)
  • allow Any type for classInput (#182) (56aa3f5)
  • configurable upstream timeout. (#174) (533bac6)
  • helm: make health path take root path into account. (#189) (5236a0e)
  • publish helm chart only on release (#178) (c89f650)
  • tests: fix flaky health-check retry test caused by global asyncio.sleep patch (#193) (fec33b6)
Changelog

Sourced from stac-auth-proxy's changelog.

1.2.0 (2026-07-23)

Features

  • add optional prometheus metrics endpoint. (#186) (6825f23)

Bug Fixes

  • add ROOT_PATH_SKIP_PREFIXES to exempt sibling-service links from root_path rewriting 2 (#198) (349986b)
  • allow , delimited string in configuration (#191) (df530a2)
  • allow Any type for classInput (#182) (56aa3f5)
  • configurable upstream timeout. (#174) (533bac6)
  • helm: make health path take root path into account. (#189) (5236a0e)
  • publish helm chart only on release (#178) (c89f650)
  • tests: fix flaky health-check retry test caused by global asyncio.sleep patch (#193) (fec33b6)
Commits
  • 8d86810 chore(main): release 1.2.0 (#175)
  • 349986b fix: add ROOT_PATH_SKIP_PREFIXES to exempt sibling-service links from root_pa...
  • 6825f23 feat: add optional prometheus metrics endpoint. (#186)
  • 5236a0e fix(helm): make health path take root path into account. (#189)
  • 0af3b20 ci: disable UV Cache for publishing workflows (#190)
  • fec33b6 fix(tests): fix flaky health-check retry test caused by global asyncio.sleep ...
  • 515f438 ci: add Claude auto PR review workflow (#192)
  • df530a2 fix: allow , delimited string in configuration (#191)
  • c89f650 fix: publish helm chart only on release (#178)
  • 56aa3f5 fix: allow Any type for classInput (#182)
  • Additional commits viewable in compare view

Updates mangum from 0.21.0 to 0.22.0

Release notes

Sourced from mangum's releases.

0.22.0 - Python 3.15, tested against the real thing

Python 3.15, tested against the real thing

Mangum 0.22.0 moves the supported Python window forward and backs every release with end-to-end tests against a real Lambda runtime.

pip install mangum==0.22.0
  • Python 3.15 is supported. The full suite and strict type checking pass on 3.15 (#404).
  • Python 3.9 is no longer supported. The minimum is now Python 3.10 (#393).
  • Adapters are now verified against a real Lambda runtime. The test suite deploys Mangum to LocalStack and drives it through a Lambda Function URL and an API Gateway REST API with real HTTP requests - covering the HTTP v2 and REST v1 event formats plus lifespan startup, instead of relying only on hand-written mock events (#400, #401).

Full changelog: 0.21.0...0.22.0

Changelog

Sourced from mangum's changelog.

0.22.0

Commits

Updates boto3 from 1.43.15 to 1.43.78

Commits
  • bf8d343 Merge branch 'release-1.43.78'
  • 4830df4 Bumping version to 1.43.78
  • 921bb10 Add changelog entries from botocore
  • cca5d6f Merge branch 'release-1.43.77'
  • 2ff832b Merge branch 'release-1.43.77' into develop
  • 8c3a6f7 Bumping version to 1.43.77
  • ce5785b Add changelog entries from botocore
  • 8a88b26 Merge branch 'release-1.43.76'
  • ced31bb Merge branch 'release-1.43.76' into develop
  • a1cecc3 Bumping version to 1.43.76
  • Additional commits viewable in compare view

Updates stac-pydantic from 3.5.1 to 3.6.0

Release notes

Sourced from stac-pydantic's releases.

3.6.0

What's Changed

Full Changelog: stac-utils/stac-pydantic@3.5.2...3.6.0

3.6.0a1

What's Changed

Full Changelog: stac-utils/stac-pydantic@3.6.0a0...3.6.0a1

3.6.0a0

What's Changed

Full Changelog: stac-utils/stac-pydantic@3.5.2...3.6.0a0

3.5.2

What's Changed

Full Changelog: stac-utils/stac-pydantic@3.5.1...3.5.2

Changelog

Sourced from stac-pydantic's changelog.

3.6.0 (2026-06-26)

  • No change since 3.6.0a1

3.6.0a1 (2026-06-25)

  • fix: invalid urljoin usage in Link model resolve method

3.6.0a0 (2026-06-24)

  • update: type hints for python >=3.10
  • fix: invalid urljoin usage in link factories (#219, @​vincentsarago)
  • remove: python 3.8 and 3.9 support

3.5.2 (2026-05-29)

Commits

…ctories with 7 updates

Bumps the python-runtime-dependencies group with 3 updates in the /lib/stac-api/runtime directory: [mangum](https://github.com/Kludex/mangum), [stac-fastapi-pgstac](https://github.com/stac-utils/stac-fastapi-pgstac) and [starlette-cramjam](https://github.com/developmentseed/starlette-cramjam).
Bumps the python-runtime-dependencies group with 2 updates in the /lib/stac-auth-proxy/runtime directory: [mangum](https://github.com/Kludex/mangum) and [stac-auth-proxy](https://github.com/developmentseed/stac-auth-proxy).
Bumps the python-runtime-dependencies group with 2 updates in the /lib/stac-loader/runtime directory: [boto3](https://github.com/boto/boto3) and [stac-pydantic](https://github.com/stac-utils/stac-pydantic).
Bumps the python-runtime-dependencies group with 1 update in the /lib/stactools-item-generator/runtime directory: [stac-pydantic](https://github.com/stac-utils/stac-pydantic).
Bumps the python-runtime-dependencies group with 2 updates in the /lib/tipg-api/runtime directory: [mangum](https://github.com/Kludex/mangum) and [tipg](https://github.com/developmentseed/tipg).


Updates `mangum` from 0.21.0 to 0.22.0
- [Release notes](https://github.com/Kludex/mangum/releases)
- [Changelog](https://github.com/Kludex/mangum/blob/main/CHANGELOG.md)
- [Commits](Kludex/mangum@0.21.0...0.22.0)

Updates `stac-fastapi-pgstac` from 6.2.2 to 6.3.1
- [Release notes](https://github.com/stac-utils/stac-fastapi-pgstac/releases)
- [Changelog](https://github.com/stac-utils/stac-fastapi-pgstac/blob/main/CHANGES.md)
- [Commits](stac-utils/stac-fastapi-pgstac@6.2.2...6.3.1)

Updates `starlette-cramjam` from 0.4.0 to 0.7.0
- [Release notes](https://github.com/developmentseed/starlette-cramjam/releases)
- [Changelog](https://github.com/developmentseed/starlette-cramjam/blob/main/CHANGES.md)
- [Commits](developmentseed/starlette-cramjam@0.4.0...0.7.0)

Updates `mangum` from 0.21.0 to 0.22.0
- [Release notes](https://github.com/Kludex/mangum/releases)
- [Changelog](https://github.com/Kludex/mangum/blob/main/CHANGELOG.md)
- [Commits](Kludex/mangum@0.21.0...0.22.0)

Updates `mangum` from 0.21.0 to 0.22.0
- [Release notes](https://github.com/Kludex/mangum/releases)
- [Changelog](https://github.com/Kludex/mangum/blob/main/CHANGELOG.md)
- [Commits](Kludex/mangum@0.21.0...0.22.0)

Updates `mangum` from 0.21.0 to 0.22.0
- [Release notes](https://github.com/Kludex/mangum/releases)
- [Changelog](https://github.com/Kludex/mangum/blob/main/CHANGELOG.md)
- [Commits](Kludex/mangum@0.21.0...0.22.0)

Updates `mangum` from 0.21.0 to 0.22.0
- [Release notes](https://github.com/Kludex/mangum/releases)
- [Changelog](https://github.com/Kludex/mangum/blob/main/CHANGELOG.md)
- [Commits](Kludex/mangum@0.21.0...0.22.0)

Updates `stac-auth-proxy` from 1.1.1 to 1.2.0
- [Release notes](https://github.com/developmentseed/stac-auth-proxy/releases)
- [Changelog](https://github.com/developmentseed/stac-auth-proxy/blob/main/CHANGELOG.md)
- [Commits](developmentseed/stac-auth-proxy@v1.1.1...v1.2.0)

Updates `mangum` from 0.21.0 to 0.22.0
- [Release notes](https://github.com/Kludex/mangum/releases)
- [Changelog](https://github.com/Kludex/mangum/blob/main/CHANGELOG.md)
- [Commits](Kludex/mangum@0.21.0...0.22.0)

Updates `boto3` from 1.43.15 to 1.43.78
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.43.15...1.43.78)

Updates `stac-pydantic` from 3.5.1 to 3.6.0
- [Release notes](https://github.com/stac-utils/stac-pydantic/releases)
- [Changelog](https://github.com/stac-utils/stac-pydantic/blob/main/CHANGELOG.md)
- [Commits](stac-utils/stac-pydantic@3.5.1...3.6.0)

Updates `stac-pydantic` from 3.5.1 to 3.6.0
- [Release notes](https://github.com/stac-utils/stac-pydantic/releases)
- [Changelog](https://github.com/stac-utils/stac-pydantic/blob/main/CHANGELOG.md)
- [Commits](stac-utils/stac-pydantic@3.5.1...3.6.0)

Updates `stac-pydantic` from 3.5.1 to 3.6.0
- [Release notes](https://github.com/stac-utils/stac-pydantic/releases)
- [Changelog](https://github.com/stac-utils/stac-pydantic/blob/main/CHANGELOG.md)
- [Commits](stac-utils/stac-pydantic@3.5.1...3.6.0)

Updates `stac-pydantic` from 3.5.1 to 3.6.0
- [Release notes](https://github.com/stac-utils/stac-pydantic/releases)
- [Changelog](https://github.com/stac-utils/stac-pydantic/blob/main/CHANGELOG.md)
- [Commits](stac-utils/stac-pydantic@3.5.1...3.6.0)

Updates `mangum` from 0.21.0 to 0.22.0
- [Release notes](https://github.com/Kludex/mangum/releases)
- [Changelog](https://github.com/Kludex/mangum/blob/main/CHANGELOG.md)
- [Commits](Kludex/mangum@0.21.0...0.22.0)

Updates `mangum` from 0.21.0 to 0.22.0
- [Release notes](https://github.com/Kludex/mangum/releases)
- [Changelog](https://github.com/Kludex/mangum/blob/main/CHANGELOG.md)
- [Commits](Kludex/mangum@0.21.0...0.22.0)

Updates `mangum` from 0.21.0 to 0.22.0
- [Release notes](https://github.com/Kludex/mangum/releases)
- [Changelog](https://github.com/Kludex/mangum/blob/main/CHANGELOG.md)
- [Commits](Kludex/mangum@0.21.0...0.22.0)

Updates `tipg` from 1.3.1 to 1.5.0
- [Release notes](https://github.com/developmentseed/tipg/releases)
- [Changelog](https://github.com/developmentseed/tipg/blob/main/CHANGES.md)
- [Commits](developmentseed/tipg@1.3.1...1.5.0)

---
updated-dependencies:
- dependency-name: mangum
  dependency-version: 0.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-runtime-dependencies
- dependency-name: stac-fastapi-pgstac
  dependency-version: 6.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-runtime-dependencies
- dependency-name: starlette-cramjam
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-runtime-dependencies
- dependency-name: mangum
  dependency-version: 0.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-runtime-dependencies
- dependency-name: mangum
  dependency-version: 0.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-runtime-dependencies
- dependency-name: mangum
  dependency-version: 0.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-runtime-dependencies
- dependency-name: mangum
  dependency-version: 0.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-runtime-dependencies
- dependency-name: stac-auth-proxy
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-runtime-dependencies
- dependency-name: mangum
  dependency-version: 0.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-runtime-dependencies
- dependency-name: boto3
  dependency-version: 1.43.78
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-runtime-dependencies
- dependency-name: stac-pydantic
  dependency-version: 3.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-runtime-dependencies
- dependency-name: stac-pydantic
  dependency-version: 3.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-runtime-dependencies
- dependency-name: stac-pydantic
  dependency-version: 3.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-runtime-dependencies
- dependency-name: stac-pydantic
  dependency-version: 3.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-runtime-dependencies
- dependency-name: mangum
  dependency-version: 0.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-runtime-dependencies
- dependency-name: mangum
  dependency-version: 0.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-runtime-dependencies
- dependency-name: mangum
  dependency-version: 0.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-runtime-dependencies
- dependency-name: tipg
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-runtime-dependencies
...

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 Aug 26, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 2, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Sep 2, 2026
@dependabot
dependabot Bot deleted the dependabot/uv/lib/stac-api/runtime/python-runtime-dependencies-1e393fef19 branch September 2, 2026 14:09
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.

0 participants