From 168b6e0733a593034a6a89048f4c05dcd8ded691 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 07:26:21 +0000 Subject: [PATCH] Bump the python-dependencies group across 1 directory with 4 updates Bumps the python-dependencies group with 4 updates in the / directory: [click](https://github.com/pallets/click), [pytest](https://github.com/pytest-dev/pytest), [ruff](https://github.com/astral-sh/ruff) and [ty](https://github.com/astral-sh/ty). Updates `click` from 8.3.1 to 8.3.2 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/click/compare/8.3.1...8.3.2) Updates `pytest` from 9.0.2 to 9.0.3 - [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.2...9.0.3) Updates `ruff` from 0.15.7 to 0.15.10 - [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.7...0.15.10) Updates `ty` from 0.0.24 to 0.0.29 - [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.24...0.0.29) --- updated-dependencies: - dependency-name: click dependency-version: 8.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.15.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: ty dependency-version: 0.0.29 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 486d527..d6c7778 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,16 +24,16 @@ classifiers = [ "Topic :: Software Development :: Internationalization", "Topic :: Software Development :: Localization", ] -dependencies = ["Babel==2.18.0", "click==8.3.1"] +dependencies = ["Babel==2.18.0", "click==8.3.2"] dynamic = ["version"] [dependency-groups] dev = [ - "pytest==9.0.2", + "pytest==9.0.3", "pytest-snapshot==0.9.0", "pytest-cov==7.1.0", - "ruff==0.15.7", - "ty==0.0.24", + "ruff==0.15.10", + "ty==0.0.29", "mkdocs==1.6.1", "mkdocstrings[python]==1.0.3", "mkdocs-material==9.7.6",