From 77f17416b44be33112bd5d78d80cac11acbe11e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 07:42:22 +0000 Subject: [PATCH] Bump the python-dependencies group across 1 directory with 5 updates Bumps the python-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [click](https://github.com/pallets/click) | `8.3.1` | `8.3.2` | | [pytest](https://github.com/pytest-dev/pytest) | `9.0.2` | `9.0.3` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.7` | `0.15.11` | | [ty](https://github.com/astral-sh/ty) | `0.0.24` | `0.0.31` | | [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) | `1.0.3` | `1.0.4` | 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.11 - [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.11) Updates `ty` from 0.0.24 to 0.0.31 - [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.31) Updates `mkdocstrings` from 1.0.3 to 1.0.4 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/mkdocstrings/compare/1.0.3...1.0.4) --- 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.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: ty dependency-version: 0.0.31 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: mkdocstrings dependency-version: 1.0.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 486d527..320ae93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,21 +24,21 @@ 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.11", + "ty==0.0.31", "mkdocs==1.6.1", - "mkdocstrings[python]==1.0.3", + "mkdocstrings[python]==1.0.4", "mkdocs-material==9.7.6", ] -docs = ["mkdocs==1.6.1", "mkdocstrings[python]==1.0.3", "mkdocs-material==9.7.6"] +docs = ["mkdocs==1.6.1", "mkdocstrings[python]==1.0.4", "mkdocs-material==9.7.6"] [project.urls] Homepage = "https://github.com/tomasr8/messageformat2"