Skip to content

chore(deps)(deps): bump the python-dependencies group with 10 updates#786

Merged
tschm merged 1 commit into
mainfrom
dependabot/uv/python-dependencies-b71b9abbcc
Jun 4, 2026
Merged

chore(deps)(deps): bump the python-dependencies group with 10 updates#786
tschm merged 1 commit into
mainfrom
dependabot/uv/python-dependencies-b71b9abbcc

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 3, 2026

Bumps the python-dependencies group with 10 updates:

Package From To
narwhals 2.21.2 2.22.0
plotly 6.7.0 6.8.0
polars 1.41.1 1.41.2
uvicorn 0.48.0 0.49.0
python-multipart 0.0.29 0.0.30
yfinance 1.4.0 1.4.1
ipython 9.13.0 9.14.0
hypothesis 6.155.0 6.155.1
syrupy 5.2.0 5.3.1
ty 0.0.40 0.0.42

Updates narwhals from 2.21.2 to 2.22.0

Release notes

Sourced from narwhals's releases.

Narwhals v2.22.0

Changes

  • test: Port Array recursion tests from polars (#3651)
  • tests: Remove xfail mark in sqlframe quantile tests (#3644)
  • ci: unpin pyright version (#3619)

✨ Enhancements

  • feat: Add is_into_lazyframe, export missing functionalities, fix SQLFrame bug (#3613)

🐞 Bug fixes

  • feat: Add is_into_lazyframe, export missing functionalities, fix SQLFrame bug (#3613)
  • fix(tests): Adjust tests for Polars 1.41 changes (#3648)
  • fix: .over was mutating expressions in some cases (#3638)

📖 Documentation

  • docs: Update contributing and installation guides (#3656)
  • docs(fix): Make zensical build strict happy (#3642)

🛠️ Other improvements

  • chore: Migrate from pre-commit to prek (#3657)
  • chore: Adopt uv as package manager (#3608)
  • chore(typing): Enable allow-redefinition for mypy (#3650)
  • ci: bump mypy to 2.1.0, pyrefly to 1.0 (#3639)
  • chore: unpin duckdb in typing (#3640)
  • chore: Move to src/ layout (#3631)

Thank you to all our contributors for making this release possible! @​FBruzzesi, @​MarcoGorelli and @​dangotbanned

Commits
  • 805fb3d skip fairlearn in publish gate
  • a9346ae release: Bump version to 2.22.0
  • cf79b02 feat: Add is_into_lazyframe, export missing functionalities, fix SQLFrame b...
  • a3f9c7f chore: Migrate from pre-commit to prek (#3657)
  • cb5e2eb docs: Update contributing and installation guides (#3656)
  • 1d75ff0 chore: Adopt uv as package manager (#3608)
  • c3a512c chore(typing): Enable allow-redefinition for mypy (#3650)
  • 53b5da9 test: Port Array recursion tests from polars (#3651)
  • bd9035f tests: Adjust tests for Polars 1.41 changes (#3648)
  • 898f9d7 tests: Remove xfail mark in sqlframe quantile tests (#3644)
  • Additional commits viewable in compare view

Updates plotly from 6.7.0 to 6.8.0

Release notes

Sourced from plotly's releases.

v6.8.0

Added

  • Add optional font parameter for make_subplots [#5393], with thanks to @​Zomtir for the contribution!

Fixed

  • Fix issue where user-specified color_continuous_scale was ignored when template had autocolorscale=True [#5439], with thanks to @​antonymilne for the contribution!
  • Use presence of COLAB_NOTEBOOK_ID env var to enable Colab renderer instead of testing import of google.colab [#5473], with thanks to @​kevineger for the contribution!
  • Fix incorrect annotation placement for add_vline, add_hline, add_vrect, and add_hrect on datetime axes [#5508], with thanks to @​mosh3eb for the contribution!
  • Update tests to be compatible with numpy 2.4 [#5522], with thanks to @​thunze for the contribution!
  • Fix issue where js/ directory was unintentionally installed as a top-level Python package when installing plotly [#5587]
  • Add default headers to be passed in to Kaleido v1.3.0 to avoid blocked Open Street Map tiles [#5588]
  • Propagate the requested default_height/default_width to the outer wrapper div produced by to_html so that responsive (percentage) dimensions inherit from a sized parent container instead of collapsing to the plotly.js 450px fallback [#5591], with thanks to @​SharadhNaidu for the contribution!

Updated

  • The __eq__ method for graph_objects classes now returns NotImplemented to give the other operand an opportunity to handle the comparison [#5547], with thanks to @​RazerM for the contribution!
  • Update plotly.js from version 3.5.0 to version 3.6.0. See the plotly.js release notes for more information [#5608]. Notable changes include:
    • Add support for arrays for the pie property legendrank, so that it can be configured per slice [#7723]
    • Add hoversort layout attribute to sort unified hover label items by value [#7734]
Changelog

Sourced from plotly's changelog.

[6.8.0] - 2026-06-03

Added

  • Add optional font parameter for make_subplots [#5393], with thanks to @​Zomtir for the contribution!

Fixed

  • Fix issue where user-specified color_continuous_scale was ignored when template had autocolorscale=True [#5439], with thanks to @​antonymilne for the contribution!
  • Use presence of COLAB_NOTEBOOK_ID env var to enable Colab renderer instead of testing import of google.colab [#5473], with thanks to @​kevineger for the contribution!
  • Fix incorrect annotation placement for add_vline, add_hline, add_vrect, and add_hrect on datetime axes [#5508], with thanks to @​mosh3eb for the contribution!
  • Update tests to be compatible with numpy 2.4 [#5522], with thanks to @​thunze for the contribution!
  • Fix issue where js/ directory was unintentionally installed as a top-level Python package when installing plotly [#5587]
  • Add default headers to be passed in to Kaleido v1.3.0 to avoid blocked Open Street Map tiles [#5588]
  • Propagate the requested default_height/default_width to the outer wrapper div produced by to_html so that responsive (percentage) dimensions inherit from a sized parent container instead of collapsing to the plotly.js 450px fallback [#5591], with thanks to @​SharadhNaidu for the contribution!

Updated

  • The __eq__ method for graph_objects classes now returns NotImplemented to give the other operand an opportunity to handle the comparison [#5547], with thanks to @​RazerM for the contribution!
  • Update plotly.js from version 3.5.0 to version 3.6.0. See the plotly.js release notes for more information [#5608]. Notable changes include:
    • Add support for arrays for the pie property legendrank, so that it can be configured per slice [#7723]
    • Add hoversort layout attribute to sort unified hover label items by value [#7734]
Commits
  • ea4eca8 Address PR feedback
  • e57adbd Fix broken example
  • b8c2bf4 Update Jupyter Lab extension files
  • 2de1059 Update docs for release
  • f94e304 Version changes for v6.8.0
  • 7f2eb35 Merge pull request #5608 from plotly/cam/update-plotly.js-3.6.0
  • f57cf96 Update command to run npm install for updateplotlyjs
  • 1f26820 Update lock file
  • 8f699a3 chore: Update plotly.js to v3.6.0
  • f0755e5 Merge pull request #5605 from plotly/cam/pin-python-frontmatter
  • Additional commits viewable in compare view

Updates polars from 1.41.1 to 1.41.2

Release notes

Sourced from polars's releases.

Python Polars 1.41.2

🚀 Performance improvements

  • Update to new jemalloc (#27797)
  • Do not materialize ScalarColumn in Column split_at (#27782)
  • Avoid materializing broadcast in array.shift (#27740)
  • Avoid materializing broadcast list in list.sample(n) and list.sample(frac) (#27679)

✨ Enhancements

  • Update to new jemalloc (#27797)

🐞 Bug fixes

  • Broken link to AI Policy corrected (#27793)
  • Update to new jemalloc (#27797)

📖 Documentation

  • Update Polars On-Prem version stamp (#27799)
  • Broken link to AI Policy corrected (#27793)
  • Add release dates to the On-Prem releases page (#27787)
  • Improve on-prem docs (#27788)
  • Add query profiler video to On-Prem user guide (#27786)
  • Add EKS/AKS/GKE guides (#27774)
  • Add Polars On-Prem 0.4.2 (#27780)

🛠️ Other improvements

  • Run Pyrefly on _utils and functions (#27789)
  • Harden against async blocking deadlocks (take 2) (#27767)

Thank you to all our contributors for making this release possible! @​ButteryPaws, @​EndPositive, @​Kevin-Patyk, @​MarcoGorelli, @​TNieuwdorp, @​azimafroozeh, @​carnarez, @​kdn36, @​lun3x, @​orlp and @​ritchie46

Commits

Updates uvicorn from 0.48.0 to 0.49.0

Release notes

Sourced from uvicorn's releases.

Version 0.49.0

What's Changed

Full Changelog: Kludex/uvicorn@0.48.0...0.49.0

Changelog

Sourced from uvicorn's changelog.

0.49.0 (June 3, 2026)

Changed

  • Bump httptools minimum version to 0.8.0 (#2962)
  • Consume duplicate forwarding headers in ProxyHeadersMiddleware (reverses the 0.48.0 behavior of ignoring them) (#2971)
Commits
  • 3ef2e3e Version 0.49.0 (#2973)
  • eeb64b1 Consume duplicate forwarding headers in ProxyHeadersMiddleware (#2971)
  • 630f4ac Make the watchfiles reload tests deterministic (#2972)
  • 9154922 chore(deps): bump the github-actions group across 1 directory with 6 updates ...
  • 739727a Migrate docs deploy from Cloudflare Pages to Workers (#2967)
  • be4a240 Gate docs preview deploy on Cloudflare token presence (#2966)
  • c489d7e Bump httptools minimum version to 0.8.0 (#2962)
  • 9f547bd Skip docs preview deploy for Dependabot PRs (#2961)
  • 44446b8 Migrate documentation from MkDocs Material to Zensical (#2959)
  • cfd659c Bump pymdown-extensions to 10.21.3 (#2958)
  • Additional commits viewable in compare view

Updates python-multipart from 0.0.29 to 0.0.30

Release notes

Sourced from python-multipart's releases.

Version 0.0.30

What's Changed

Full Changelog: Kludex/python-multipart@0.0.29...0.0.30

Changelog

Sourced from python-multipart's changelog.

0.0.30 (2026-05-31)

  • Parse application/x-www-form-urlencoded bodies per the WHATWG URL standard, treating only & as a field separator #290.
  • Ignore RFC 2231/5987 extended parameters (name*, filename*) in parse_options_header, keeping the plain parameter authoritative per RFC 7578 §4.2 #291.
Commits

Updates yfinance from 1.4.0 to 1.4.1

Release notes

Sourced from yfinance's releases.

1.4.1

Patches

  • Preserve Date/Datetime index name in yf.download() output #2832

Thanks @​dokson

Changelog

Sourced from yfinance's changelog.

Changelog

Unreleased

  • Merge pull request #2832 from dokson/fix/download-index-name (#2832) (1df338c)
  • Preserve Date/Datetime index name in yf.download() output (c3db565)
  • Merge pull request #2830 from ranaroussi/main (#2830) (754346f)
Commits
  • 125b12e Version 1.4.1
  • 15ba022 Merge pull request #2836 from ranaroussi/dev
  • 0940e44 docs: changelog entry for 1df338c
  • 863f0a0 docs: changelog entry for c3db565
  • 1df338c Merge pull request #2832 from dokson/fix/download-index-name
  • c3db565 Preserve Date/Datetime index name in yf.download() output
  • 6b84cde docs: changelog entry for 754346f
  • 6f0525b docs: changelog entry for e005d2d
  • 0118573 docs: changelog entry for ff36bd7
  • cfb1799 docs: changelog entry for 44cc9ba
  • Additional commits viewable in compare view

Updates ipython from 9.13.0 to 9.14.0

Commits
  • 9d1f24b release 9.14.0
  • d8b9d11 Add IPython 9.14 release notes (#15228)
  • 80cc1b9 Apply suggestions from code review
  • 99feaad Prepare release notes for 9.14
  • d0f27b7 directive typo (#15225)
  • 85f520e directive typo
  • 4c3e934 Fix docstring formatting for prompt_line_number_format help text (#15224)
  • 4f88be1 DOC: Fix RST inline literal warning in prompt_line_number_format docstring
  • 37211dc DOC: Add sphinx_toml to docs/requirements.txt
  • 433aa8e Fix broken 'Edit on GitHub' link for auto-generated API docs (#15218)
  • Additional commits viewable in compare view

Updates hypothesis from 6.155.0 to 6.155.1

Commits
  • 4afeada Bump hypothesis version to 6.155.1 and update changelog
  • 1dafffb Merge pull request #4755 from Zac-HD/claude/nice-bardeen-xS6yA
  • 78b2a01 Address review feedback on the overrun-repair branch
  • ba3a206 Merge pull request #4757 from Zac-HD/cleanups
  • 4f72f64 deflake tests?
  • 4411487 crosshair tests cleanup
  • 137d036 Test the float-position bijection's invariants
  • 0a08e95 Shrink large floats via a grid-position bijection
  • 6631e4a Realign over-long collection draws when shrinking
  • d2b9b9a Consolidate release note for shrinker performance
  • Additional commits viewable in compare view

Updates syrupy from 5.2.0 to 5.3.1

Release notes

Sourced from syrupy's releases.

v5.3.1

What's Changed

Fixes

  • fix(test): mark pydantic and attrs as dependencies for running internal tests by @​noahnu in syrupy-project/syrupy#1108 -- This only affects users trying to run the syrupy tests themselves, not consumers of syrupy.

Misc

Full Changelog: syrupy-project/syrupy@v5.3.0...v5.3.1

v5.3.0

What's Changed

Features

Misc.

New Contributors

Full Changelog: syrupy-project/syrupy@v5.2.0...v5.3.0

Changelog

Sourced from syrupy's changelog.

v5.3.1 (2026-05-31)

What's Changed

Fixes

  • fix(test): mark pydantic and attrs as dependencies for running internal tests by @​noahnu in syrupy-project/syrupy#1108 -- This only affects users trying to run the syrupy tests themselves, not consumers of syrupy.

Misc

Full Changelog: syrupy-project/syrupy@v5.3.0...v5.3.1

v5.3.0 (2026-05-31)

What's Changed

Features

Misc.

New Contributors

Full Changelog: syrupy-project/syrupy@v5.2.0...v5.3.0

Commits
  • c528216 fix(test): mark pydantic and attrs as dependencies for running internal tests...
  • 32b9ccb chore(deps): update benchmark-action/github-action-benchmark action to v1.22....
  • 520f813 chore(deps): update python docker tag to v3.14.4 (#1102)
  • 9ad6eb4 chore(deps): update astral-sh/setup-uv action to v8.1.0 (#1103)
  • 06c5ab4 chore(release): 5.3.0 [skip ci]
  • 5887f25 chore: update dev dependencies (#1101)
  • 2daa56e feat: add --snapshot-update-new-only flag (#843) (#1098)
  • 61c4e07 chore: skip benchmark on forks (#1100)
  • a4880a7 fix: include tests in sdist (#1099)
  • 719a71a chore(deps): update dependency pytest to v9.0.3 (#1096)
  • Additional commits viewable in compare view

Updates ty from 0.0.40 to 0.0.42

Release notes

Sourced from ty's releases.

0.0.42

Release Notes

Released on 2026-06-01.

Bug fixes

  • Fix narrowing of enum literal unions by member identity (#25520)
  • Detect recursive expansion in constraint-set solving (#25442)

Core type checking

  • Support tagged-union narrowing for nominal types (#24916)
  • Extend Generator assignability workaround to Python 3.13+ (#25472)
  • Sync vendored typeshed stubs (#25514)

Performance

  • Avoid redundant work for empty collection context (#25527)
  • Deduplicate retained use-def place states (#25450)
  • Compact retained semantic maps (#25238)

Contributors

Install ty 0.0.42

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://releases.astral.sh/github/ty/releases/download/0.0.42/ty-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://releases.astral.sh/github/ty/releases/download/0.0.42/ty-installer.ps1 | iex"

Download ty 0.0.42

File Platform Checksum
ty-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
ty-x86_64-apple-darwin.tar.gz Intel macOS checksum
ty-aarch64-pc-windows-msvc.zip ARM64 Windows checksum

... (truncated)

Changelog

Sourced from ty's changelog.

0.0.42

Released on 2026-06-01.

Bug fixes

  • Fix narrowing of enum literal unions by member identity (#25520)
  • Detect recursive expansion in constraint-set solving (#25442)

Core type checking

  • Support tagged-union narrowing for nominal types (#24916)
  • Extend Generator assignability workaround to Python 3.13+ (#25472)
  • Sync vendored typeshed stubs (#25514)

Performance

  • Avoid redundant work for empty collection context (#25527)
  • Deduplicate retained use-def place states (#25450)
  • Compact retained semantic maps (#25238)

Contributors

0.0.41

Released on 2026-05-31.

Bug fixes

  • Avoid panic for deferred dataclass field annotations (#25444)
  • Avoid panic from cycle in function decorator inference (#25475)
  • Ignore rejected assignments for synthesized bindings (#25340)
  • Infer bool for not applied to dynamic values (#25445)
  • Use diagnostic message as tie-breaker when sorting (#25424)

LSP server

  • Add call hierarchy support (#25338)
  • Add function parentheses completion (#25305)
  • Display docs for matching parameter when hovering over the name of an argument passed by keyword (#25283)
  • Document completeFunctionParentheses editor setting (#3513)

Diagnostics

  • Introduce opt-in missing-override-decorator rule (#25111)

... (truncated)

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 python-dependencies group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [narwhals](https://github.com/narwhals-dev/narwhals) | `2.21.2` | `2.22.0` |
| [plotly](https://github.com/plotly/plotly.py) | `6.7.0` | `6.8.0` |
| [polars](https://github.com/pola-rs/polars) | `1.41.1` | `1.41.2` |
| [uvicorn](https://github.com/Kludex/uvicorn) | `0.48.0` | `0.49.0` |
| [python-multipart](https://github.com/Kludex/python-multipart) | `0.0.29` | `0.0.30` |
| [yfinance](https://github.com/ranaroussi/yfinance) | `1.4.0` | `1.4.1` |
| [ipython](https://github.com/ipython/ipython) | `9.13.0` | `9.14.0` |
| [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.155.0` | `6.155.1` |
| [syrupy](https://github.com/syrupy-project/syrupy) | `5.2.0` | `5.3.1` |
| [ty](https://github.com/astral-sh/ty) | `0.0.40` | `0.0.42` |


Updates `narwhals` from 2.21.2 to 2.22.0
- [Release notes](https://github.com/narwhals-dev/narwhals/releases)
- [Commits](narwhals-dev/narwhals@v2.21.2...v2.22.0)

Updates `plotly` from 6.7.0 to 6.8.0
- [Release notes](https://github.com/plotly/plotly.py/releases)
- [Changelog](https://github.com/plotly/plotly.py/blob/main/CHANGELOG.md)
- [Commits](plotly/plotly.py@v6.7.0...v6.8.0)

Updates `polars` from 1.41.1 to 1.41.2
- [Release notes](https://github.com/pola-rs/polars/releases)
- [Commits](pola-rs/polars@py-1.41.1...py-1.41.2)

Updates `uvicorn` from 0.48.0 to 0.49.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.48.0...0.49.0)

Updates `python-multipart` from 0.0.29 to 0.0.30
- [Release notes](https://github.com/Kludex/python-multipart/releases)
- [Changelog](https://github.com/Kludex/python-multipart/blob/main/CHANGELOG.md)
- [Commits](Kludex/python-multipart@0.0.29...0.0.30)

Updates `yfinance` from 1.4.0 to 1.4.1
- [Release notes](https://github.com/ranaroussi/yfinance/releases)
- [Changelog](https://github.com/ranaroussi/yfinance/blob/main/CHANGELOG.md)
- [Commits](ranaroussi/yfinance@1.4.0...1.4.1)

Updates `ipython` from 9.13.0 to 9.14.0
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@9.13.0...9.14.0)

Updates `hypothesis` from 6.155.0 to 6.155.1
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@v6.155.0...v6.155.1)

Updates `syrupy` from 5.2.0 to 5.3.1
- [Release notes](https://github.com/syrupy-project/syrupy/releases)
- [Changelog](https://github.com/syrupy-project/syrupy/blob/main/CHANGELOG.md)
- [Commits](syrupy-project/syrupy@v5.2.0...v5.3.1)

Updates `ty` from 0.0.40 to 0.0.42
- [Release notes](https://github.com/astral-sh/ty/releases)
- [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ty@0.0.40...0.0.42)

---
updated-dependencies:
- dependency-name: narwhals
  dependency-version: 2.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: plotly
  dependency-version: 6.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: polars
  dependency-version: 1.41.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: uvicorn
  dependency-version: 0.49.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: python-multipart
  dependency-version: 0.0.30
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: yfinance
  dependency-version: 1.4.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: ipython
  dependency-version: 9.14.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: hypothesis
  dependency-version: 6.155.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: syrupy
  dependency-version: 5.3.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: ty
  dependency-version: 0.0.42
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jun 3, 2026

Labels

The following labels could not be found: dependencies, python. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot requested a review from tschm as a code owner June 3, 2026 22:26
@tschm tschm merged commit ebed59c into main Jun 4, 2026
58 checks passed
@tschm tschm deleted the dependabot/uv/python-dependencies-b71b9abbcc branch June 4, 2026 02:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant