Skip to content

chore(deps): bump the uv group with 6 updates - #65

Merged
effigies merged 1 commit into
mainfrom
dependabot/uv/uv-f964024ee6
Mar 1, 2026
Merged

effigies merged 1 commit into
mainfrom
dependabot/uv/uv-f964024ee6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the uv group with 6 updates:

Package From To
bidsschematools 1.1.6 1.2.1
orjson 3.11.6 3.11.7
universal-pathlib 0.3.9 0.3.10
typer 0.21.1 0.24.1
datalad 1.3.0 1.3.1
cattrs 25.3.0 26.1.0

Updates bidsschematools from 1.1.6 to 1.2.1

Release notes

Sourced from bidsschematools's releases.

v1.2.1

... (truncated)

Commits
  • b0fbcc1 Merge pull request #291 from bids-standard/rel/1.2.1
  • 6ed53fd Added date of release
  • 2eddc5d Merge pull request #302 from bids-standard/master
  • 6fbadb0 [DOC] Auto-generate changelog entry for PR #284
  • fbbda72 Merge pull request #284 from franklin-feingold/contrib
  • 9922048 Merge pull request #294 from franklin-feingold/relprod
  • d1825e4 [DOC] Auto-generate changelog entry for PR #277
  • 252c8d6 Merge pull request #277 from franklin-feingold/enh/bepupdate
  • 50d6389 travis happy
  • 60fee8d Update src/06-extensions.md
  • Additional commits viewable in compare view

Updates orjson from 3.11.6 to 3.11.7

Release notes

Sourced from orjson's releases.

3.11.7

Changed

  • Use a faster library to serialize float. Users with byte-exact regression tests should note positive exponents are now written using a +, e.g., 1.2e+30 instead of 1.2e30. Both formats are spec-compliant.
  • ABI compatibility with CPython 3.15 alpha 5 free-threading.
Changelog

Sourced from orjson's changelog.

3.11.7 - 2026-02-02

Changed

  • Use a faster library to serialize float. Users with byte-exact regression tests should note positive exponents are now written using a +, e.g., 1.2e+30 instead of 1.2e30. Both formats are spec-compliant.
  • ABI compatibility with CPython 3.15 alpha 5 free-threading.
Commits

Updates universal-pathlib from 0.3.9 to 0.3.10

Release notes

Sourced from universal-pathlib's releases.

v0.3.10

What's Changed

New Contributors

Full Changelog: fsspec/universal_pathlib@v0.3.9...v0.3.10

Changelog

Sourced from universal-pathlib's changelog.

[0.3.10] - 2026-02-22

Fixed

  • upath.extensions: fix ProxyUPath as copy or move target on 3.14+ (#547)

Changed

  • upath: updated flavours (#545)
  • ci: updated development dependencies (#550)
Commits
  • 419c33c cut release 0.3.10 (#552)
  • ee8f013 build(deps-dev): bump huggingface-hub from 1.3.7 to 1.4.1 in the pip-dependen...
  • 6835bb1 Fix ProxyUPath as copy or move target on 3.14+ (#547)
  • 09a655f upath: update flavour sources (#545)
  • See full diff in compare view

Updates typer from 0.21.1 to 0.24.1

Release notes

Sourced from typer's releases.

0.24.1

Internal

0.24.0

Breaking Changes

0.23.1

Fixes

  • 🐛 Fix TYPER_USE_RICH parsing to allow disabling Rich completely. PR #1539 by @​bckohan.

Docs

  • 📝 Remove documentation pages that reference using Click directly. PR #1538 by @​svlandeg.

Internal

0.23.0

Breaking Changes

  • ♻️ When printing error tracebacks with Rich, default to not showing locals, which are sometimes verbose. PR #1072 by @​tiangolo.

Docs

  • 📝 Add more explicit deprecation note in shell packages. PR #1534 by @​tiangolo.

Internal

0.22.0

... (truncated)

Changelog

Sourced from typer's changelog.

0.24.1

Internal

0.24.0

Breaking Changes

0.23.2

Features

  • ✅ Monkeypatch console width to allow running pytest directly. PR #1542 by @​SwaatiR.

Internal

0.23.1

Fixes

  • 🐛 Fix TYPER_USE_RICH parsing to allow disabling Rich completely. PR #1539 by @​bckohan.

Docs

  • 📝 Remove documentation pages that reference using Click directly. PR #1538 by @​svlandeg.

Internal

0.23.0

... (truncated)

Commits
  • eaec8fa 🔖 Release version 0.24.1
  • c73cc2b 📝 Update release notes
  • 6c6259c 👷 Fix CI, do not attempt to build typer-slim, nor typer-cli (#1569)
  • bc65ad8 📝 Update release notes
  • 3aedc0a ➖ Drop support for typer-slim and typer-cli, no more versions will be rel...
  • 4b13020 📝 Update release notes
  • 19aaf0b ⬆ Bump rich from 14.3.2 to 14.3.3 (#1565)
  • 0ece295 📝 Update release notes
  • 833c005 📝 Update release notes
  • 64c0dcb ⬆ Bump pydantic-settings from 2.13.0 to 2.13.1 (#1566)
  • Additional commits viewable in compare view

Updates datalad from 1.3.0 to 1.3.1

Release notes

Sourced from datalad's releases.

1.3.1

🐛 Bug Fixes

Changelog

Sourced from datalad's changelog.

1.3.1 (2026-02-01)

🐛 Bug Fixes

Commits
  • 9fa8889 [skip ci] Update docs/source/changelog.rst and CITATION.cff
  • 36d4ffc [skip ci] Update CHANGELOG
  • 4643fe5 Merge pull request #7799 from datalad/bf-ria
  • 09418a4 [release-action] Autogenerate changelog snippet for PR 7799
  • 59cf6e9 BF: Ensure annex-ignore config is immediately written for RIA stores
  • 3187674 Merge pull request #7798 from lschr/bf-fix-typing-extensions
  • bc8eff4 [release-action] Autogenerate changelog snippet for PR 7798
  • c63f00a Add typing_extensions to build system requirements (Python < 3.11)
  • 7e7f04d Merge pull request #7792 from datalad/bf-extensions
  • af28bc7 Use eval since I really do not understand why DL_PYTEST_OPTS is not passed ex...
  • Additional commits viewable in compare view

Updates cattrs from 25.3.0 to 26.1.0

Release notes

Sourced from cattrs's releases.

v26.1.0

  • Add the tomllib preconf converter. See here for details. (#716)
  • Customizing un/structuring of attrs classes, dataclasses, TypedDicts and dict NamedTuples is now possible by using Annotated[T, override()] on fields. See here for more details. (#717)
  • Fix structuring of nested generic classes with stringified annotations. (#688)
  • Python 3.9 is no longer supported, as it is end-of-life. Use previous versions on this Python version. (#698)
  • Apply the attrs converter to the default value before checking if it is equal to the attribute's value, when omit_if_default is true and an attrs converter is specified. (#696)
  • Use the optional _value_ type hint to structure and unstructure enums if present. (#699)
  • Aliases (when in use) now properly generate rename metadata in generated hooks. (#706 #710)
  • cattrs now tracks performance using codspeed. (#703)
  • The tomlkit preconf converter now properly handles native date objects when structuring. (#707 #708)
  • The tomlkit preconf converter now passes date objects directly to tomlkit for unstructuring. (#707 #708)
  • Enum handling has been optimized by switching to hook factories, improving performance especially for plain enums. (#705)
  • Fix cattrs.strategies.include_subclasses when used with cattrs.strategies.configure_tagged_union and classes using diamond inheritance. (#685 #713)
  • Fix cattrs.strategies.configure_tagged_union when used with recursive type aliases. (#678 #714)

New Contributors

Full Changelog: python-attrs/cattrs@v25.3.0...v26.1.0

Changelog

Sourced from cattrs's changelog.

26.1.0 (2026-02-18)

  • Add the {mod}tomllib <cattrs.preconf.tomllib> preconf converter. See here for details. (#716)
  • Customizing un/structuring of attrs classes, dataclasses, TypedDicts and dict NamedTuples is now possible by using Annotated[T, override()] on fields. See here for more details. (#717)
  • Fix structuring of nested generic classes with stringified annotations. (#688)
  • Python 3.9 is no longer supported, as it is end-of-life. Use previous versions on this Python version. (#698)
  • Apply the attrs converter to the default value before checking if it is equal to the attribute's value, when omit_if_default is true and an attrs converter is specified. (#696)
  • Use the optional _value_ type hint to structure and unstructure enums if present. (#699)
  • Aliases (when in use) now properly generate rename metadata in generated hooks. (#706 #710)
  • cattrs now tracks performance using codspeed. (#703)
  • The {mod}tomlkit <cattrs.preconf.tomlkit> preconf converter now properly handles native date objects when structuring. (#707 #708)
  • The {mod}tomlkit <cattrs.preconf.tomlkit> preconf converter now passes date objects directly to tomlkit for unstructuring. (#707 #708)
  • Enum handling has been optimized by switching to hook factories, improving performance especially for plain enums. (#705)
  • Fix {func}cattrs.strategies.include_subclasses when used with {func}cattrs.strategies.configure_tagged_union and classes using diamond inheritance. (#685 #713)
  • Fix {func}cattrs.strategies.configure_tagged_union when used with recursive type aliases. (#678 #714)
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 uv group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [bidsschematools](https://github.com/bids-standard/bids-specification) | `1.1.6` | `1.2.1` |
| [orjson](https://github.com/ijl/orjson) | `3.11.6` | `3.11.7` |
| [universal-pathlib](https://github.com/fsspec/universal_pathlib) | `0.3.9` | `0.3.10` |
| [typer](https://github.com/fastapi/typer) | `0.21.1` | `0.24.1` |
| [datalad](https://github.com/datalad/datalad) | `1.3.0` | `1.3.1` |
| [cattrs](https://github.com/python-attrs/cattrs) | `25.3.0` | `26.1.0` |


Updates `bidsschematools` from 1.1.6 to 1.2.1
- [Release notes](https://github.com/bids-standard/bids-specification/releases)
- [Changelog](https://github.com/bids-standard/bids-specification/blob/master/Release_Protocol.md)
- [Commits](bids-standard/bids-specification@schema-1.1.6...v1.2.1)

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

Updates `universal-pathlib` from 0.3.9 to 0.3.10
- [Release notes](https://github.com/fsspec/universal_pathlib/releases)
- [Changelog](https://github.com/fsspec/universal_pathlib/blob/main/CHANGELOG.md)
- [Commits](fsspec/universal_pathlib@v0.3.9...v0.3.10)

Updates `typer` from 0.21.1 to 0.24.1
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](fastapi/typer@0.21.1...0.24.1)

Updates `datalad` from 1.3.0 to 1.3.1
- [Release notes](https://github.com/datalad/datalad/releases)
- [Changelog](https://github.com/datalad/datalad/blob/maint/CHANGELOG.md)
- [Commits](datalad/datalad@1.3.0...1.3.1)

Updates `cattrs` from 25.3.0 to 26.1.0
- [Release notes](https://github.com/python-attrs/cattrs/releases)
- [Changelog](https://github.com/python-attrs/cattrs/blob/main/HISTORY.md)
- [Commits](python-attrs/cattrs@v25.3.0...v26.1.0)

---
updated-dependencies:
- dependency-name: bidsschematools
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv
- dependency-name: orjson
  dependency-version: 3.11.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: uv
- dependency-name: universal-pathlib
  dependency-version: 0.3.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: uv
- dependency-name: typer
  dependency-version: 0.24.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv
- dependency-name: datalad
  dependency-version: 1.3.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: uv
- dependency-name: cattrs
  dependency-version: 26.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: uv
...

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 1, 2026
@effigies
effigies merged commit 16cc4e5 into main Mar 1, 2026
57 checks passed
@effigies
effigies deleted the dependabot/uv/uv-f964024ee6 branch March 1, 2026 01:12
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