From 134b0d1a584542e3496a51770f4d66b9bb28f8a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 10:07:18 +0000 Subject: [PATCH] Bump cryptography from 42.0.2 to 42.0.3 Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.2 to 42.0.3. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.2...42.0.3) --- 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 955cd835c..ecc647cb2 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.2 +cryptography==42.0.3 idna<3 urllib3==2.1.0 ply==3.11