Bump the python-packages group with 6 updates#25
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps the python-packages group with 6 updates: | Package | From | To | | --- | --- | --- | | [pandas](https://github.com/pandas-dev/pandas) | `3.0.2` | `3.0.3` | | [poethepoet](https://github.com/nat-n/poethepoet) | `0.45.0` | `0.46.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.12` | `0.15.15` | | [pydata-sphinx-theme](https://github.com/pydata/pydata-sphinx-theme) | `0.17.1` | `0.18.0` | | [black](https://github.com/psf/black) | `26.3.1` | `26.5.1` | | [jupytext](https://github.com/mwouts/jupytext) | `1.19.1` | `1.19.3` | 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 `poethepoet` from 0.45.0 to 0.46.0 - [Release notes](https://github.com/nat-n/poethepoet/releases) - [Commits](nat-n/poethepoet@v0.45.0...v0.46.0) Updates `ruff` from 0.15.12 to 0.15.15 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.12...0.15.15) Updates `pydata-sphinx-theme` from 0.17.1 to 0.18.0 - [Release notes](https://github.com/pydata/pydata-sphinx-theme/releases) - [Changelog](https://github.com/pydata/pydata-sphinx-theme/blob/main/RELEASE.md) - [Commits](pydata/pydata-sphinx-theme@v0.17.1...v0.18.0) Updates `black` from 26.3.1 to 26.5.1 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@26.3.1...26.5.1) Updates `jupytext` from 1.19.1 to 1.19.3 - [Release notes](https://github.com/mwouts/jupytext/releases) - [Changelog](https://github.com/mwouts/jupytext/blob/main/CHANGELOG.md) - [Commits](mwouts/jupytext@v1.19.1...v1.19.3) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: poethepoet dependency-version: 0.46.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: ruff dependency-version: 0.15.15 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: pydata-sphinx-theme dependency-version: 0.18.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: black dependency-version: 26.5.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: jupytext dependency-version: 1.19.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the python-packages group with 6 updates:
3.0.23.0.30.45.00.46.00.15.120.15.150.17.10.18.026.3.126.5.11.19.11.19.3Updates
pandasfrom 3.0.2 to 3.0.3Release notes
Sourced from pandas's releases.
Commits
72f2feaRLS: 3.0.3 (#65590)2897590Backport PR #65436 on branch 3.0.x (Account for privatization of matplotlib `...49894b5Backport 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...2a54711Backport PR #64379 on branch 3.0.x (PERF: improve performance with ZoneInfo t...036bb7cBackport PR #65482 on branch 3.0.x (PERF: don't call unique on dtypes for che...bf4c182Backport 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 ...bb8e248Backport PR #65399 on branch 3.0.x (DOC: fix source link for classes in the r...Updates
poethepoetfrom 0.45.0 to 0.46.0Release notes
Sourced from poethepoet's releases.
Commits
23a4c1afeat: experimental Claude Code skill and bump-version task (#387)a04a215refactor: use AST for $POE_EXTRA_ARGS detection and cache parsed content (#388)61d2e34refactor: use AST parser for all templating (#386)1bfad47fix: make uv and poetry executors check for bat files (#385)35e4a1bfix: Strip underscore prefix in documentation for private positional args (#383)Updates
rufffrom 0.15.12 to 0.15.15Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
db5aa0aBump 0.15.15 (#25431)366fe21[ty] Improve diagnostics for syntax errors in forward annotations (#25158)e2e1e64[ty] Remove excess capacity from more Salsa cached collections (#25411)1bd77e1[ty] Use diagnostic message as tie breaker when sorting (#25424)7e1bc1eAdd agent skills for working on ty (#25422)574e107Expand semantic syntax errors for invalid walruses (#25415)4a7ca06[ty] Display docs for matching parameter when hovering over the name of an ar...5432709Refine a few agents instructions (#25423)3cb09eb[ty] Supporttyping.TypeForm(#25334)c8cd59f[ty] Infer class attributes assigned by metaclass initialization (#25342)Updates
pydata-sphinx-themefrom 0.17.1 to 0.18.0Release notes
Sourced from pydata-sphinx-theme's releases.
... (truncated)
Commits
047227abump: 0.18.0rc2 -> 0.18.0 (#2394)699d9a4bump: 0.18.0rc1 → 0.18.0rc2 (#2392)aac71f1Fix the stickiness of the version warning banner, and rename the config optio...5d30788Bump actions/github-script from 8.0.0 to 9.0.0 (#2388)0335a8eBump py-cov-action/python-coverage-comment-action from 3.40 to 3.41 (#2390)e8861d4Bump actions/cache from 5.0.3 to 5.0.5 (#2391)01790f0Fix theme dropdown menu going offscreen (#2387)d17eb2eUpdate internal CI action pin for tests (#2382)01d49e6Update internal github actions tags (#2381)178df7abump: 0.17.1 → 0.18.0rc0 (#2380)Updates
blackfrom 26.3.1 to 26.5.1Release notes
Sourced from black's releases.
... (truncated)
Changelog
Sourced from black's changelog.
... (truncated)
Commits
87928e6Prepare release 26.5.1 (#5140)c970a49Preserve comments before fmt: skip lines (#5139)5809338Preserve inline comments inside annotation subscripts (#5130)61361b7docs: add Neovim integration guide and fix http link (#5124)ebe6018CI Hotfixes (#5136)9cbd95fFix publish binaries again on Windows (#5134)3dc8e6cAdd new changelog (#5132)6d0fff0Fix publish binaries workflow (#5133)d2490e2Prepare release 26.5.0 (#5131)2b13ea7Preserve multiline headers with fmt skip (#5117)Updates
jupytextfrom 1.19.1 to 1.19.3Release notes
Sourced from jupytext's releases.
Changelog
Sourced from jupytext's changelog.
Commits
48fdfd8Fix: Adding cells with no outputs preserves trust status (#1531)4706e65chore: Update dependabot config (#1532)2ec5404build (deps): Remove deprecated stylelint packages (#1530)309f97fVersion 1.19.2 (#1529)e4dded4build(deps-dev): bump typescript from 5.9.3 to 6.0.3 in /jupyterlab/packages/...2c262e5Fix:--quietalso suppresses warning for directory creation (#1526)0bfcec1build(deps): bump fast-uri from 3.1.0 to 3.1.2 in /jupyterlab (#1524)611e2c0Explicitly close NotebookNotary signature store (#1528)70b1f20All tests run after coverage tests have passed (#1527)399e934Close SQLite database connections of Jupytext-created notariesDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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