Skip to content

chore(deps): bump the all group across 1 directory with 11 updates#360

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/all-8433b9878a
Open

chore(deps): bump the all group across 1 directory with 11 updates#360
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/all-8433b9878a

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2026

Bumps the all group with 10 updates in the / directory:

Package From To
pydantic-settings 2.12.0 2.13.1
stac-fastapi-api 6.2.0 6.2.1
stac-fastapi-extensions 6.2.0 6.2.1
stac-fastapi-types 6.2.0 6.2.1
uvicorn[standard] 0.38.0 0.41.0
mirakuru 2.6.1 3.0.2
pytest 8.4.2 9.0.2
pypgstac 0.9.9 0.9.10
black 26.1.0 26.3.0
griffe-inherited-docstrings 1.1.2 1.1.3

Updates pydantic-settings from 2.12.0 to 2.13.1

Release notes

Sourced from pydantic-settings's releases.

v2.13.0

What's Changed

New Contributors

Full Changelog: pydantic/pydantic-settings@v2.12.0...v2.13.0

Commits

Updates stac-fastapi-api from 6.2.0 to 6.2.1

Release notes

Sourced from stac-fastapi-api's releases.

6.2.1

What's Changed

Full Changelog: stac-utils/stac-fastapi@6.2.0...6.2.1

Changelog

Sourced from stac-fastapi-api's changelog.

[6.2.1] - 2026-02-10

Fixed

  • swap usage of vendored CORSMiddleware for the official one from starlette
  • add deprecatation warning for stac_fastapi.api.middleware.CORSMiddleware
Commits

Updates stac-fastapi-extensions from 6.2.0 to 6.2.1

Release notes

Sourced from stac-fastapi-extensions's releases.

6.2.1

What's Changed

Full Changelog: stac-utils/stac-fastapi@6.2.0...6.2.1

Changelog

Sourced from stac-fastapi-extensions's changelog.

[6.2.1] - 2026-02-10

Fixed

  • swap usage of vendored CORSMiddleware for the official one from starlette
  • add deprecatation warning for stac_fastapi.api.middleware.CORSMiddleware
Commits

Updates stac-fastapi-types from 6.2.0 to 6.2.1

Release notes

Sourced from stac-fastapi-types's releases.

6.2.1

What's Changed

Full Changelog: stac-utils/stac-fastapi@6.2.0...6.2.1

Changelog

Sourced from stac-fastapi-types's changelog.

[6.2.1] - 2026-02-10

Fixed

  • swap usage of vendored CORSMiddleware for the official one from starlette
  • add deprecatation warning for stac_fastapi.api.middleware.CORSMiddleware
Commits

Updates uvicorn[standard] from 0.38.0 to 0.41.0

Release notes

Sourced from uvicorn[standard]'s releases.

Version 0.41.0

Added

  • Add --limit-max-requests-jitter to stagger worker restarts (#2707)
  • Add socket path to scope["server"] (#2561)

Changed

  • Rename LifespanOn.error_occured to error_occurred (#2776)

Fixed

  • Ignore permission denied errors in watchfiles reloader (#2817)
  • Ensure lifespan shutdown runs when should_exit is set during startup (#2812)
  • Reduce the log level of 'request limit exceeded' messages (#2788)

New Contributors


Full Changelog: Kludex/uvicorn@0.40.0...0.41.0

Version 0.40.0

What's Changed

Full Changelog: Kludex/uvicorn@0.39.0...0.40.0

Version 0.39.0

What's Changed

New Contributors

Full Changelog: Kludex/uvicorn@0.38.0...0.39.0

Changelog

Sourced from uvicorn[standard]'s changelog.

0.41.0 (February 16, 2026)

Added

  • Add --limit-max-requests-jitter to stagger worker restarts (#2707)
  • Add socket path to scope["server"] (#2561)

Changed

  • Rename LifespanOn.error_occured to error_occurred (#2776)

Fixed

  • Ignore permission denied errors in watchfiles reloader (#2817)
  • Ensure lifespan shutdown runs when should_exit is set during startup (#2812)
  • Reduce the log level of 'request limit exceeded' messages (#2788)

0.40.0 (December 21, 2025)

Remove

  • Drop support for Python 3.9 (#2772)

0.39.0 (December 21, 2025)

Fixed

  • Send close frame on ASGI return for WebSockets (#2769)
  • Explicitly start ASGI run with empty context (#2742)
Commits
  • 9283c0f Version 0.41.0 (#2821)
  • a01a33e Add --limit-max-requests-jitter to stagger worker restarts (#2707)
  • 2ce65bd Ignore permission denied errors in watchfiles reloader (#2817)
  • 654f2ed Ensure lifespan shutdown runs when should_exit is set during startup (#2812)
  • a03d9f6 Reduce the log level of 'request limit exceeded' messages (#2788)
  • e377de4 Add socket path to scope["server"] (#2561)
  • 0779f7f Poll for readiness in test_multiprocess_health_check and run_server (#2816)
  • 7e9ce2c Poll for PID changes in test_multiprocess_sighup instead of fixed sleep (#2...
  • 99f0d87 Fix grep warning in scripts/sync-version (#2807)
  • 7ae2e63 chore(deps): bump the python-packages group with 18 updates (#2801)
  • Additional commits viewable in compare view

Updates mirakuru from 2.6.1 to 3.0.2

Changelog

Sourced from mirakuru's changelog.

mirakuru 3.0.2 (2026-02-11)

Bugfixes

  • Ignore macOS psutil environ permission errors when scanning processes, preventing sporadic cleanup failures.

Miscellaneus

  • [#955](https://github.com/dbfixtures/mirakuru/issues/955) <https://github.com/dbfixtures/mirakuru/issues/955>, [#960](https://github.com/dbfixtures/mirakuru/issues/960) <https://github.com/dbfixtures/mirakuru/issues/960>
  • Lint required-version and classifiers within pyproject.toml
  • Small refactoring to test_tcp_executor in an attempt to avoid random Address already in use.

mirakuru 3.0.1 (2025-11-01)

Bugfixes

  • Correctly point the minimum required python version.

    Not updating it causes installs without pinned mirakuru versions to fail.

mirakuru 3.0.0 (2025-10-29)

Breaking changes

  • Drop support for Python 3.9

Features

  • Executors now accept additional kwargs that can be passed to popen. ([#905](https://github.com/dbfixtures/mirakuru/issues/905) <https://github.com/dbfixtures/mirakuru/issues/905>_)
  • Add support for Python 3.14

Bugfixes

  • Prevent OutputExecutor from hanging when a child process produces a large amount of output before the banner. This was resolved by implementing non-blocking reads and fragmented output consumption

... (truncated)

Commits
  • ff70b5e Release 3.0.2
  • 9a73f02 Merge pull request #985 from dbfixtures/fix-macos-psutil-environ
  • be97c48 Add coderabbit configuration and release workflow
  • 197580a Handle macOS psutil environ access errors
  • f73ae7b Bump coverage from 7.13.3 to 7.13.4
  • e8d7b55 Bump coverage from 7.13.3 to 7.13.4
  • de2bbbc [pre-commit.ci] pre-commit autoupdate
  • 695d36c [pre-commit.ci] pre-commit autoupdate
  • 77703cc Bump fizyk/actions-reuse from 4.1.1 to 4.3.0
  • c35edd3 Bump fizyk/actions-reuse from 4.1.1 to 4.3.0
  • Additional commits viewable in compare view

Updates pytest from 8.4.2 to 9.0.2

Release notes

Sourced from pytest's releases.

9.0.2

pytest 9.0.2 (2025-12-06)

Bug fixes

  • #13896: The terminal progress feature added in pytest 9.0.0 has been disabled by default, except on Windows, due to compatibility issues with some terminal emulators.

    You may enable it again by passing -p terminalprogress. We may enable it by default again once compatibility improves in the future.

    Additionally, when the environment variable TERM is dumb, the escape codes are no longer emitted, even if the plugin is enabled.

  • #13904: Fixed the TOML type of the tmp_path_retention_count settings in the API reference from number to string.

  • #13946: The private config.inicfg attribute was changed in a breaking manner in pytest 9.0.0. Due to its usage in the ecosystem, it is now restored to working order using a compatibility shim. It will be deprecated in pytest 9.1 and removed in pytest 10.

  • #13965: Fixed quadratic-time behavior when handling unittest subtests in Python 3.10.

Improved documentation

  • #4492: The API Reference now contains cross-reference-able documentation of pytest's command-line flags <command-line-flags>.

9.0.1

pytest 9.0.1 (2025-11-12)

Bug fixes

  • #13895: Restore support for skipping tests via raise unittest.SkipTest.
  • #13896: The terminal progress plugin added in pytest 9.0 is now automatically disabled when iTerm2 is detected, it generated desktop notifications instead of the desired functionality.
  • #13904: Fixed the TOML type of the verbosity settings in the API reference from number to string.
  • #13910: Fixed UserWarning: Do not expect file_or_dir on some earlier Python 3.12 and 3.13 point versions.

Packaging updates and notes for downstreams

  • #13933: The tox configuration has been adjusted to make sure the desired version string can be passed into its package_env through the SETUPTOOLS_SCM_PRETEND_VERSION_FOR_PYTEST environment variable as a part of the release process -- by webknjaz.

Contributor-facing changes

  • #13891, #13942: The CI/CD part of the release automation is now capable of creating GitHub Releases without having a Git checkout on disk -- by bluetech and webknjaz.
  • #13933: The tox configuration has been adjusted to make sure the desired version string can be passed into its package_env through the SETUPTOOLS_SCM_PRETEND_VERSION_FOR_PYTEST environment variable as a part of the release process -- by webknjaz.

... (truncated)

Commits
  • 3d10b51 Prepare release version 9.0.2
  • 188750b Merge pull request #14030 from pytest-dev/patchback/backports/9.0.x/1e4b01d1f...
  • b7d7bef Merge pull request #14014 from bluetech/compat-note
  • bd08e85 Merge pull request #14013 from pytest-dev/patchback/backports/9.0.x/922b60377...
  • bc78386 Add CLI options reference documentation (#13930)
  • 5a4e398 Fix docs typo (#14005) (#14008)
  • d7ae6df Merge pull request #14006 from pytest-dev/maintenance/update-plugin-list-tmpl...
  • 556f6a2 pre-commit: fix rst-lint after new release (#13999) (#14001)
  • c60fbe6 Fix quadratic-time behavior when handling unittest subtests in Python 3.10 ...
  • 73d9b01 Merge pull request #13995 from nicoddemus/patchback/backports/9.0.x/1b5200c0f...
  • Additional commits viewable in compare view

Updates pytest-asyncio from 1.2.0 to 0.23.3

Commits
  • 260b791 [docs] Prepare release of v0.23.3.
  • 6a253e2 [docs] Shorten changelog by combining multiple issues.
  • e2cbb90 [docs] Mention correct issue in changelog.
  • 0c522bf [fix] Fixes a bug that caused an internal pytest error when using ImportWarni...
  • 31c7e6f Build(deps): Bump coverage from 7.3.3 to 7.3.4 in /dependencies/default
  • 38d5c7e Build(deps): Bump sphinx-rtd-theme in /dependencies/docs
  • 650ec58 Build(deps): Bump babel from 2.13.1 to 2.14.0 in /dependencies/docs
  • 0166a7e Build(deps): Bump typing-extensions in /dependencies/default
  • 3a15f30 Build(deps): Bump coverage from 7.3.2 to 7.3.3 in /dependencies/default
  • 28e91f0 Build(deps): Bump hypothesis in /dependencies/default
  • Additional commits viewable in compare view

Updates pypgstac from 0.9.9 to 0.9.10

Release notes

Sourced from pypgstac's releases.

v0.9.10

Bug Fixes

Commits

  • 07658e8: Partition Constraint TimestampTZ Fix (#403) (David Bitner) #403
  • 79b8b0e: update migrations and changelog (#406) (David Bitner) #406
Changelog

Sourced from pypgstac's changelog.

[v0.9.10]

Fixed

  • Improved performance and correctness of partition constraint parsing.
Commits

Updates black from 26.1.0 to 26.3.0

Release notes

Sourced from black's releases.

26.3.0

Stable style

  • Don't double-decode input, causing non-UTF-8 files to be corrupted (#4964)
  • Fix crash on standalone comment in lambda default arguments (#4993)
  • Preserve parentheses when # type: ignore comments would be merged with other comments on the same line, preventing AST equivalence failures (#4888)

Preview style

  • Fix bug where if guards in case blocks were incorrectly split when the pattern had a trailing comma (#4884)
  • Fix string_processing crashing on unassigned long string literals with trailing commas (one-item tuples) (#4929)
  • Simplify implementation of the power operator "hugging" logic (#4918)

Packaging

  • Fix shutdown errors in PyInstaller builds on macOS by disabling multiprocessing in frozen environments (#4930)

Performance

  • Introduce winloop for windows as an alternative to uvloop (#4996)
  • Remove deprecated function uvloop.install() in favor of uvloop.new_event_loop() (#4996)
  • Rename maybe_install_uvloop function to maybe_use_uvloop to simplify loop installation and creation of either a uvloop/winloop evenloop or default eventloop (#4996)

Output

  • Emit a clear warning when the target Python version is newer than the running Python version, since AST safety checks cannot parse newer syntax. Also replace the misleading "INTERNAL ERROR" message with an actionable error explaining the version mismatch (#4983)

Blackd

  • Introduce winloop to be used when windows in use which enables blackd to run faster on windows when winloop is installed. (#4996)

Integrations

  • Remove unused gallery script (#5030)
  • Harden parsing of black requirements in the GitHub Action when use_pyproject is enabled so that only version specifiers are accepted and direct references such as black @ https://... are rejected. Users should upgrade to the latest version of the action as soon as possible. This update is received automatically when using psf/black@stable, and is independent of the version of Black installed by the

... (truncated)

Changelog

Sourced from black's changelog.

26.3.0

Stable style

  • Don't double-decode input, causing non-UTF-8 files to be corrupted (#4964)
  • Fix crash on standalone comment in lambda default arguments (#4993)
  • Preserve parentheses when # type: ignore comments would be merged with other comments on the same line, preventing AST equivalence failures (#4888)

Preview style

  • Fix bug where if guards in case blocks were incorrectly split when the pattern had a trailing comma (#4884)
  • Fix string_processing crashing on unassigned long string literals with trailing commas (one-item tuples) (#4929)
  • Simplify implementation of the power operator "hugging" logic (#4918)

Packaging

  • Fix shutdown errors in PyInstaller builds on macOS by disabling multiprocessing in frozen environments (#4930)

Performance

  • Introduce winloop for windows as an alternative to uvloop (#4996)
  • Remove deprecated function uvloop.install() in favor of uvloop.new_event_loop() (#4996)
  • Rename maybe_install_uvloop function to maybe_use_uvloop to simplify loop installation and creation of either a uvloop/winloop evenloop or default eventloop (#4996)

Output

  • Emit a clear warning when the target Python version is newer than the running Python version, since AST safety checks cannot parse newer syntax. Also replace the misleading "INTERNAL ERROR" message with an actionable error explaining the version mismatch (#4983)

Blackd

  • Introduce winloop to be used when windows in use which enables blackd to run faster on windows when winloop is installed. (#4996)

Integrations

  • Remove unused gallery script (#5030)
  • Harden parsing of black requirements in the GitHub Action when use_pyproject is enabled so that only version specifiers are accepted and direct references such as black @ https://... are rejected. Users should upgrade to the latest version of the action as soon as possible. This update is received automatically when using

... (truncated)

Commits

Updates griffe-inherited-docstrings from 1.1.2 to 1.1.3

Release notes

Sourced from griffe-inherited-docstrings's releases.

1.1.3

1.1.3 - 2026-02-20

Compare with 1.1.2

Build

  • Depend on griffelib instead of griffe (1dd763a by Timothée Mazzucotelli).
Changelog

Sourced from griffe-inherited-docstrings's changelog.

1.1.3 - 2026-02-20

Compare with 1.1.2

Build

  • Depend on griffelib instead of griffe (1dd763a by Timothée Mazzucotelli).
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 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.12.0` | `2.13.1` |
| [stac-fastapi-api](https://github.com/stac-utils/stac-fastapi) | `6.2.0` | `6.2.1` |
| [stac-fastapi-extensions](https://github.com/stac-utils/stac-fastapi) | `6.2.0` | `6.2.1` |
| [stac-fastapi-types](https://github.com/stac-utils/stac-fastapi) | `6.2.0` | `6.2.1` |
| [uvicorn[standard]](https://github.com/Kludex/uvicorn) | `0.38.0` | `0.41.0` |
| [mirakuru](https://github.com/dbfixtures/mirakuru) | `2.6.1` | `3.0.2` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.4.2` | `9.0.2` |
| [pypgstac](https://github.com/stac-utils/pgstac) | `0.9.9` | `0.9.10` |
| [black](https://github.com/psf/black) | `26.1.0` | `26.3.0` |
| [griffe-inherited-docstrings](https://github.com/mkdocstrings/griffe-inherited-docstrings) | `1.1.2` | `1.1.3` |



Updates `pydantic-settings` from 2.12.0 to 2.13.1
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](pydantic/pydantic-settings@v2.12.0...v2.13.1)

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

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

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

Updates `uvicorn[standard]` from 0.38.0 to 0.41.0
- [Release notes](https://github.com/Kludex/uvicorn/releases)
- [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md)
- [Commits](Kludex/uvicorn@0.38.0...0.41.0)

Updates `mirakuru` from 2.6.1 to 3.0.2
- [Changelog](https://github.com/dbfixtures/mirakuru/blob/main/CHANGES.rst)
- [Commits](dbfixtures/mirakuru@v2.6.1...v3.0.2)

Updates `pytest` from 8.4.2 to 9.0.2
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.4.2...9.0.2)

Updates `pytest-asyncio` from 1.2.0 to 0.23.3
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v1.2.0...v0.23.3)

Updates `pypgstac` from 0.9.9 to 0.9.10
- [Release notes](https://github.com/stac-utils/pgstac/releases)
- [Changelog](https://github.com/stac-utils/pgstac/blob/main/CHANGELOG.md)
- [Commits](stac-utils/pgstac@v0.9.9...v0.9.10)

Updates `black` from 26.1.0 to 26.3.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@26.1.0...26.3.0)

Updates `griffe-inherited-docstrings` from 1.1.2 to 1.1.3
- [Release notes](https://github.com/mkdocstrings/griffe-inherited-docstrings/releases)
- [Changelog](https://github.com/mkdocstrings/griffe-inherited-docstrings/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/griffe-inherited-docstrings@1.1.2...1.1.3)

---
updated-dependencies:
- dependency-name: pydantic-settings
  dependency-version: 2.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: stac-fastapi-api
  dependency-version: 6.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: stac-fastapi-extensions
  dependency-version: 6.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: stac-fastapi-types
  dependency-version: 6.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: uvicorn[standard]
  dependency-version: 0.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: mirakuru
  dependency-version: 3.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: pytest
  dependency-version: 9.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: pytest-asyncio
  dependency-version: 0.23.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: pypgstac
  dependency-version: 0.9.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: black
  dependency-version: 26.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: griffe-inherited-docstrings
  dependency-version: 1.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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 Mar 10, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 24, 2026

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

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