From 198796215d117ca31c57c088a74db6b4ee123f3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 12:20:23 -0400 Subject: [PATCH] chore(deps): bump cryptography from 42.0.0 to 42.0.4 (#32) Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.0 to 42.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.0...42.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6f66b4c..c37da56 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ github_action_utils==1.1.0 coverage==7.3.1 setuptools==65.5.1 requests-pkcs12==1.22 -cryptography==42.0.0 \ No newline at end of file +cryptography==42.0.4 \ No newline at end of file