Skip to content

chore(deps)(deps): bump the python-dependencies group with 3 updates#743

Merged
tschm merged 1 commit into
mainfrom
dependabot/uv/python-dependencies-9045642a56
May 12, 2026
Merged

chore(deps)(deps): bump the python-dependencies group with 3 updates#743
tschm merged 1 commit into
mainfrom
dependabot/uv/python-dependencies-9045642a56

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 12, 2026

Bumps the python-dependencies group with 3 updates: jquantstats, pandas and marimo.

Updates jquantstats from 0.8.0 to 0.8.1

Release notes

Sourced from jquantstats's releases.

v0.8.1

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.1 - 2026-05-07

Maintenance

  • Lock file maintenance (#687)
  • Lock file maintenance (#689)
  • Chore(deps-dev)(deps-dev): bump ipython from 9.10.1 to 9.13.0 in the python-dependencies group (#690)

Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@​users.noreply.github.com>

  • Lock file maintenance (#691)
  • Lock file maintenance (#694)
  • Lock file maintenance (#695)
  • Lock file maintenance (#696)
  • Lock file maintenance (#697)
  • Lock file maintenance (#698)
  • Lock file maintenance (#699)
  • Chore(deps)(deps): bump kaleido from 1.2.0 to 1.3.0 in the python-dependencies group (#701)
  • Chore(deps)(deps): bump github/codeql-action from 4.35.2 to 4.35.3 in the github-actions group (#700)
  • Lock file maintenance (#702)

Other Changes

  • Revise citation format in README

Updated citation instructions for jQuantStats

  • Delete .github/CITATIONS.bib
  • Delete renovate.json
  • Update template.yml
  • Code coverage badge
  • Bump version 0.8.0 → 0.8.1

PyPI Package

jquantstats

Commits
  • 6aee572 Chore: bump version 0.8.0 → 0.8.1
  • 16a92ef code coverage badge
  • b071139 Update template.yml
  • 9be6f8a Delete renovate.json
  • 23627b8 chore(deps): lock file maintenance (#702)
  • 1a43e34 chore(deps)(deps): bump github/codeql-action from 4.35.2 to 4.35.3 in the git...
  • 42a3131 chore(deps)(deps): bump kaleido from 1.2.0 to 1.3.0 in the python-dependencie...
  • caf3fe2 chore(deps): lock file maintenance (#699)
  • a84381f chore(deps): lock file maintenance (#698)
  • ac1c877 chore(deps): lock file maintenance (#697)
  • Additional commits viewable in compare view

Updates pandas from 3.0.2 to 3.0.3

Release notes

Sourced from pandas's releases.

pandas 3.0.3

We are pleased to announce the release of pandas 3.0.3. This is a patch release in the 3.0.x series and includes some regression fixes and bug fixes. We recommend that all users of the 3.0.x series upgrade to this version.

See the full whatsnew for a list of all the changes.

Pandas 3.0 supports Python 3.11 and higher. The release can be installed from PyPI:

python -m pip install --upgrade pandas==3.0.*

Or from conda-forge

conda install -c conda-forge pandas=3.0

Please report any issues with the release on the pandas issue tracker.

Thanks to all the contributors who made this release possible.

Commits
  • 72f2fea RLS: 3.0.3 (#65590)
  • 2897590 Backport PR #65436 on branch 3.0.x (Account for privatization of matplotlib `...
  • 49894b5 Backport PR #65499 on branch 3.0.x (BUG: fix check if pyarrow is installed in...
  • 1c6d1e3 [backport 3.0.x] PERF: remove special casing for zoneinfo in tz_localize_to_u...
  • 2a54711 Backport PR #64379 on branch 3.0.x (PERF: improve performance with ZoneInfo t...
  • 036bb7c Backport PR #65482 on branch 3.0.x (PERF: don't call unique on dtypes for che...
  • bf4c182 Backport PR #65410 on branch 3.0.x (TST: also convert str index to object in ...
  • dd02d75 [backport 3.0.x] BUG: keep fsspec OpenFile alive for chained URL reads (#6547...
  • aef3d0f [backport 3.0.x] CI: lowercase types-pymysql/types-pyyaml to fix mamba 2.6.0 ...
  • bb8e248 Backport PR #65399 on branch 3.0.x (DOC: fix source link for classes in the r...
  • Additional commits viewable in compare view

Updates marimo from 0.23.5 to 0.23.6

Release notes

Sourced from marimo's releases.

0.23.6

What's Changed

🚨 Breaking changes

  • Propagate notebook filename through MarimoIslandGenerator.from_file (#9409). This is a correctness fix, but could break existing users who relied on broken assumptions.

✨ Enhancements

  • Implement kernel exit classification and notification system (#9500)
  • Render notebook snapshot while Pyodide initializes (#9502)
  • hide add cell toolbar when show-chrome is false (#9487)
  • Add gpt-5.5 support (#9488)
  • Extract NotebookWorkspace from AppFileRouter (#9448)
  • Add new W&B models to llm-info data (#9465)
  • Add --execute to marimo export html-wasm for session previews (#9437)

🐛 Bug fixes

  • Send initial size when WebSocket opens (#9505)
  • Restore --proxy for base_url (#9503)
  • Avoid exponential blow-up of nested struct sample values (#9506)
  • Normalize Windows backslashes in inserted image URLs (#9504)
  • Skip wasm controller dynamic import unless host opts in (#9467)
  • fix label alignment (#9486)
  • standardize (y/n) prompt defaults (#9492)
  • Skip /health checks for static notebooks (#9498)
  • Avoid RecursionError when formatting objects with getattr traps (#9497)
  • Prevent mpl figure DPI from compounding on cell rerun (#9474)
  • use unified thinking for pydantic-ai (#9477)
  • Remount on src change in mo.Html to avoid stale paint (#9472)
  • Fix UI hang and stabilize tests for unusual tuple/list/dict child classes (#9468)
  • Include cell_manager in TransactionSource literal (#9457)
  • Improve parameter validation error messages for list[NewType] fields (#9442)

📚 Documentation

  • OpenCode Go config (#9431)
  • Add slides documentation and video (#9464)
  • Additional security acknowledgements (#9450)

📝 Other changes

  • Support HTTP Range requests on virtual files (#9460) (#9473) (26ee423)
  • Update all storybook dependencies to ^10.3.5 (#9392)

Contributors

Thanks to all our community and contributors who made this release possible: @​app/renovate, @​dmadisetti, @​domwst, @​fonnesbeck, @​kirangadhave, @​Light2Dark, @​ljchang, @​mchav, @​mscolnick, @​ralphptorres, @​stephenlf, @​wally-an

New Contributors

... (truncated)

Commits
  • c8f2b17 release: 0.23.6 (#9508)
  • 6524402 fix(terminal): send initial size when WebSocket opens (#9505)
  • 59ba840 feat: implement kernel exit classification and notification system (#9500)
  • cd08aaf fix: restore --proxy for base_url (#9503)
  • 0eecccd fix(datasets): avoid exponential blow-up of nested struct sample values (#9506)
  • af0556c feat(wasm): render notebook snapshot while Pyodide initializes (#9502)
  • c490624 fix(md): normalize Windows backslashes in inserted image URLs (#9504)
  • 26ee423 fix: support HTTP Range requests on virtual files (#9460) (#9473)
  • 06594d9 ci: resolve marimo from local wheel in sandbox tests (#9501)
  • 31d54e0 fix: skip wasm controller dynamic import unless host opts in (#9467)
  • 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 3 updates: [jquantstats](https://github.com/jebel-quant/jquantstats), [pandas](https://github.com/pandas-dev/pandas) and [marimo](https://github.com/marimo-team/marimo).


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

Updates `pandas` from 3.0.2 to 3.0.3
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v3.0.2...v3.0.3)

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

---
updated-dependencies:
- dependency-name: jquantstats
  dependency-version: 0.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: pandas
  dependency-version: 3.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: marimo
  dependency-version: 0.23.6
  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 May 12, 2026
@tschm tschm merged commit 7339521 into main May 12, 2026
52 checks passed
@tschm tschm deleted the dependabot/uv/python-dependencies-9045642a56 branch May 12, 2026 10:46
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