From 382869865c94c0a1cf8019be382d620736e05999 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 05:27:31 +0000 Subject: [PATCH] Bump cryptography in /oidc-fapi-conformance-tests/resource-server Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.5 to 46.0.7. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.5...46.0.7) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- oidc-fapi-conformance-tests/resource-server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oidc-fapi-conformance-tests/resource-server/requirements.txt b/oidc-fapi-conformance-tests/resource-server/requirements.txt index a780cadfe09..4fb0e5d4e4a 100644 --- a/oidc-fapi-conformance-tests/resource-server/requirements.txt +++ b/oidc-fapi-conformance-tests/resource-server/requirements.txt @@ -1,5 +1,5 @@ Flask==3.0.0 -cryptography==41.0.5 +cryptography==46.0.7 urllib3==2.6.3 requests==2.31.0 PyJWT==2.8.0 \ No newline at end of file