From 20e8dd2eedd342971df338f8e5416df46eec42e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 14:59:54 +0000 Subject: [PATCH] chore(deps-dev): bump the dev-tooling group with 4 updates Bumps the dev-tooling group with 4 updates: [mypy](https://github.com/python/mypy), [pre-commit](https://github.com/pre-commit/pre-commit), [ruff](https://github.com/astral-sh/ruff) and [types-tqdm](https://github.com/python/typeshed). Updates `mypy` from 2.3.0 to 2.3.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v2.3.0...v2.3.1) Updates `pre-commit` from 4.6.1 to 4.6.2 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v4.6.1...v4.6.2) Updates `ruff` from 0.16.0 to 0.16.5 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.16.0...0.16.5) Updates `types-tqdm` from 4.69.0.20260728 to 4.70.0.20260827 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-tooling - dependency-name: pre-commit dependency-version: 4.6.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-tooling - dependency-name: ruff dependency-version: 0.16.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-tooling - dependency-name: types-tqdm dependency-version: 4.70.0.20260827 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-tooling ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2fbd74f..f3e31ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dev = [ # Test-only. tests/test_minisom_agreement.py checks this package's equations against MiniSom's. # MIT, a single file, and it declares no dependencies of its own. "minisom==2.3.6", - "mypy==2.3.0", + "mypy==2.3.1", # Test-only: the DataFrame path through the port, and the differential PCA test. Pinned because # scikit-learn changed its default PCA solver in 1.5, and a floating pin would surface that as # an unrelated PR's CI failure. Split by Python version, since the current majors dropped 3.10. @@ -50,14 +50,14 @@ dev = [ "scikit-learn==1.7.2; python_version < '3.11'", # pandas-stubs 3.x needs Python >=3.11; gated rather than raising the library's floor. "pandas-stubs==3.0.3.260530; python_version >= '3.11'", - "pre-commit==4.6.1", + "pre-commit==4.6.2", "pytest==9.1.1", "pytest-cov==7.1.0", - "ruff==0.16.0", + "ruff==0.16.5", # tomllib entered the stdlib in 3.11; tomli is the backport it was derived from. "tomli==2.4.1; python_version < '3.11'", "twine==7.0.0", - "types-tqdm==4.69.0.20260728", + "types-tqdm==4.70.0.20260827", ] docs = [ "mkdocs-material==9.7.7",