From ea55bff4b8943d6760406bcee96562addbac181a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 00:01:33 +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.5. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.5...46.0.5) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.5 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..a4a1da3d27a 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.5 urllib3==2.6.3 requests==2.31.0 PyJWT==2.8.0 \ No newline at end of file