From 22fb834cbf4a3b20df866cb449b2077c5145f2b3 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Thu, 25 Jun 2026 00:43:55 +0000 Subject: [PATCH] [stubsabot] Bump jwcrypto to 1.5.8 Release: https://pypi.org/pypi/jwcrypto/1.5.8 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.7...v1.5.8 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/jwk.py`, `jwcrypto/jwt.py`, `jwcrypto/version.py`. - Total lines of Python code added: 136. - Total lines of Python code deleted: 13. 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 f59a594c5799..746c8c0fb382 100644 --- a/stubs/jwcrypto/METADATA.toml +++ b/stubs/jwcrypto/METADATA.toml @@ -1,3 +1,3 @@ -version = "1.5.7" +version = "1.5.8" upstream-repository = "https://github.com/latchset/jwcrypto" dependencies = ["cryptography"]