From 2d35ae87732e00a16a06647adac550c6f7e69482 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 12:44:26 +0000 Subject: [PATCH] deps: bump the pip-dependencies group across 1 directory with 3 updates Updates the requirements on [ruff](https://github.com/astral-sh/ruff), [ipykernel](https://github.com/ipython/ipykernel) and [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. Updates `ruff` to 0.14.0 - [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.12.0...0.14.0) Updates `ipykernel` to 7.0.0 - [Release notes](https://github.com/ipython/ipykernel/releases) - [Changelog](https://github.com/ipython/ipykernel/blob/main/CHANGELOG.md) - [Commits](https://github.com/ipython/ipykernel/compare/v6.29.5...v7.0.0) Updates `pytest-cov` to 7.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.0 dependency-type: direct:development dependency-group: pip-dependencies - dependency-name: ipykernel dependency-version: 7.0.0 dependency-type: direct:development dependency-group: pip-dependencies - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:development dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f79a99d..f6ffff2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,16 +27,16 @@ PyQt5 = "^5.15.11" [tool.poetry.group.dev.dependencies] pytest = "^8.2.2" mypy = "^1.10.1" -ruff = "^0.12.0" +ruff = "^0.14.0" pre-commit = "^4.1.0" pyyaml = "^6.0.1" matplotlib = "^3.9.1" -ipykernel = "^6.29.5" +ipykernel = "^7.0.0" hypothesis = "^6.122.1" scipy-stubs = "^1.15.2" types-pyyaml = "^6.0.12" microsoft-python-type-stubs = {git = "https://github.com/microsoft/python-type-stubs.git"} -pytest-cov = "^6.0.0" +pytest-cov = "^7.0.0" [tool.ruff]