From 62d91561ae6d2a1dbb89df34c5646643266eb570 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 13:04:59 +0000 Subject: [PATCH] build(deps-dev): bump types-deprecated Bumps [types-deprecated](https://github.com/python/typeshed) from 1.3.1.20260130 to 1.3.1.20260408. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-deprecated dependency-version: 1.3.1.20260408 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index d09e05f..11329f2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.3.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "alabaster" @@ -1366,15 +1366,15 @@ files = [ [[package]] name = "types-deprecated" -version = "1.3.1.20260130" +version = "1.3.1.20260408" description = "Typing stubs for Deprecated" optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["dev"] markers = "python_version < \"3.13\"" files = [ - {file = "types_deprecated-1.3.1.20260130-py3-none-any.whl", hash = "sha256:593934d85c38ca321a9d301f00c42ffe13e4cf830b71b10579185ba0ce172d9a"}, - {file = "types_deprecated-1.3.1.20260130.tar.gz", hash = "sha256:726b05e5e66d42359b1d6631835b15de62702588c8a59b877aa4b1e138453450"}, + {file = "types_deprecated-1.3.1.20260408-py3-none-any.whl", hash = "sha256:b64e1eab560d4fa9394a27a3099211344b0e0f2f3ac8026d825c86e70d65cdd5"}, + {file = "types_deprecated-1.3.1.20260408.tar.gz", hash = "sha256:62d6a86d0cc754c14bb2de31162d069b1c6a07ce11ee65e5258f8f75308eb3a3"}, ] [[package]] @@ -1578,4 +1578,4 @@ docs = ["sphinx"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.15" -content-hash = "05f61d0c94f8c76a5163fa07433963a5f2d501e0fa592aa90f347d4564a52cdb" +content-hash = "3d65c15156ffdf0255810a44802db453a3800d450a720684fe77aaf56d3447fc" diff --git a/pyproject.toml b/pyproject.toml index e0dc79a..119873a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ docs = ["sphinx (>=9.1.0) ; python_version >= \"3.12\""] mypy = "^1.19.1" types-requests = "^2.33.0.20260327" pytest = "^9.0.2" -types-deprecated = {version="^1.3.1.20260130", markers="python_version < \"3.13\""} +types-deprecated = {version="^1.3.1.20260408", markers="python_version < \"3.13\""} [build-system] requires = ["poetry-core>=2.0"]