From fefa76ace12db0088760991c3b10cf6ae9f7af09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 10:20:48 +0000 Subject: [PATCH] Bump cryptography from 42.0.0 to 42.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.0 to 42.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.0...42.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a74225b6a..c5d2abc0b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ chardet==5.2.0 # https://urllib3.readthedocs.io/en/latest/user-guide.html#ssl-py2 cffi==1.16.0 # pyOpenSSL -cryptography==42.0.0 +cryptography==42.0.1 idna<3 urllib3==2.1.0 ply==3.11