From b8b107bc49f3f3b71474c9790b6a072280180efa Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Sun, 23 Feb 2025 00:15:00 +0000 Subject: [PATCH] [stubsabot] Bump decorator to 5.2.* Release: https://pypi.org/pypi/decorator/5.2.0 Repository: https://github.com/micheles/decorator Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/decorator Diff: https://github.com/micheles/decorator/compare/5.1.1...5.2.0 Stubsabot analysis of the diff between the two releases: - Total lines of Python code added: 36. - Total lines of Python code deleted: 50. 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/decorator/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/decorator/METADATA.toml b/stubs/decorator/METADATA.toml index 507ad3d1976f..de85f855da53 100644 --- a/stubs/decorator/METADATA.toml +++ b/stubs/decorator/METADATA.toml @@ -1,2 +1,2 @@ -version = "5.1.*" +version = "5.2.*" upstream_repository = "https://github.com/micheles/decorator"