Skip to content

chore(deps)(deps): bump the python-dependencies group with 5 updates - #552

Merged
tschm merged 1 commit into
mainfrom
dependabot/uv/python-dependencies-97e480bef0
Jun 13, 2026
Merged

chore(deps)(deps): bump the python-dependencies group with 5 updates#552
tschm merged 1 commit into
mainfrom
dependabot/uv/python-dependencies-97e480bef0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the python-dependencies group with 5 updates:

Package From To
cvx-linalg 0.6.1 0.6.2
jquantstats 0.9.2 0.9.3
marimo 0.23.8 0.23.9
hypothesis 6.155.1 6.155.2
ty 0.0.42 0.0.46

Updates cvx-linalg from 0.6.1 to 0.6.2

Release notes

Sourced from cvx-linalg's releases.

v0.6.2

[0.6.2] - 2026-06-08

🐛 Bug Fixes

  • Bump pandas minimum to 3.0.0 to fix lowest-direct CI
  • Bump rhiza_benchmark.yml reference to v0.18.4 (#44)

💼 Other

  • Bump version 0.6.1 → 0.6.2

⚙️ Miscellaneous Tasks

  • Bump rhiza to v0.14.1 with github-project profile (#36)
  • Bump rhiza template to v0.11.0 (#37)
  • Update rhiza to v0.15.2 (#39)
  • Bump rhiza to v0.17.0 (#40)
  • Update rhiza to v0.18.4 (#41)
  • Add pip dependabot entry for .rhiza/requirements
  • Bump rhiza to v0.18.8 (#47)

PyPI Package

cvx-linalg

Conda Recipe

A conda-forge recipe was generated with grayskull and uploaded as the conda-recipe workflow artifact.

Changelog

Sourced from cvx-linalg's changelog.

[0.6.2] - 2026-06-08

🐛 Bug Fixes

  • Bump pandas minimum to 3.0.0 to fix lowest-direct CI
  • Bump rhiza_benchmark.yml reference to v0.18.4 (#44)

💼 Other

  • Bump version 0.6.1 → 0.6.2

⚙️ Miscellaneous Tasks

  • Bump rhiza to v0.14.1 with github-project profile (#36)
  • Bump rhiza template to v0.11.0 (#37)
  • Update rhiza to v0.15.2 (#39)
  • Bump rhiza to v0.17.0 (#40)
  • Update rhiza to v0.18.4 (#41)
  • Add pip dependabot entry for .rhiza/requirements
  • Bump rhiza to v0.18.8 (#47)
Commits
  • 7aaca0d Chore: bump version 0.6.1 → 0.6.2
  • b5e63f4 chore: bump rhiza to v0.18.8 (#47)
  • 464449a chore(deps)(deps): bump the github-actions group with 9 updates (#45)
  • 5a558ce chore(deps)(deps): bump the python-dependencies group with 2 updates (#46)
  • 7fa64db chore(deps)(deps): bump the github-actions group with 8 updates (#42)
  • c13a3ae fix: bump rhiza_benchmark.yml reference to v0.18.4 (#44)
  • d7e52e0 fix: bump pandas minimum to 3.0.0 to fix lowest-direct CI
  • 9cc5ccd chore(deps)(deps): bump the python-dependencies group with 3 updates (#43)
  • 0d3ce09 chore: add pip dependabot entry for .rhiza/requirements
  • db14e8f chore: update rhiza to v0.18.4 (#41)
  • Additional commits viewable in compare view

Updates jquantstats from 0.9.2 to 0.9.3

Release notes

Sourced from jquantstats's releases.

v0.9.3

[0.9.3] - 2026-06-05

🐛 Bug Fixes

  • Update test_release_workflow to match inline release workflow

💼 Other

  • Bump version 0.9.2 → 0.9.3

⚙️ Miscellaneous Tasks

  • Update CHANGELOG.md for v0.9.2 [skip ci]
  • Bump rhiza template to v0.11.0 (#776)
  • Update rhiza to v0.15.2 (#778)
  • Bump rhiza to v0.17.0
  • Apply rhiza sync v0.17.0
  • Update rhiza to v0.15.3 (#779)
  • Upgrade paper workflow actions to Node.js 24-compatible versions
  • Update rhiza to v0.18.4 (#781)

PyPI Package

jquantstats

Changelog

Sourced from jquantstats's changelog.

[0.9.3] - 2026-06-05

🐛 Bug Fixes

  • Update test_release_workflow to match inline release workflow

💼 Other

  • Bump version 0.9.2 → 0.9.3

⚙️ Miscellaneous Tasks

  • Update CHANGELOG.md for v0.9.2 [skip ci]
  • Bump rhiza template to v0.11.0 (#776)
  • Update rhiza to v0.15.2 (#778)
  • Bump rhiza to v0.17.0
  • Apply rhiza sync v0.17.0
  • Update rhiza to v0.15.3 (#779)
  • Upgrade paper workflow actions to Node.js 24-compatible versions
  • Update rhiza to v0.18.4 (#781)
Commits
  • c9fca28 Chore: bump version 0.9.2 → 0.9.3
  • af9cbf2 chore(deps)(deps): bump the github-actions group with 9 updates (#785)
  • ebed59c chore(deps)(deps): bump the python-dependencies group with 10 updates (#786)
  • 3116095 chore(deps)(deps): bump the github-actions group with 8 updates (#782)
  • 490c141 chore(deps)(deps): bump the python-dependencies group with 5 updates (#783)
  • df538fb chore: update rhiza to v0.18.4 (#781)
  • 680332d Delete .github/workflows/rhiza_quality.yml
  • ce506f9 chore: upgrade paper workflow actions to Node.js 24-compatible versions
  • 85bf72d Update branch
  • a2004d7 fix: update test_release_workflow to match inline release workflow
  • Additional commits viewable in compare view

Updates marimo from 0.23.8 to 0.23.9

Release notes

Sourced from marimo's releases.

0.23.9

What's Changed

This release makes opening a notebook in a second tab non-destructive, mo.ui.table adds new args for hidden_columns/visible_columns (mutually exclusive), and tightens sharing and error-output behavior across the board.

⭐️ Highlights

Open the same notebook in a second tab

Opening a notebook in a second browser tab no longer forcibly disconnects the first. The new tab joins as a live, read-only viewer, and you can take over editing from either side with a single click — no destructive modal and no reload required (#9746).

Show and hide table columns

mo.ui.table now supports column visibility. Hide and show columns from the column header menu, Column Explorer with a click, find columns fast with smart prefix-based search, and control initial visibility from Python. A hidden-count and "Unhide all" link keep things discoverable (#9687, #9696).

Cells with no output now show in slides

Because slides allow code edits, a slide edited to no longer produce an output used to disappear from the deck entirely. Such cells now appear in the slides minimap and viewer so you can edit them back in (they're still skipped during a presentation). Minimap thumbnails are also larger and more readable (#9771).

✨ Enhancements

  • Add MARIMO_RESTRICT_SHARING env var machine-wide (#9756)
  • Non-destructive local takeover (read-only viewer + bidirectional takeover) (#9746)
  • Add cells with no output to the minimap & viewer (#9771)
  • Add GET /api/kernel/status endpoint (#9768)
  • Enforce sharing config as server-side security (#9578)
  • Add filter param for regex and callable filtering (#9667)
  • Slides config panel open by default (#9737)
  • Add pair with agent link (#9738)
  • Add Opus 4.8 and script to append models to the top (#9723)
  • Remove mapping for 'src' to 'auto-mix-prep' (#9725)
  • Add workflow to automate running llm-sync-models script (#9724)
  • Automation script to pull models.yml (#9635)
  • Support Dremio ADBC data source browsing (#9694)
  • Add auto_close_pairs setting (#9711)
  • WASM compatibility rule checks (#9587)
  • Fix dropped error hints and improve error output UI (#9673)
  • Column Explorer visibility controls + smart-search (#9696)
  • Sort toml entries when writing config (#9686)

... (truncated)

Commits
  • c3c0ee3 release: 0.23.9 (#9790)
  • fdd55c8 fix: escape user-controlled file_key in service worker injection (#9789)
  • dc35cdf feat(sharing): add MARIMO_RESTRICT_SHARING env var machine-wide (#9756)
  • 6dcaff7 feat: non-destructive local takeover (read-only viewer + bidirectional takeov...
  • d0352e2 slides: add cells with no output to the minimap & viewer (#9771)
  • d9ab41a fix completions in slides view (#9769)
  • c0f07c0 fix: arg/kwarg collision for local numpy vars in caching (#9751)
  • 8d6e540 feat(server): add GET /api/kernel/status endpoint (#9768)
  • e55e7ba fix(runtime): don't shadow builtin print unless mo.Thread is used (#9765) (#9...
  • 4d47f09 fix(lsp): suppress marimo hover tooltip for all LSP providers, not just pylsp...
  • Additional commits viewable in compare view

Updates hypothesis from 6.155.1 to 6.155.2

Commits
  • fcc26c4 Bump hypothesis version to 6.155.2 and update changelog
  • 13cdd0b Merge pull request #4760 from Zac-HD/datetime-symbolic-4759
  • e48846d format
  • b4152ea rewrite comments and improve test
  • 6b18db3 fixed flake
  • eb7d53a Update pinned dependencies
  • 1bbeb59 Fix update_pyodide_versions for relocated xbuildenv metadata
  • 552a461 Make date/time drawing symbolic-execution friendly
  • 2c6dfdb Merge pull request #4758 from bsluther/docs-fix-assume-condition
  • 1416fe1 Fix assume condition in adapting-strategies.rst
  • See full diff in compare view

Updates ty from 0.0.42 to 0.0.46

Release notes

Sourced from ty's releases.

0.0.46

Release Notes

Released on 2026-06-08.

Bug fixes

  • Avoid crash when hovering over Callable (#25759)

Core type checking

  • Support Callable() in match statement class patterns (#25541)
  • Improve support for enum.property (#25681)

Contributors

Install ty 0.0.46

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://releases.astral.sh/github/ty/releases/download/0.0.46/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.46/ty-installer.ps1 | iex"

Download ty 0.0.46

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
ty-i686-pc-windows-msvc.zip x86 Windows checksum
ty-x86_64-pc-windows-msvc.zip x64 Windows checksum
ty-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
ty-i686-unknown-linux-gnu.tar.gz x86 Linux checksum
ty-powerpc64-unknown-linux-gnu.tar.gz PPC64 Linux checksum
ty-powerpc64le-unknown-linux-gnu.tar.gz PPC64LE Linux checksum
ty-riscv64gc-unknown-linux-gnu.tar.gz RISCV Linux checksum
ty-s390x-unknown-linux-gnu.tar.gz S390x Linux checksum
ty-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum

... (truncated)

Changelog

Sourced from ty's changelog.

0.0.46

Released on 2026-06-08.

Bug fixes

  • Avoid crash when hovering over Callable (#25759)

Core type checking

  • Support Callable() in match statement class patterns (#25541)
  • Improve support for enum.property (#25681)

Contributors

0.0.45

Released on 2026-06-08.

Bug fixes

  • Avoid treating dynamic class attributes as instance attributes (#25678)
  • Fix divergence in recursive inference due to ambiguous overload (#25548)
  • Preserve literal promotion for mixed bounds (#25648)

Diagnostics

  • Add missing-type-argument lint rule (#25617)

Core type checking

  • Add support for narrowing on tuple match cases (#25493)
  • Check implicit open TypedDict extra items (#25628)
  • Create fresh copies of generic callable typevars (#24949)
  • Preserve deprecation on replacement functions (#25688)
  • Preserve intersection receivers during attribute lookup (#25626)
  • Preserve transparent callable decorators (#25030)

Performance

  • Avoid AST load for callable description names (#25728)
  • Avoid caching absent class decorators and type parameters (#25689)
  • Avoid caching atomic type specializations (#25663)
  • Avoid caching constant constraint relations (#25656)
  • Avoid caching missing implicit attributes (#25649)
  • Avoid caching trivial class-header queries (#25692)

... (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 5 updates:

| Package | From | To |
| --- | --- | --- |
| [cvx-linalg](https://github.com/Jebel-Quant/linalg) | `0.6.1` | `0.6.2` |
| [jquantstats](https://github.com/jebel-quant/jquantstats) | `0.9.2` | `0.9.3` |
| [marimo](https://github.com/marimo-team/marimo) | `0.23.8` | `0.23.9` |
| [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.155.1` | `6.155.2` |
| [ty](https://github.com/astral-sh/ty) | `0.0.42` | `0.0.46` |


Updates `cvx-linalg` from 0.6.1 to 0.6.2
- [Release notes](https://github.com/Jebel-Quant/linalg/releases)
- [Changelog](https://github.com/Jebel-Quant/linalg/blob/main/CHANGELOG.md)
- [Commits](Jebel-Quant/linalg@v0.6.1...v0.6.2)

Updates `jquantstats` from 0.9.2 to 0.9.3
- [Release notes](https://github.com/jebel-quant/jquantstats/releases)
- [Changelog](https://github.com/Jebel-Quant/jquantstats/blob/main/CHANGELOG.md)
- [Commits](Jebel-Quant/jquantstats@v0.9.2...v0.9.3)

Updates `marimo` from 0.23.8 to 0.23.9
- [Release notes](https://github.com/marimo-team/marimo/releases)
- [Commits](marimo-team/marimo@0.23.8...0.23.9)

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

Updates `ty` from 0.0.42 to 0.0.46
- [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.42...0.0.46)

---
updated-dependencies:
- dependency-name: cvx-linalg
  dependency-version: 0.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: jquantstats
  dependency-version: 0.9.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: marimo
  dependency-version: 0.23.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: hypothesis
  dependency-version: 6.155.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: ty
  dependency-version: 0.0.46
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 9, 2026

Copy link
Copy Markdown
Contributor Author

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.

@tschm
tschm merged commit 0191415 into main Jun 13, 2026
59 checks passed
@tschm
tschm deleted the dependabot/uv/python-dependencies-97e480bef0 branch June 13, 2026 04:31
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