From b83f18be700c318dff66ff24a4c6b96b29d7a340 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Tue, 14 Jul 2026 00:27:51 +0000 Subject: [PATCH] [stubsabot] Bump scp to 0.16.* Release: https://pypi.org/pypi/scp/0.16.0 Homepage: https://github.com/jbardin/scp.py Repository: https://github.com/jbardin/scp.py Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/scp Diff: https://github.com/jbardin/scp.py/compare/v0.15.0...v0.16.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: `scp.py`. - Total lines of Python code added: 80. - Total lines of Python code deleted: 19. 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/scp/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/scp/METADATA.toml b/stubs/scp/METADATA.toml index d165aa59eb0c..4456de13a4d5 100644 --- a/stubs/scp/METADATA.toml +++ b/stubs/scp/METADATA.toml @@ -1,3 +1,3 @@ -version = "0.15.*" +version = "0.16.*" upstream-repository = "https://github.com/jbardin/scp.py" dependencies = ["types-paramiko"]