From a74072c969a3fd6653feb54d236a7e1bda20e79a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 04:56:02 +0000 Subject: [PATCH] chore(deps): update dependency pyparsing to v3.3.2 --- jwt-generator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jwt-generator/requirements.txt b/jwt-generator/requirements.txt index bc9d5d3..3dcb8d4 100644 --- a/jwt-generator/requirements.txt +++ b/jwt-generator/requirements.txt @@ -12,7 +12,7 @@ py==1.11.0 pycparser==2.23 PyJWT==2.10.1 pylint==4.0.4 -pyparsing==3.3.1 +pyparsing==3.3.2 pytest==9.0.2 six==1.17.0 toml==0.10.2