From f6013f7bb3517a51e1f12c35372fef5e09a7ff42 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 01:18:37 +0000 Subject: [PATCH] Update dependency pyjwt to v2.14.0 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- backend/requirements-pinned.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements-pinned.txt b/backend/requirements-pinned.txt index b5acf709..cf4a9af4 100644 --- a/backend/requirements-pinned.txt +++ b/backend/requirements-pinned.txt @@ -158,7 +158,7 @@ pyasn1-modules==0.4.2 # via google-auth pycparser==3.0 # via cffi -pyjwt==2.13.0 +pyjwt==2.14.0 # via ibutsu-server (pyproject.toml) pyparsing==3.3.2 # via httplib2