From a27a6f508fb6c44f8a03fd6286da7b72451a3dd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 22:53:13 +0000 Subject: [PATCH] chore(deps): bump jwcrypto from 1.5.7 to 1.5.8 Bumps [jwcrypto](https://github.com/latchset/jwcrypto) from 1.5.7 to 1.5.8. - [Release notes](https://github.com/latchset/jwcrypto/releases) - [Commits](https://github.com/latchset/jwcrypto/compare/v1.5.7...v1.5.8) --- updated-dependencies: - dependency-name: jwcrypto dependency-version: 1.5.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4dec946e..aae77728 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ charset-normalizer==3.4.7 ; python_version >= "3.10" and python_version < "4.0" cryptography==49.0.0 ; python_version >= "3.10" and python_version < "4.0" idna==3.18 ; python_version >= "3.10" and python_version < "4.0" jmespath==1.1.0 ; python_version >= "3.10" and python_version < "4.0" -jwcrypto==1.5.7 ; python_version >= "3.10" and python_version < "4.0" +jwcrypto==1.5.8 ; python_version >= "3.10" and python_version < "4.0" pycparser==3.0 ; python_version >= "3.10" and python_version < "4.0" and platform_python_implementation != "PyPy" and implementation_name != "PyPy" pydash==8.0.6 ; python_version >= "3.10" and python_version < "4.0" pyjwt==2.13.0 ; python_version >= "3.10" and python_version < "4.0"