From b1b6c9eba8fbeb3454a3ca24bba9b72d954b8e7d Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Thu, 27 Aug 2026 01:28:26 +0000 Subject: [PATCH] [stubsabot] Bump jwcrypto to 1.5.9 Release: https://pypi.org/pypi/jwcrypto/1.5.9 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.8...v1.5.9 Stubsabot analysis of the diff between the two releases: - 1 public Python file has been added: `jwcrypto/tests_mldsa.py`. - 0 files included in typeshed's stubs have been deleted. - 6 files included in typeshed's stubs have been modified or renamed: `jwcrypto/common.py`, `jwcrypto/jwa.py`, `jwcrypto/jwe.py`, `jwcrypto/jwk.py`, `jwcrypto/jws.py`, `jwcrypto/version.py`. - Total lines of Python code added: 1066. - Total lines of Python code deleted: 31. 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 746c8c0fb382..a80bbcc56e98 100644 --- a/stubs/jwcrypto/METADATA.toml +++ b/stubs/jwcrypto/METADATA.toml @@ -1,3 +1,3 @@ -version = "1.5.8" +version = "1.5.9" upstream-repository = "https://github.com/latchset/jwcrypto" dependencies = ["cryptography"]