From a162ee6870f7474a65ea3fbbe82de22d890ee4e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 22:53:48 +0000 Subject: [PATCH] chore(deps-dev): Bump the development-dependencies group across 1 directory with 3 updates Updates the requirements on [pytest](https://github.com/pytest-dev/pytest), [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 `ty` to 0.0.51 - [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.51) Updates `hatchling` to 1.30.1 - [Release notes](https://github.com/pypa/hatch/releases) - [Commits](https://github.com/pypa/hatch/compare/hatchling-v1.29.0...hatchling-v1.30.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: ty dependency-version: 0.0.51 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: hatchling dependency-version: 1.30.1 dependency-type: direct:development dependency-group: development-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 691029c..ca514d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "hatchling>=1.29.0,<2", + "hatchling>=1.30.1,<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", + "ty>=0.0.51", ] [tool.hatch.version]