Open
Conversation
Bumps the uv group with 7 updates: | Package | From | To | | --- | --- | --- | | [pandas](https://github.com/pandas-dev/pandas) | `3.0.0` | `3.0.1` | | [pyarrow](https://github.com/apache/arrow) | `23.0.0` | `23.0.1` | | [pyvista](https://github.com/pyvista/pyvista) | `0.47.0` | `0.47.1` | | [vortex-data](https://github.com/spiraldb/vortex) | `0.58.0` | `0.60.0` | | [poethepoet](https://github.com/nat-n/poethepoet) | `0.41.0` | `0.42.1` | | [isort](https://github.com/PyCQA/isort) | `7.0.0` | `8.0.1` | | [jupyterlab](https://github.com/jupyterlab/jupyterlab) | `4.5.4` | `4.5.5` | Updates `pandas` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v3.0.0...v3.0.1) Updates `pyarrow` from 23.0.0 to 23.0.1 - [Release notes](https://github.com/apache/arrow/releases) - [Commits](apache/arrow@apache-arrow-23.0.0...apache-arrow-23.0.1) Updates `pyvista` from 0.47.0 to 0.47.1 - [Release notes](https://github.com/pyvista/pyvista/releases) - [Commits](pyvista/pyvista@v0.47.0...v0.47.1) Updates `vortex-data` from 0.58.0 to 0.60.0 - [Release notes](https://github.com/spiraldb/vortex/releases) - [Commits](vortex-data/vortex@0.58.0...0.60.0) Updates `poethepoet` from 0.41.0 to 0.42.1 - [Release notes](https://github.com/nat-n/poethepoet/releases) - [Commits](nat-n/poethepoet@v0.41.0...v0.42.1) Updates `isort` from 7.0.0 to 8.0.1 - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@7.0.0...8.0.1) Updates `jupyterlab` from 4.5.4 to 4.5.5 - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/RELEASE.md) - [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/lsp@4.5.4...@jupyterlab/lsp@4.5.5) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: uv - dependency-name: pyarrow dependency-version: 23.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: uv - dependency-name: pyvista dependency-version: 0.47.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: uv - dependency-name: vortex-data dependency-version: 0.60.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: uv - dependency-name: poethepoet dependency-version: 0.42.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: uv - dependency-name: isort dependency-version: 8.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: uv - dependency-name: jupyterlab dependency-version: 4.5.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: uv ... 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 uv group with 7 updates:
3.0.03.0.123.0.023.0.10.47.00.47.10.58.00.60.00.41.00.42.17.0.08.0.14.5.44.5.5Updates
pandasfrom 3.0.0 to 3.0.1Release notes
Sourced from pandas's releases.
Commits
e04b26fRLS: 3.0.1 (#64206)47909e6[backport 3.0.x] ENH: Add item() method to ExtensionArray class (#64134) (#64...a061bfdBackport PR #64199 on branch 3.0.x (DOC: cleanup 3.0.1 whatsnew) (#64201)085a385[backport 3.0.x] BUG: Fix read_hdf failing on generic datetime64 dtype (#6400...5f17047[backport 3.0.x] BUG: use fill_null fallback for bug in pyarrow 21 on Windows...0d3a8cbBackport PR #64122 on branch 3.0.x (REG: Allow RE2 syntax in str.contains and...78e1917Backport PR #64185 on branch 3.0.x (TST: remove fixed xfail for PyArrow 23.0....75a42caBackport PR #64168 on branch 3.0.x (TST: add legacy file generation and tests...46d443fBackport PR #64092 on branch 3.0.x (BUG: DataFrame.loc fills b'' instead of N...9d67932Backport PR #64068 on branch 3.0.x (BUG: fixed to_timedelta with list of int ...Updates
pyarrowfrom 23.0.0 to 23.0.1Release notes
Sourced from pyarrow's releases.
Commits
82a374eMINOR: [Release] Update versions for 23.0.1c1ae37cMINOR: [Release] Update .deb/.rpm changelogs for 23.0.18f6e557MINOR: [Release] Update CHANGELOG.md for 23.0.14e16a1aGH-49159: [C++][Gandiva] Detect overflow in repeat() (#49160)985621dGH-48817 [R][C++] Bump C++20 in R build infrastructure (#48819)1bea06aGH-49024: [CI] Update Debian version in.env(#49032)147bcd6GH-49156: [Python] Require GIL for string comparison (#49161)e4f922bGH-49138: [Packaging][Python] Remove nightly cython install from manylinux wh...f9376e4GH-49003: [C++] Don't considerout_of_rangean error in float parsing (#49095)ab2c0adGH-49044: [CI][Python] Fix test_download_tzdata_on_windows by adding required...Updates
pyvistafrom 0.47.0 to 0.47.1Release notes
Sourced from pyvista's releases.
Commits
f0fc516Bump version to 0.47.1 (#8351)7e89dbfRemoverelpathfromdeprecate_positional_argsdecorator (#8345) (#8346)d0faf60Remove assertions frommesh_validationexample (#8328) (#8334)9837b2aAdd Python 3.14 classifier (#8316) (#8330)89dcb51Upper pintrame-vtk(#8325) (#8329)Updates
vortex-datafrom 0.58.0 to 0.60.0Release notes
Sourced from vortex-data's releases.
... (truncated)
Commits
24f57f6ScalarFn VTable (#6679)ee29169cuda ctx bind to thread before unsafe (#6681)a13a0edAvoid redundant chunk execution in pack_struct_chunks (#6682)6c7cd94keep DropOnSync alive until after dispatching for cuda slices (#6673)ea7804cExtension Scalar VTable (#6680)d59d334Rename spawn_blocking -> spawn_blocking_io (#6678)1eb7f4dConvert &mut to & for DuckDB GlobalData (#6634)7a6717dDuckDB: test curl impl, don't auto-load extensions (#6677)8a9185aresize FSST compressor buffer to be large enough for largest string (#6676)7bc4d0bchore: exclude cuda gen files from auto-formatting (#6671)Updates
poethepoetfrom 0.41.0 to 0.42.1Release notes
Sourced from poethepoet's releases.
Commits
4979272Bump version to 0.42.11f40807fix: completion script edge case handling (#366)c67a858feat(uv): add exact option for uv executor (#365)8f4d5c4fix: isolate zsh completion task options from global options (#364)b1589daBump version to 0.42.00646d44feat: powershell completions (#358)56293a4chore: support Python 3.14 (#362)804c675Add cache TTL and max hits to zsh completion caching (#360)Updates
isortfrom 7.0.0 to 8.0.1Release notes
Sourced from isort's releases.
Changelog
Sourced from isort's changelog.
... (truncated)
Commits
a333737Merge pull request #2463 from FinlayTheBerry/issue/2461878ba7eAdded compression to stdlibs for Python 3.14 in isort/stdlibs/py314.pyb5f06a7Merge pull request #2459 from Fridayai700/fix-unindented-comment-corruption3459bdeMerge pull request #2460 from PyCQA/DanielNoord-patch-16e70bb6Update CHANGELOG for version 8.0.0fd2514bFix unindented comments being corrupted in indented blocksb0f2dabMerge pull request #2458 from skv0zsneg/issue/1882313797bFix lint.7d3a6f5Add ignore for cyclomatic complexity check.6b9f895Remove debug prints.Updates
jupyterlabfrom 4.5.4 to 4.5.5Release notes
Sourced from jupyterlab's releases.
Commits
72d29f4[ci skip] Publish 4.5.54a223c0Backport PR #18530 on branch 4.5.x (Fix theme settings broken in non-English ...2d54b65Backport PR #18531 on branch 4.5.x (Fix comms subshell resource management on...5f01903Update to marked 17.0.2 and mermaid 11.12.3 (#18532)1fa6809Backport PR #18479 on branch 4.5.x (Upgrade@codemirror/view, fixing slow sel...277f814Backport PR #18503 on branch 4.5.x (Only turn off overflow anchor when window...b824b96Backport PR #18411 on branch 4.5.x (Fix table of contents navigation for Mark...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 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