From 4e9d2535c52288f9d3dc4d927919b1e62f2ce73c Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Wed, 27 Dec 2023 10:51:35 -0700 Subject: [PATCH] requirements: Update pyjwt Signed-off-by: Zack Cerza --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 09cc2abbd..1e6defe47 100644 --- a/requirements.txt +++ b/requirements.txt @@ -130,7 +130,7 @@ pyasn1==0.4.8 # teuthology (pyproject.toml) pycparser==2.20 # via cffi -pyjwt==2.3.0 +pyjwt==2.8.0 # via teuthology (pyproject.toml) pynacl==1.5.0 # via -- 2.47.3