From 28fdd562222c60c33b6d5a707d3887d596b1682e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 12:19:46 +0000 Subject: [PATCH] Bump pytest-beartype-tests from 2026.4.20 to 2026.4.26 Bumps [pytest-beartype-tests](https://github.com/adamtheturtle/pytest-beartype-tests) from 2026.4.20 to 2026.4.26. - [Release notes](https://github.com/adamtheturtle/pytest-beartype-tests/releases) - [Changelog](https://github.com/adamtheturtle/pytest-beartype-tests/blob/main/CHANGELOG.rst) - [Commits](https://github.com/adamtheturtle/pytest-beartype-tests/compare/2026.04.20...2026.04.26) --- updated-dependencies: - dependency-name: pytest-beartype-tests dependency-version: 2026.4.26 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8c2f8c3c..58a9757c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ optional-dependencies.dev = [ "pyroma==5.0.1", "pytest==9.0.3", "pytest-asyncio==1.3.0", - "pytest-beartype-tests==2026.4.20", + "pytest-beartype-tests==2026.4.26", "pytest-cov==7.1.0", "pyyaml==6.0.3", "ruff==0.15.11",