From c1473a288a5521f465ef39417a24f73eb05b8b53 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 06:39:02 +0000 Subject: [PATCH] fix: server/tests-py/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-15263096 --- server/tests-py/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/tests-py/requirements.txt b/server/tests-py/requirements.txt index a07c455801182..801b6019cde88 100644 --- a/server/tests-py/requirements.txt +++ b/server/tests-py/requirements.txt @@ -8,7 +8,7 @@ certifi==2022.12.7 cffi==1.15.1 charset-normalizer==3.1.0 croniter==1.3.8 -cryptography==3.4.8 +cryptography==46.0.5 execnet==1.9.0 graphene==2.1.9 graphql-core==2.3.2