From 45eb87bea9bb2d50489b3f24018a6f198f0b7bb5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 23 Feb 2025 15:31:16 +0300 Subject: [PATCH] [stubsabot] Bump decorator to 5.2.* (#13526) 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 Co-authored-by: stubsabot <> --- 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 507ad3d19..de85f855d 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"