From bad3d9f628628e6ae10b65682d43b73b8673cbc2 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Fri, 16 Jan 2026 00:17:39 +0000 Subject: [PATCH] [stubsabot] Bump Send2Trash to 2.1.* Release: https://pypi.org/pypi/Send2Trash/2.1.0 Homepage: https://github.com/arsenetar/send2trash Repository: https://github.com/arsenetar/send2trash Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/Send2Trash Diff: https://github.com/arsenetar/send2trash/compare/2.0.0...2.1.0 Stubsabot analysis of the diff between the two releases: - 0 public Python files have been added. - 0 files included in typeshed's stubs have been deleted. - 1 file included in typeshed's stubs has been modified or renamed: `send2trash/util.py`. - Total lines of Python code added: 1. - Total lines of Python code deleted: 1. 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/Send2Trash/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/Send2Trash/METADATA.toml b/stubs/Send2Trash/METADATA.toml index ef3d502bb9f6..f41db2607366 100644 --- a/stubs/Send2Trash/METADATA.toml +++ b/stubs/Send2Trash/METADATA.toml @@ -1,2 +1,2 @@ -version = "2.0.*" +version = "2.1.*" upstream_repository = "https://github.com/arsenetar/send2trash"