Bump the python-packages group with 8 updates#43
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps the python-packages group with 8 updates: | Package | From | To | | --- | --- | --- | | [duckdb](https://github.com/duckdb/duckdb-python) | `1.5.3` | `1.5.4` | | [jupyterlab](https://github.com/jupyterlab/jupyterlab) | `4.5.7` | `4.6.0` | | [jupytext](https://github.com/jupytext/jupytext) | `1.19.3` | `1.19.4` | | [lancedb](https://github.com/lancedb/lancedb) | `0.30.2` | `0.33.0` | | [matplotlib](https://github.com/matplotlib/matplotlib) | `3.10.9` | `3.11.0` | | [ome-arrow](https://github.com/wayscience/ome-arrow) | `0.0.10` | `0.0.11` | | [ome-iris](https://github.com/d33bs/OME-IRIS) | `0.0.4` | `0.0.5` | | [vortex-data](https://github.com/spiraldb/vortex) | `0.73.0` | `0.75.0` | Updates `duckdb` from 1.5.3 to 1.5.4 - [Release notes](https://github.com/duckdb/duckdb-python/releases) - [Commits](duckdb/duckdb-python@v1.5.3...v1.5.4) Updates `jupyterlab` from 4.5.7 to 4.6.0 - [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.7...@jupyterlab/lsp@4.6.0) Updates `jupytext` from 1.19.3 to 1.19.4 - [Release notes](https://github.com/jupytext/jupytext/releases) - [Changelog](https://github.com/jupytext/jupytext/blob/main/CHANGELOG.md) - [Commits](jupytext/jupytext@v1.19.3...v1.19.4) Updates `lancedb` from 0.30.2 to 0.33.0 - [Release notes](https://github.com/lancedb/lancedb/releases) - [Changelog](https://github.com/lancedb/lancedb/blob/main/release_process.md) - [Commits](lancedb/lancedb@python-v0.30.2...python-v0.33.0) Updates `matplotlib` from 3.10.9 to 3.11.0 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](matplotlib/matplotlib@v3.10.9...v3.11.0) Updates `ome-arrow` from 0.0.10 to 0.0.11 - [Release notes](https://github.com/wayscience/ome-arrow/releases) - [Commits](WayScience/ome-arrow@v0.0.10...v0.0.11) Updates `ome-iris` from 0.0.4 to 0.0.5 - [Commits](https://github.com/d33bs/OME-IRIS/commits) Updates `vortex-data` from 0.73.0 to 0.75.0 - [Release notes](https://github.com/spiraldb/vortex/releases) - [Commits](vortex-data/vortex@0.73.0...0.75.0) --- updated-dependencies: - dependency-name: duckdb dependency-version: 1.5.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: jupyterlab dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: jupytext dependency-version: 1.19.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: lancedb dependency-version: 0.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: matplotlib dependency-version: 3.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: ome-arrow dependency-version: 0.0.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: ome-iris dependency-version: 0.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: vortex-data dependency-version: 0.75.0 dependency-type: direct:production update-type: version-update:semver-minor 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 8 updates:
1.5.31.5.44.5.74.6.01.19.31.19.40.30.20.33.03.10.93.11.00.0.100.0.110.0.40.0.50.73.00.75.0Updates
duckdbfrom 1.5.3 to 1.5.4Release notes
Sourced from duckdb's releases.
Commits
305369dPin duckdb at release hash 08e34c447b6ac2daaUnify arrow exports across all query result types (#495)3211977force windows 2022 runnersc8c35ebGet the arrow schema in a separate transaction for materialized data only7ddc75frun schema fetching in same transaction as arrow data conversion and only once5fd7f69strip comments426f6ccPull materialized CDCs through the engine again for arrow conversion with a l...b936678Accept pathlib.Path, os.PathLike, bytes, and file-like objects in read_parque...b41a92c[duckdb-labs bot] Bump DuckDB submodule (#488)1e41c88accept pathlib.Path, os.PathLike, bytes, and file-like objects in read_parque...Updates
jupyterlabfrom 4.5.7 to 4.6.0Release notes
Sourced from jupyterlab's releases.
... (truncated)
Commits
604d873[ci skip] Publish 4.6.0abacfb9Fix flaky 'Switch back and forth to reference page' test (#19043)3554aaf[ci skip] Publish 4.6.0rc1ec0b487Bump markdown-it from 14.1.0 to 14.2.0 (#19041)86e3ab5Stabilize subpixel editor line shift on Welcome screenshot (#19039)1bfdf4fBump@babel/corefrom 7.21.0 to 7.29.6 (#19036)153e500Avoid debugger toolbar button flicker during kernel startup (#19006)75804f0Bump form-data from 4.0.5 to 4.0.6 (#19040)f91166cBump dompurify from 3.4.0 to 3.4.10 (#19037)deb364dSplit external link checks and only run if diff includes a URL (#19029)Updates
jupytextfrom 1.19.3 to 1.19.4Release notes
Sourced from jupytext's releases.
Changelog
Sourced from jupytext's changelog.
Commits
95cd281Fix: quarto example8ef90bbMove Jupytext to a Jupytext organization7cfe21dUpdate the jupytext.org website (#1561)590ce61build(deps): bump undici61e7163Addcustom_language_magicsoption to support user-defined language magics i...1d464ebFix: use comment-tag to update the existing PR comment (#1560)7a65533Fix CI: Build the extension with a dedicated pixi environment (#1558)cbf24f8docs: add changelog entries for #1539, #1540, and #15417e433c5ci: set persist-credentials: false on all workflow checkouts2d09640build(deps): bump the jupytext-extension-dependencies group across 2 director...Updates
lancedbfrom 0.30.2 to 0.33.0Release notes
Sourced from lancedb's releases.
... (truncated)
Commits
c0a9a4dci: fix pypi publish on mac/windows/arm (#3449)32c3d39Bump version: 0.30.0-beta.2 → 0.30.07a41f4aBump version: 0.30.0-beta.1 → 0.30.0-beta.228fc8f0Bump version: 0.33.0-beta.2 → 0.33.07677a52Bump version: 0.33.0-beta.1 → 0.33.0-beta.2b6c6455chore: update lance dependency to v7.0.0a9f49c8fix: allow appending arrow.json data into lance.json tables (#3429)a7d9f2efix: remove primary key constraint from MemWAL bucket sharding (#3435)7dba793fix(rerankers): inverted scores and incorrect missing-FTS penalty in LinearCo...87bd669chore(deps): bump the rust-minor-patch group across 1 directory with 2 update...Updates
matplotlibfrom 3.10.9 to 3.11.0Release notes
Sourced from matplotlib's releases.
Commits
69c7534REL: v3.11.0b7d912bDOC: Set 3.11 as preferred stable release7c3d502Update Security Policy for 3.11964e73dDOC: Prepare GitHub stats for 3.11 finalbfa2633Bump font manager version to final released0603b2Merge pull request #31873 from meeseeksmachine/auto-backport-of-pr-31706-on-v...edf5ebcBackport PR #31706: Fix clabel manual indexc0e80b7Merge pull request #31872 from meeseeksmachine/auto-backport-of-pr-31868-on-v...2a14854Backport PR #31868: DOC: Move errorbar examples to the statistics sectionsea43d96Merge pull request #31871 from meeseeksmachine/auto-backport-of-pr-31870-on-v...Updates
ome-arrowfrom 0.0.10 to 0.0.11Release notes
Sourced from ome-arrow's releases.
Commits
4d46cd3Expose chunk encoding and compression options for TIFF and OME-Zarr ingestion...8ae3331Bump jupyterlab from 4.5.7 to 4.5.9 (#87)481dc1eBump ujson from 5.12.1 to 5.13.0 (#86)2de6faeBump msgpack from 1.1.2 to 1.2.1 (#85)8ee2725Bump jupyter-server from 2.18.0 to 2.20.0 (#83)4516425Bump bleach from 6.2.0 to 6.4.0 (#82)6619aabBump tornado from 6.5.6 to 6.5.7 (#81)701ee5bBump aiohttp from 3.14.0 to 3.14.1 (#80)6cba04bBump tornado from 6.5.5 to 6.5.6 (#79)e3a6bd6Bump aiohttp from 3.13.4 to 3.14.0 (#76)Updates
ome-irisfrom 0.0.4 to 0.0.5Commits
Updates
vortex-datafrom 0.73.0 to 0.75.0Release notes
Sourced from vortex-data's releases.
... (truncated)
Commits
7b53625feat(vortex-geo): native Point extension type and GeoDistance scalar function...f67b594chore: clean up Arrow device export (#8359)89b1092chore: polish cuDF C FFI (#8358)3731d5bRemove debug symbols from vortex-fastlanes ondevprofile (#8383)ab0e23eRemove the unused website and clean other dependencies (#8362)0b625c5perf: branchless primitive zip kernel (#8270)d70c77eTimeout slow tests (#8388)1a0fe25aggregate fns to have grouped aggregate kernels for sum and count (#8314)a3c5f8cContainerize the musl tests (#8387)c7e0d17Validate all rustdoc builds (#8386)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