Bump the lib-minor-patch group in /lib with 9 updates - #51
Open
dependabot[bot] wants to merge 4 commits into
Open
Bump the lib-minor-patch group in /lib with 9 updates#51dependabot[bot] wants to merge 4 commits into
dependabot[bot] wants to merge 4 commits into
Conversation
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Lockfile-only refresh of the packages named in open Dependabot alerts: pillow 12.2.0->12.3.0, urllib3->2.7.0, lxml->6.1.3, idna->3.19 in lib; transformers 5.5.4->5.16.1 in labeler; postcss, nanoid and immutable in browser-app. Clears 27 of 53 alerts, 21 of the 25 highs. No pyproject.toml or package.json changes, so no pinned API moved. Still open: torch (the cu124 index caps CUDA installs at 2.6.0), transformers in lib (spacy-transformers caps it below 5.x), and vite/esbuild (needs vite 5 -> 8). Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
A runtime install that only serves existing model.duckdb files never reaches the labeler: DB.py shells out to it from save_topics, i.e. during training. Installing it anyway costs ~5GB — a second torch copy alongside the one in topologic_env. Guard the call site with shutil.which() while adding the flag. The existing check=False only suppresses a non-zero exit, so a missing binary raised FileNotFoundError and killed the run rather than falling back to top-word descriptions the way the message promised. Unreachable until now, since the labeler was always installed. --skip-labeler declines to install or update it; an existing labeler is left in place and keeps working. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Bumps the lib-minor-patch group in /lib with 9 updates: | Package | From | To | | --- | --- | --- | | [scikit-learn](https://github.com/scikit-learn/scikit-learn) | `1.8.0` | `1.9.0` | | [numpy](https://github.com/numpy/numpy) | `2.4.4` | `2.4.6` | | [tqdm](https://github.com/tqdm/tqdm) | `4.67.3` | `4.70.0` | | [joblib](https://github.com/joblib/joblib) | `1.5.3` | `1.6.0` | | [matplotlib](https://github.com/matplotlib/matplotlib) | `3.10.8` | `3.11.1` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.44.0` | `0.52.4` | | [httptools](https://github.com/MagicStack/httptools) | `0.7.1` | `0.8.0` | | [duckdb](https://github.com/duckdb/duckdb-python) | `1.5.2` | `1.5.5` | | [cupy-cuda12x](https://github.com/cupy/cupy) | `14.0.1` | `14.2.0` | Updates `scikit-learn` from 1.8.0 to 1.9.0 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](scikit-learn/scikit-learn@1.8.0...1.9.0) Updates `numpy` from 2.4.4 to 2.4.6 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v2.4.4...v2.4.6) Updates `tqdm` from 4.67.3 to 4.70.0 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](tqdm/tqdm@v4.67.3...v4.70.0) Updates `joblib` from 1.5.3 to 1.6.0 - [Release notes](https://github.com/joblib/joblib/releases) - [Changelog](https://github.com/joblib/joblib/blob/main/CHANGES.rst) - [Commits](joblib/joblib@1.5.3...1.6.0) Updates `matplotlib` from 3.10.8 to 3.11.1 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](matplotlib/matplotlib@v3.10.8...v3.11.1) Updates `uvicorn` from 0.44.0 to 0.52.4 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.44.0...0.52.4) Updates `httptools` from 0.7.1 to 0.8.0 - [Release notes](https://github.com/MagicStack/httptools/releases) - [Commits](MagicStack/httptools@v0.7.1...v0.8.0) Updates `duckdb` from 1.5.2 to 1.5.5 - [Release notes](https://github.com/duckdb/duckdb-python/releases) - [Commits](duckdb/duckdb-python@v1.5.2...v1.5.5) Updates `cupy-cuda12x` from 14.0.1 to 14.2.0 - [Release notes](https://github.com/cupy/cupy/releases) - [Commits](cupy/cupy@v14.0.1...v14.2.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lib-minor-patch - dependency-name: numpy dependency-version: 2.4.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: lib-minor-patch - dependency-name: tqdm dependency-version: 4.70.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lib-minor-patch - dependency-name: joblib dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lib-minor-patch - dependency-name: matplotlib dependency-version: 3.11.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lib-minor-patch - dependency-name: uvicorn dependency-version: 0.52.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lib-minor-patch - dependency-name: httptools dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lib-minor-patch - dependency-name: duckdb dependency-version: 1.5.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: lib-minor-patch - dependency-name: cupy-cuda12x dependency-version: 14.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lib-minor-patch ... 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 lib-minor-patch group in /lib with 9 updates:
1.8.01.9.02.4.42.4.64.67.34.70.01.5.31.6.03.10.83.11.10.44.00.52.40.7.10.8.01.5.21.5.514.0.114.2.0Updates
scikit-learnfrom 1.8.0 to 1.9.0Release notes
Sourced from scikit-learn's releases.
Commits
77def0etrigger wheel builder [cd build]ee7c0b0generate changelog3d7fb04bump version8954e7bDOC Release highlights for 1.9 (#34147)73a3eabFix: Array-API - avoid failing for numpy fit + predict with sparse or array-l...8839aaeDOC Thread-safety requirement for open_listener message consumer callback (#3...4d2476aDOC Refactor array API docs page (#34054)f9f812f🔒 🤖 CI Update lock files for scipy-dev CI build(s) 🔒 🤖 ...d779dc3🔒 🤖 CI Update lock files for free-threaded CI build(s) 🔒 :rob...6a03cf0🔒 🤖 CI Update lock files for array-api CI build(s) 🔒 🤖 ...Updates
numpyfrom 2.4.4 to 2.4.6Release notes
Sourced from numpy's releases.
... (truncated)
Commits
b832a09Merge pull request #31462 from charris/prepare-2.4.657cc147REL: Prepare for the NumPy 2.4.6 release0c72b0bMerge pull request #31459 from charris/backport-313479778d26BUG: core: Don't call INCREF/DECREF on descr in NpyStringAcquireAllocator. (#...e0e3876BUG: core: Don't call INCREF/DECREF on descr in NpyStringAcquireAllocator. (#...d1bffebBUG:np.linalg.svd(..., hermitian=True)returns non-unitaryvh(#31347)8d8d7e5Merge pull request #31453 from seberg/issue-31452bddaab7BUG: Fix regression inarr.conj()37a1eccMerge pull request #31444 from charris/begin-2.4.63c0e043MAINT: Prepare 2.4.x for further developmentUpdates
tqdmfrom 4.67.3 to 4.70.0Release notes
Sourced from tqdm's releases.
... (truncated)
Commits
96f2e60Merge pull request #1777 from shermansiu/feat/interpreter-poolc27393emisc tidy061c623Disabletqdm.monitor_intervalfor subinterpreters because they do not have ...9fc160bUpdate how we check forinterpreter_mapsupport in the testsb42463aEnsure that subinterpreters can import tqdm while unpickling the initializer16d5486Add support for nested progress bars9f5890fAdd initial implementation for interpreter_map321f920Merge pull request #1783 from LuShadowX/reset-inf-total4664b57minor tidy426a098Treat inf total as unknown in reset() tooUpdates
joblibfrom 1.5.3 to 1.6.0Changelog
Sourced from joblib's changelog.
... (truncated)
Commits
cd9a6b0Release 1.6.0 (#1844)d873f97MNT vendor loky 3.6.0 (#1843)4ff61afBump the github-actions group with 4 updates (#1832)804f472FIX make func_code stable across processes when the source is unavailable (#1...65cc49dTST Restore RNG sequence in hash compatibility test (#1837)c1b6541CI Use pytest-run-parallel on free-threaded build (#1819)f6b80d3MNT Simplify isinstance check in hashing (#1835)fa4d5afMNT remove python 3.9 from CI (#1773)53cea7bDOC Update release docs to reflect usage of trusted publishing (#1826)26500e9Bump the github-actions group across 1 directory with 3 updates (#1790)Updates
matplotlibfrom 3.10.8 to 3.11.1Release notes
Sourced from matplotlib's releases.
Commits
3c1757aREL: v3.11.1792c6b5DOC: Prepare for 3.11.1aaff9f6Merge branch 'v3.11.0-doc' into v3.11.xd4f4527Merge pull request #32052 from meeseeksmachine/auto-backport-of-pr-32038-on-v...6ad4bcfMerge pull request #32050 from meeseeksmachine/auto-backport-of-pr-31304-on-v...7fb74d3Merge pull request #32051 from meeseeksmachine/auto-backport-of-pr-32037-on-v...c624aecBackport PR #32038: Fix occasional misalignment in reported mouse position (a...8eda2b7Backport PR #32037: Bump the actions group with 3 updatesa0e7ae5Backport PR #31304: Fix restoring 'auto' aspect in 3D axes after switching fr...9001323Merge pull request #32047 from meeseeksmachine/auto-backport-of-pr-32025-on-v...Updates
uvicornfrom 0.44.0 to 0.52.4Release notes
Sourced from uvicorn's releases.
... (truncated)
Changelog
Sourced from uvicorn's changelog.
... (truncated)
Commits
8988c23Stabilize macOS Python 3.13 signal shutdown tests (#3084)898ddcaUpdate PyPI publish action to version 1.14.2 (#3083)3869f8aRestore Mermaid diagram rendering (#3080)64148a9Version 0.52.4 (#3079)9e9e569docs: correct release example PR number (#3072)b783dacRemove duplicate Date header from SansIO WebSocket handshakes (#3078)27019b2chore(deps): bump the python-packages group across 1 directory with 11 update...1b64273Fix a typo in index.md (#3006)a68da60Version 0.52.3 (#3068)6e3bb4cUse zttp 0.0.24 fast receive path (#3067)Updates
httptoolsfrom 0.7.1 to 0.8.0Release notes
Sourced from httptools's releases.
Commits
cf10ce6httptools 0.8.0a0283f0security: fix URL truncation issue (#144)05e6b8eci: add freethreading 3.14 to the CI matrix (#146)e3e8d71Bump llhttp to 9.4.1 (#145)a9bda0eFix all typing issues (#134)28d1db1mark cython module as free-threading compatible (#139)c403ad1Allow building with latest setuptools (#138)c398a15Add http-parser and llhttp licenses into the wheels (#135)4cfdabdci: fix release workflow (#132)ef71da9Post-release version bumpUpdates
duckdbfrom 1.5.2 to 1.5.5Release notes
Sourced from duckdb's releases.
Commits
b236c81Pin submodule to release hashe6a21c5[duckdb-labs bot] Bump DuckDB submodule (#554)f637bf4Bump submodule4c5c73c[duckdb-labs bot] Bump DuckDB submodule (#551)6fae280Bump submoduled8d5f0a[duckdb-labs bot] Bump DuckDB submodule (#548)5d85f06Bump submodulec3cbf8d[duckdb-labs bot] Bump DuckDB submodule (#545)93418b6Bump submodule24f1915[duckdb-labs bot] Bump DuckDB submodule (#539)Updates
cupy-cuda12xfrom 14.0.1 to 14.2.0Release notes
Sourced from cupy-cuda12x's releases.
... (truncated)
Commits
dc1552aMerge pull request #10217 from kmaehashi/bump-docker-v14.2.0dcb70f2bump version in Dockerfile78bf2c7Merge pull request #10209 from kmaehashi/bump-v14.2.0232d0debump version to v14.2.01aee546Merge pull request #10208 from chainer-ci/bp-10003-v14-weak-old-fusion2181d94Merge pull request #10003 from seberg/weak-old-fusion6de78f4Merge pull request #10207 from chainer-ci/bp-10190-v14-ci/pfnci-followupsda29eeaMerge pull request #10190 from leofang/ci/pfnci-followups82dea1cMerge pull request #10206 from chainer-ci/bp-10205-v14-copilot/generate-gitat...c1975b0Merge pull request #10203 from chainer-ci/bp-10177-v14-name-expr-cache-mappingDependabot 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