From 3975d7cec4f625c7e33719c724f42ec3dd8b0049 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Wed, 2 Sep 2026 00:23:58 +0000 Subject: [PATCH] [stubsabot] Bump jwcrypto to 1.6.0 Release: https://pypi.org/pypi/jwcrypto/1.6.0 Homepage: https://github.com/latchset/jwcrypto Repository: https://github.com/latchset/jwcrypto Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/jwcrypto Diff: https://github.com/latchset/jwcrypto/compare/v1.5.9...v1.6.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. - 3 files included in typeshed's stubs have been modified or renamed: `jwcrypto/jwe.py`, `jwcrypto/jws.py`, `jwcrypto/version.py`. - Total lines of Python code added: 94. - Total lines of Python code deleted: 8. 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/jwcrypto/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/jwcrypto/METADATA.toml b/stubs/jwcrypto/METADATA.toml index a80bbcc56e98..6af06db3c511 100644 --- a/stubs/jwcrypto/METADATA.toml +++ b/stubs/jwcrypto/METADATA.toml @@ -1,3 +1,3 @@ -version = "1.5.9" +version = "1.6.0" upstream-repository = "https://github.com/latchset/jwcrypto" dependencies = ["cryptography"]