From a74c2593f461331f049eb50e873eadaa870a9af5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 01:08:01 +0000 Subject: [PATCH] build(deps): bump pyjwt Bumps the pip group with 1 update in the /examples/zspin-cloud-saas/backend directory: [pyjwt](https://github.com/jpadilla/pyjwt). Updates `pyjwt` from 2.10.1 to 2.13.0 - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jpadilla/pyjwt/compare/2.10.1...2.13.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.13.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- examples/zspin-cloud-saas/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/zspin-cloud-saas/backend/requirements.txt b/examples/zspin-cloud-saas/backend/requirements.txt index 42215b2..1af4f1c 100644 --- a/examples/zspin-cloud-saas/backend/requirements.txt +++ b/examples/zspin-cloud-saas/backend/requirements.txt @@ -1,4 +1,4 @@ fastapi==0.116.1 uvicorn==0.35.0 -pyjwt==2.10.1 +pyjwt==2.13.0 stripe==13.1.1