From 3b6b8c10a663fac6b97608e41c2770c9cfd7c862 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 22:07:53 +0000 Subject: [PATCH] Bump pyjwt from 1.7.1 to 2.12.0 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.7.1 to 2.12.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/1.7.1...2.12.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 setup.py diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index 327cdcb..898d417 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ py_modules=["tap_lessonly"], install_requires=[ "singer-python>=5.0.12", - "PyJWT==1.7.1", + "PyJWT==2.12.0", "requests", ], entry_points="""