From e9e052335f1465b4c247aefe03c12e2e600c630a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 06:57:50 +0000 Subject: [PATCH] Bump cryptography in /oidc-fapi-conformance-tests/resource-server Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.5 to 44.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.5...44.0.0) --- updated-dependencies: - dependency-name: cryptography 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 07b0585ef5e..258b018f00f 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==44.0.0 urllib3==2.0.7 requests==2.31.0 PyJWT==2.8.0 \ No newline at end of file