From 4ef9aa5fb5848875327e7ba81dd7e2351ed6933f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 10:37:10 +0000 Subject: [PATCH] ci(dependabot-pip): bump cryptography from 42.0.4 to 43.0.3 Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.4 to 43.0.3. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.4...43.0.3) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d762a78..772876f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ cffi==1.16.0 # pynacl charset-normalizer==3.3.2 # via requests -cryptography==42.0.4 +cryptography==43.0.3 # via pyjwt defusedxml==0.7.1 # via jira