From a5b31185de28672598d1cefe6241fff2696f3cd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 02:19:24 +0000 Subject: [PATCH] Bump pyjwt from 2.11.0 to 2.12.0 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.11.0 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/2.11.0...2.12.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- src/citrine/__version__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 114c1921d..cd918aaf0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ arrow==1.4.0 boto3==1.42.42 deprecation==2.1.0 gemd==2.2.0 -pyjwt==2.11.0 +pyjwt==2.12.0 requests==2.32.5 tqdm==4.67.3 urllib3==2.6.3 diff --git a/src/citrine/__version__.py b/src/citrine/__version__.py index ce1305bf4..76ad18b89 100644 --- a/src/citrine/__version__.py +++ b/src/citrine/__version__.py @@ -1 +1 @@ -__version__ = "4.0.0" +__version__ = "4.0.1"