From 5b9cd2744981ec0d35509524e31c03a6fb2d3c25 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Thu, 15 Jan 2026 00:16:41 +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/1.8.3...2.1.0 Stubsabot analysis of the diff between the two releases: - 1 public Python file has been added: `tests/conftest.py`. - 0 files included in typeshed's stubs have been deleted. - 4 files included in typeshed's stubs have been modified or renamed: `send2trash/__init__.py`, `send2trash/__main__.py`, `send2trash/exceptions.py`, `send2trash/util.py`. - Total lines of Python code added: 268. - Total lines of Python code deleted: 344. 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 8ff27a7205d0..f41db2607366 100644 --- a/stubs/Send2Trash/METADATA.toml +++ b/stubs/Send2Trash/METADATA.toml @@ -1,2 +1,2 @@ -version = "1.8.*" +version = "2.1.*" upstream_repository = "https://github.com/arsenetar/send2trash"