From 2eabf52a6494030d3a88bb9650784723030a4256 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 08:35:27 +0000 Subject: [PATCH] Bump the python-dependencies group with 3 updates Bumps the python-dependencies group with 3 updates: [pytest](https://github.com/pytest-dev/pytest), [ruff](https://github.com/astral-sh/ruff) and [ty](https://github.com/astral-sh/ty). Updates `pytest` from 9.0.1 to 9.0.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.0.1...9.0.2) Updates `ruff` from 0.14.7 to 0.14.8 - [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.14.7...0.14.8) Updates `ty` from 0.0.1a30 to 0.0.1a32 - [Release notes](https://github.com/astral-sh/ty/releases) - [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ty/compare/0.0.1-alpha.30...0.0.1-alpha.32) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.14.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: ty dependency-version: 0.0.1a32 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-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 ad46442..b50b8c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,11 +29,11 @@ dynamic = ["version"] [dependency-groups] dev = [ - "pytest==9.0.1", + "pytest==9.0.2", "pytest-snapshot==0.9.0", "pytest-cov==7.0.0", - "ruff==0.14.7", - "ty==0.0.1a30", + "ruff==0.14.8", + "ty==0.0.1a32", "mkdocs==1.6.1", "mkdocstrings[python]==1.0.0", "mkdocs-material==9.7.0",