From 43f333b047ecd2cfa89b95d20abbf6b508d13a02 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Wed, 16 Sep 2026 00:22:39 +0000 Subject: [PATCH] [stubsabot] Bump jwcrypto to 1.6.1 Release: https://pypi.org/pypi/jwcrypto/1.6.1 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.6.0...v1.6.1 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: 28. - Total lines of Python code deleted: 29. 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 6af06db3c511..9d270191a056 100644 --- a/stubs/jwcrypto/METADATA.toml +++ b/stubs/jwcrypto/METADATA.toml @@ -1,3 +1,3 @@ -version = "1.6.0" +version = "1.6.1" upstream-repository = "https://github.com/latchset/jwcrypto" dependencies = ["cryptography"]