From aa790d5fdf4014d48f8f6e1812daaf9d66033a08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 23:32:46 +0000 Subject: [PATCH] build(deps): bump pyjwt from 2.10.1 to 2.12.0 in /nipap Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.10.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/2.10.1...2.12.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- nipap/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nipap/pyproject.toml b/nipap/pyproject.toml index e40e5e7f1..78d4d1195 100644 --- a/nipap/pyproject.toml +++ b/nipap/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "pyparsing==3.2.1", "python-dateutil==2.8.2", "pytz==2024.2", - "pyjwt==2.10.1", + "pyjwt==2.12.0", "kafka-python-ng==2.2.3", "tornado==6.5.5", # "docutils==0.21.2"