From fc5c541249e1a0195774d863037f6e21719ac4cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 21:31:13 +0000 Subject: [PATCH] chore(deps-dev): bump cryptography from 3.4.8 to 41.0.6 Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.8 to 41.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.4.8...41.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 9ca81c69f..0ea55b547 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -37,7 +37,7 @@ colorlog==4.8.0 commonmark==0.9.1 crcmod==1.7 croniter==1.0.15; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3' -cryptography==3.4.8; python_version >= '3.6' +cryptography==41.0.6; python_version >= '3.6' defusedxml==0.7.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' dill==0.3.1.1; python_version >= '2.6' and python_version != '3.0' distlib==0.3.2