From 60a08f8536eea0c5dfb5f73607923688f687b134 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Fri, 31 Oct 2025 00:15:36 +0000 Subject: [PATCH] [stubsabot] Bump Deprecated to ~=1.3.1 Release: https://pypi.org/pypi/Deprecated/1.3.1 Homepage: https://github.com/laurent-laporte-pro/deprecated Repository: https://github.com/tantale/deprecated Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/Deprecated Diff: https://github.com/tantale/deprecated/compare/v1.2.18...v1.3.1 Stubsabot analysis of the diff between the two releases: - 2 public Python files have been added: `deprecated/params.py`, `tests/deprecated_params/__init__.py`. - 0 files included in typeshed's stubs have been deleted. - 2 files included in typeshed's stubs have been modified or renamed: `deprecated/__init__.py`, `deprecated/classic.py`. - Total lines of Python code added: 320. - Total lines of Python code deleted: 7. If stubtest fails for this PR: - Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR) - Fix stubtest failures in another PR, then close this PR Note that you will need to close and re-open the PR in order to trigger CI --- stubs/Deprecated/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/Deprecated/METADATA.toml b/stubs/Deprecated/METADATA.toml index 3a87312127ac..d56539265994 100644 --- a/stubs/Deprecated/METADATA.toml +++ b/stubs/Deprecated/METADATA.toml @@ -1,3 +1,3 @@ -version = "~=1.2.15" +version = "~=1.3.1" upstream_repository = "https://github.com/tantale/deprecated" requires = []