From be9276ea11319c0c2d423c51520ca29edae4b02e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 04:37:26 +0000 Subject: [PATCH] Bump types-deprecated from 1.3.1.20260130 to 1.3.1.20260402 Bumps [types-deprecated](https://github.com/python/typeshed) from 1.3.1.20260130 to 1.3.1.20260402. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-deprecated dependency-version: 1.3.1.20260402 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 77a572ce..f194f6c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dev = [ "pytest-cov==7.1.0", "mypy==1.19.1", "types-PyYAML==6.0.12.20250915", - "types-Deprecated==1.3.1.20260130", + "types-Deprecated==1.3.1.20260402", "isort==8.0.1", "flake8==7.3.0", "flake8-isort==7.0.0",