Skip to content

chore(deps)(deps): bump the python-dependencies group with 4 updates#740

Merged
tschm merged 2 commits into
mainfrom
dependabot/uv/python-dependencies-b38596d0dc
Apr 28, 2026
Merged

chore(deps)(deps): bump the python-dependencies group with 4 updates#740
tschm merged 2 commits into
mainfrom
dependabot/uv/python-dependencies-b38596d0dc

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 28, 2026

Bumps the python-dependencies group with 4 updates: jquantstats, polars, tinycta and marimo.

Updates jquantstats from 0.6.5 to 0.8.0

Release notes

Sourced from jquantstats's releases.

v0.8.0

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.8.0 - 2026-04-25

Maintenance

  • Lock file maintenance (#678)
  • Lock file maintenance (#679)
  • Lock file maintenance (#680)
  • Lock file maintenance (#681)
  • Lock file maintenance (#682)
  • Lock file maintenance (#683)
  • Lock file maintenance (#684)

Other Changes

  • Result is coming
  • Result is coming
  • Add interpolate: interior forward-fill for numeric Polars columns (#686)

Co-authored-by: copilot-swe-agent[bot] 198982749+Copilot@users.noreply.github.com Co-authored-by: tschm 2046079+tschm@users.noreply.github.com Co-authored-by: Thomas Schmelzer thomas.schmelzer@gmail.com Co-authored-by: Copilot 175728472+Copilot@users.noreply.github.com Co-authored-by: Claude Sonnet 4.6 noreply@anthropic.com

  • Bump version 0.7.0 → 0.8.0

PyPI Package

jquantstats

v0.7.0

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

... (truncated)

Commits

Updates polars from 1.40.0 to 1.40.1

Release notes

Sourced from polars's releases.

Python Polars 1.40.1

🚀 Performance improvements

  • Skip validity mask processing in __array_ufunc__ when no inputs have nulls (#27358)

✨ Enhancements

  • Cargo deny (#27363)
  • Add maintain_order parameter to merge_sorted (#27263)

🐞 Bug fixes

  • Honor having predicate in GroupBy iter (#27370)
  • Use the physical dtype for NumUnorderedImplodeReducer arrow ListArray (#27375)
  • Address bug in reduce_balanced for certain input length lists affecting pl.concat (#27352)
  • Ensure list.sample() allows fraction > 1 when with_replacement=True (#27350)
  • Ensure append() errors when upcast=False (#27346)
  • Always rechunk sorts, prune sorts even in eager execution (#27356)
  • Fix typing for DataFrame.__init__ and Series.__init__ so they don't require all optional dependencies to be installed (#27348)

📖 Documentation

  • Split out openlineage docs into guide and configuration (#27371)
  • Add explanation on the observatory sqlite db file (#27354)

🛠️ Other improvements

  • Disable mypy type checking for pyarrow calls (#27377)
  • Disable debug symbols in macos coverage tests (#27361)
  • Cargo deny (#27363)

Thank you to all our contributors for making this release possible! @​EndPositive, @​Kevin-Patyk, @​MarcoGorelli, @​carnarez, @​dsprenkels, @​gab23r, @​jonathanchang31, @​kdn36, @​mzjp2 and @​ritchie46

Commits
  • 344a0ea Python Polars 1.40.1 (#27381)
  • 4856eb3 fix: Honor having predicate in GroupBy iter (#27370)
  • f992305 chore(python): Disable mypy type checking for pyarrow calls (#27377)
  • 17f9074 chore: Disable debug symbols in macos coverage tests (#27361)
  • 44948d3 fix: Use the physical dtype for NumUnorderedImplodeReducer arrow `ListArray...
  • 6bb1cf8 fix(python): Address bug in reduce_balanced for certain input length lists ...
  • fb70396 docs: Split out openlineage docs into guide and configuration (#27371)
  • 2436421 fix: Ensure list.sample() allows fraction > 1 when `with_replacement=True...
  • 21f150f ci(rust): Cargo deny (#27363)
  • dd9be47 perf: Skip validity mask processing in array_ufunc when no inputs have nu...
  • Additional commits viewable in compare view

Updates tinycta from 0.9.7 to 0.11.0

Release notes

Sourced from tinycta's releases.

v0.11.0

[0.11.0] - 2026-04-26

🚀 Features

  • Add optuna, loguru, and pyyaml dependencies
  • Add hyper module with experiment config and optuna study runner

💼 Other

  • Bump version 0.10.0 → 0.11.0

⚙️ Miscellaneous Tasks

  • Add pyyaml import mapping and remove mypy config

PyPI Package

TinyCTA

v0.10.0

[0.10.0] - 2026-04-26

🚀 Features

  • Add engine with pydantic, pyarrow dependencies

🐛 Bug Fixes

  • Suppress DEP002 for pyarrow and fix ty type error in engine

💼 Other

  • Bump version 0.9.9 → 0.10.0

📚 Documentation

  • Update README to reflect Polars-based API

🎨 Styling

  • Fix import order in engine.py

🧪 Testing

  • Remove osc and returns_adjust tests
  • Bring engine coverage to 100%

PyPI Package

... (truncated)

Commits
  • 23527ee Chore: bump version 0.10.0 → 0.11.0
  • e5b48fb Merge pull request #723 from tschm/hyper
  • f8214e4 chore: add pyyaml import mapping and remove mypy config
  • d3d86ae feat: add hyper module with experiment config and optuna study runner
  • bf094aa feat: add optuna, loguru, and pyyaml dependencies
  • d1c3b1a Chore: bump version 0.9.9 → 0.10.0
  • 9e7bc01 Merge pull request #722 from tschm/engine
  • e07b727 style: fix import order in engine.py
  • bbca864 test: bring engine coverage to 100%
  • 7aeacb8 Update module imports to relative paths
  • Additional commits viewable in compare view

Updates marimo from 0.23.2 to 0.23.3

Release notes

Sourced from marimo's releases.

0.23.3

What's Changed

✨ Enhancements

  • Add slide config form in sidebar, and reveal slide types (#9300)
  • Restore LICENSE in sdist via PEP 639 license-files (#9341)
  • Status indicator for PDF exports via CLI (#9322)
  • workspace management: add hooks, and shared components (#9272)

🐛 Bug fixes

  • Guard _resolve_proxy against bare-port inputs (#9366)
  • Guard _references_virtual_file against cyclic data (#9369)
  • Decode tuple/frozenset payloads with non-finite floats (#9365)
  • Return html encoded matplotlib Figure from msgspec encoder hook (#9359)
  • Harden trust-bearing window globals and gate script loading (#9330)
  • fix markdown .center, .right, .left not respecting new lines (#9326)
  • File navigator (#9307)
  • Add _MARIMO_DISABLE_AUTH_ON_VIRTUAL_FILES env flag (#9343)
  • Correct AWS Bedrock Claude model IDs (#9299)
  • Kill kernel's process group on shutdown (#9257)
  • Add DataFusionFormatter (#9338)
  • Preserve shared-memory virtual files owned by other live sessions (#9228)
  • Update CsvViewer layout to use flex column. (#9336)
  • Emit relative Location on login redirect (#9314)
  • bump pymdown-extensions to fix NoneType bug (#9319)
  • Trust exported notebook pages (#9318)
  • Preserve non-string dict keys in rich display (#9301)
  • Update dataflow.md.txt snapshot (#9315)
  • Fix type-check Channel.Pull with NewType and union msg_type (#9296)

📚 Documentation

  • Specify html is only in app mode (#9333)
  • Fix typo in documentation for dataflow.py (#9173)

📝 Other changes

  • Flush console output buffer before marking cell idle (#9164) (f0187ea)
  • Resolve relative path sources in --sandbox uv export (#9052) (ccc1841)
  • use union for narwhals files (#9156) (58543f6)
  • Update dependency @​playwright/test to ^1.59.1 (#9295)
  • Replace pickle with msgspec for IPC serialization (#8713) (df4e40c)

Contributors

Thanks to all our community and contributors who made this release possible: @​akshayka, @​app/renovate, @​bfriebel, @​dmadisetti, @​Light2Dark, @​manzt, @​mchav, @​mscolnick, @​NewDestinyDan, @​peter-gy, @​shaun0927

New Contributors

Full Changelog: marimo-team/marimo@0.23.2...0.23.3

Commits
  • b9ba3e5 release: 0.23.3 (#9370)
  • b659cd8 fix: guard _resolve_proxy against bare-port inputs (#9366)
  • a905d31 fix: guard _references_virtual_file against cyclic data (#9369)
  • 425d626 fix: decode tuple/frozenset payloads with non-finite floats (#9365)
  • a845f3c Add slide config form in sidebar, and reveal slide types (#9300)
  • f0187ea fix: flush console output buffer before marking cell idle (#9164)
  • 76cc73b test: xfail a flaky app test in CI (#9361)
  • 32ce9b5 Return html encoded matplotlib Figure from msgspec encoder hook (#9359)
  • c0df102 test: fix flaky kernel process-group test (#9354)
  • 3b9995a fix: harden trust-bearing window globals and gate script loading (#9330)
  • Additional commits viewable in compare view

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 4 updates: [jquantstats](https://github.com/jebel-quant/jquantstats), [polars](https://github.com/pola-rs/polars), [tinycta](https://github.com/tschm/tinycta) and [marimo](https://github.com/marimo-team/marimo).


Updates `jquantstats` from 0.6.5 to 0.8.0
- [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.6.5...v0.8.0)

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

Updates `tinycta` from 0.9.7 to 0.11.0
- [Release notes](https://github.com/tschm/tinycta/releases)
- [Commits](tschm/TinyCTA@v0.9.7...v0.11.0)

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

---
updated-dependencies:
- dependency-name: jquantstats
  dependency-version: 0.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: polars
  dependency-version: 1.40.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: tinycta
  dependency-version: 0.11.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: marimo
  dependency-version: 0.23.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 28, 2026
…10.0

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@tschm tschm merged commit 12456d9 into main Apr 28, 2026
52 checks passed
@tschm tschm deleted the dependabot/uv/python-dependencies-b38596d0dc branch April 28, 2026 12:41
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 Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant