From 4c979380f06b8259822b038daeccefa9f4058cae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 23:04:49 +0100 Subject: [PATCH] chore(deps-dev): bump cryptography from 39.0.0 to 41.0.4 (#11) Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.0 to 41.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/39.0.0...41.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index e7441fa..c566433 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -9,7 +9,7 @@ charset-normalizer==3.0.1 click==8.1.3; python_version >= '3.7' coverage==7.0.5; python_version >= '3.7' coverage-badge==1.1.0 -cryptography==39.0.0; python_version >= '3.6' +cryptography==41.0.4; python_version >= '3.6' docker==6.0.1 exceptiongroup==1.1.0; python_version < '3.11' idna==3.4; python_version >= '3.5'