Skip to content

deps(py)(deps): bump the nlp-and-ml group across 1 directory with 3 updates - #42

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/main/nlp-and-ml-6fab1d9b96
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/main/nlp-and-ml-6fab1d9b96

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 14, 2026

Copy link
Copy Markdown

Bumps the nlp-and-ml group with 3 updates in the / directory: spacy, scikit-learn and bertopic.

Updates spacy from 3.8.14 to 3.8.16

Release notes

Sourced from spacy's releases.

v3.8.16

No release notes provided.

v3.8.15: Fix click requirement

Typer removed click as a dependency in favour of vendoring it, but spaCy imports from Click, so the requirement needs to be added.

Commits
  • 26b4d1d Remove publish_pypi workflow
  • aed14d1 Increment version
  • 66d2948 Fix build directory [ci skip]
  • ca59885 Improve bandwidth usage on Netlify (#14024) [ci skip]
  • f69c32f Install click with previous spaCy in upgrade test
  • 29bc4f2 Fix release smoke/upgrade tests
  • 86edb26 Build linux wheels in manylinux_2_28 containers
  • 7a64151 Cap hypothesis below 6.156 to keep win_arm64 wheel builds working
  • 768e8d5 Fix CI: bump mypy pin for numpy 2.5 stubs, sync confection pin
  • edd3d0f Format tests README code blocks for ruff 0.16 markdown formatting
  • Additional commits viewable in compare view

Updates scikit-learn from 1.9.0 to 1.9.1

Release notes

Sourced from scikit-learn's releases.

Scikit-learn 1.9.1

We're happy to announce the 1.9.1 release.

This release contains a few bug fixes and is the first version supporting Python 3.15.

You can see the changelog here: https://scikit-learn.org/stable/whats_new/v1.9.html#version-1-9-1

You can upgrade with pip as usual:

pip install -U scikit-learn

The conda-forge builds can be installed using:

conda install -c conda-forge scikit-learn

Thanks to everyone who contributed to this release !

Commits
  • 866c0f5 generate changelog
  • 12f135f update upper bounds
  • 43ff2f2 bump version
  • b851524 DOC Mark dev index as orphan (#34916)
  • 01d56d4 DOC Fix wikipedia principal eigenvector example references (#34915)
  • b86a1e2 🔒 🤖 CI Update lock files for array-api CI build(s) 🔒 🤖 ...
  • d282698 🔒 🤖 CI Update lock files for main CI build(s) 🔒 🤖 (#34897)
  • eb34279 🔒 🤖 CI Update lock files for free-threaded CI build(s) 🔒 :rob...
  • 7581303 FIX: Fix QuantileTransformer(ignore_implicit_zeros=True) sub-sampling behav...
  • ac47f4d FIX: avoid EfficiencyWarning in OPTICS with metric='precomputed' (#34692)
  • Additional commits viewable in compare view

Updates bertopic from 0.16.4 to 0.17.4

Release notes

Sourced from bertopic's releases.

v0.17.4

Preparing for MEGA!-scale BERTopic with Multi-GPU UMAP and the following necessary updates:

  • Update installation instructions for cuML with BERTopic by @​csadorf in #2446
  • Speed up ._create_topic_vectors by replacing DataFrame .loc with NumPy masking @​jinsolp in #2406
  • Modify _reduce_dimensionality to use fit_transform by @​betatim in #2416

v0.17.3

BERTopic now fully supports uv! You can install BERTopic with uv as follows:

uv add bertopic

v0.17.1

v0.17.0

... (truncated)

Changelog

Sourced from bertopic's changelog.

Version 0.17.4

Release date: 3 December, 2025

Preparing for MEGA!-scale BERTopic with Multi-GPU UMAP and the following necessary updates:

  • Update installation instructions for cuML with BERTopic by @​csadorf in #2446
  • Speed up ._create_topic_vectors by replacing DataFrame .loc with NumPy masking @​jinsolp in #2406
  • Modify _reduce_dimensionality to use fit_transform by @​betatim in #2416

Version 0.17.3

Release date: 8 July, 2025

  • Fixed issues with uv add bertopic by adding llvmlite as an explicit dependency. Although the fixes in v0.17.2 and v0.17.2.post1 actually worked locally, this wasn't the case after pushing the package to pypi.org unfortunately.

Version 0.17.1

Release date: 8 July, 2025

... (truncated)

Commits

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

…pdates

Bumps the nlp-and-ml group with 3 updates in the / directory: [spacy](https://github.com/explosion/spaCy), [scikit-learn](https://github.com/scikit-learn/scikit-learn) and [bertopic](https://github.com/MaartenGr/BERTopic).


Updates `spacy` from 3.8.14 to 3.8.16
- [Release notes](https://github.com/explosion/spaCy/releases)
- [Changelog](https://github.com/explosion/spaCy/blob/master/RELEASE_NOTES.md)
- [Commits](explosion/spaCy@release-v3.8.14...release-v3.8.16)

Updates `scikit-learn` from 1.9.0 to 1.9.1
- [Release notes](https://github.com/scikit-learn/scikit-learn/releases)
- [Commits](scikit-learn/scikit-learn@1.9.0...1.9.1)

Updates `bertopic` from 0.16.4 to 0.17.4
- [Release notes](https://github.com/MaartenGr/BERTopic/releases)
- [Changelog](https://github.com/MaartenGr/BERTopic/blob/master/docs/changelog.md)
- [Commits](MaartenGr/BERTopic@v0.16.4...v0.17.4)

---
updated-dependencies:
- dependency-name: spacy
  dependency-version: 3.8.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nlp-and-ml
- dependency-name: scikit-learn
  dependency-version: 1.9.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nlp-and-ml
- dependency-name: bertopic
  dependency-version: 0.17.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nlp-and-ml
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Sep 14, 2026

Copy link
Copy Markdown
Author

Assignees

The following users could not be added as assignees: bb-paxdata/security-lead. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Labels

The following labels could not be found: security. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Sep 14, 2026
@github-actions

Copy link
Copy Markdown

🏗️ Graphify Architecture Diff Report

Graphify diff failed

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.

0 participants