From f2617a3c49c424cabb5c453407387dc0b16d1fbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 22:54:47 +0000 Subject: [PATCH] chore(deps-dev): Bump the development-dependencies group across 1 directory with 4 updates Updates the requirements on [pytest](https://github.com/pytest-dev/pytest), [mypy](https://github.com/python/mypy), [ty](https://github.com/astral-sh/ty) and [hatchling](https://github.com/pypa/hatch) to permit the latest version. Updates `pytest` to 9.1.1 - [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.3...9.1.1) Updates `mypy` to 2.2.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v2.1.0...v2.2.0) Updates `ty` to 0.0.58 - [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.35...0.0.58) Updates `hatchling` to 1.31.0 - [Release notes](https://github.com/pypa/hatch/releases) - [Commits](https://github.com/pypa/hatch/compare/hatchling-v1.29.0...hatchling-v1.31.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: mypy dependency-version: 2.2.0 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: ty dependency-version: 0.0.58 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: hatchling dependency-version: 1.31.0 dependency-type: direct:development dependency-group: development-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 691029c..681c64e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "hatchling>=1.29.0,<2", + "hatchling>=1.31.0,<2", "hatch-vcs", ] build-backend = "hatchling.build" @@ -44,12 +44,12 @@ dev = [ { include-group = "typing" }, ] testing = [ - "pytest>=9.0.3", + "pytest>=9.1.1", "singer-sdk[testing]", ] typing = [ - "mypy>=2.1.0", - "ty>=0.0.35", + "mypy>=2.2.0", + "ty>=0.0.58", ] [tool.hatch.version]