From b9e4c889f95789d473566f74bd0349aa89d2300c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 08:37:06 +0000 Subject: [PATCH] chore: Bump the linting group across 1 directory with 2 updates Bumps the linting group with 2 updates in the / directory: [mypy](https://github.com/python/mypy) and [ruff](https://github.com/astral-sh/ruff). Updates `mypy` from 1.19.1 to 1.20.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.19.1...v1.20.0) Updates `ruff` from 0.15.5 to 0.15.9 - [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.15.5...0.15.9) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.20.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: linting - dependency-name: ruff dependency-version: 0.15.9 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: linting ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ef91830..1919139 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,11 +44,11 @@ include = ["src/fluxopt_plot/", "LICENSE", "README.md"] [dependency-groups] dev = [ - "mypy==1.19.1", + "mypy==1.20.0", "pre-commit==4.5.1", "pytest==9.0.2", "pytest-cov==7.0.0", - "ruff==0.15.5", + "ruff==0.15.9", ] docs = [ "mike==2.1.4",