From 8ece861c5254c351b5b37f8010a4961c390b5717 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 12:55:35 +0000 Subject: [PATCH] Update cffi requirement from >=2.1.0 to >=2.1.1 in /jwtproxy Updates the requirements on [cffi](https://github.com/python-cffi/cffi) to permit the latest version. - [Release notes](https://github.com/python-cffi/cffi/releases) - [Commits](https://github.com/python-cffi/cffi/compare/v2.1.0...v2.1.1) --- updated-dependencies: - dependency-name: cffi dependency-version: 2.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- jwtproxy/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jwtproxy/requirements.txt b/jwtproxy/requirements.txt index 0d4a9a26..329952bd 100644 --- a/jwtproxy/requirements.txt +++ b/jwtproxy/requirements.txt @@ -3,7 +3,7 @@ aiosignal==1.4.0 async-timeout==5.0.1 attrs==26.1.0 azure-monitor-opentelemetry==1.8.9 -cffi>=2.1.0 +cffi>=2.1.1 charset-normalizer==3.4.9 cryptography==50.0.0 frozenlist==1.8.0