From 06069279309ef663c78ae1d4a0d60d45c38fb103 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Mar 2026 02:11:21 +0000 Subject: [PATCH] fix: requirements-dev.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PYJWT-15518059 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 62c41c20..fb9db3e7 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -130,7 +130,7 @@ pycparser==2.20 # via cffi pyflakes==2.3.1 # via flake8 -pyjwt==2.4.0 +pyjwt==2.12.0 # via notifications-python-client pyparsing==2.4.7 # via packaging