From 398c70ce21560a03a809abef37428ff4f0c269c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 17:06:42 +0200 Subject: [PATCH] chore(deps): bump cryptography from 36.0.1 to 42.0.4 (#820) Bumps [cryptography](https://github.com/pyca/cryptography) from 36.0.1 to 42.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/36.0.1...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 718fec4a..2f8e11a8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ colorama==0.4.4; python_version >= '2.7' and python_version not in '3.0, 3.1, 3. commonmark==0.9.1 contextlib2==21.6.0; python_version >= '3.6' coverage==7.4.4; python_version >= '3.8' -cryptography==36.0.1; python_version >= '3.6' +cryptography==42.0.4; python_version >= '3.6' cssselect==1.1.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' decorator==5.1.1; python_version >= '3.5' distlib==0.3.8