From 7985bfcbf4c330d8be9d62bc8bb3b46d0cefe7ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 15:55:53 +0000 Subject: [PATCH] chore(deps-dev): bump the python-deps group across 1 directory with 2 updates Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) and [ty](https://github.com/astral-sh/ty) 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.1.0...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.49...0.0.51) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.0 dependency-type: direct:development dependency-group: python-deps - dependency-name: ty dependency-version: 0.0.49 dependency-type: direct:development dependency-group: python-deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e1340a9d..9c82440c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,11 +9,11 @@ dev = [ "jsonschema-gentypes>=2.13.0", "portable-ffmpeg>=0.2.0", "pyinstrument>=5.1.2", - "pytest>=9.1.0", + "pytest>=9.1.1", "pytest-benchmark>=5.2.3", "pytest-cov>=7.1.0", "pytest-xdist>=3.8.0", - "ty>=0.0.49", + "ty>=0.0.51", ]