From 963bb10e02fc6cc8fb34bc03801669f40325743f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 22:58:23 +0000 Subject: [PATCH] chore(deps): update dependency requests to v2.33.0 [security] --- examples/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/python/requirements.txt b/examples/python/requirements.txt index 8f6c7856..f6fba698 100644 --- a/examples/python/requirements.txt +++ b/examples/python/requirements.txt @@ -1,4 +1,4 @@ PyJWT==2.12.1 httpx==0.28.1 cryptography==46.0.5 -requests==2.32.5 \ No newline at end of file +requests==2.33.0 \ No newline at end of file