From 2fc1ce0bf5333bdac8604801c751c5c948b436c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 04:57:53 +0000 Subject: [PATCH] Bump cryptography from 43.0.1 to 44.0.0 Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.1 to 44.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.1...44.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d97b193..ad7fbff 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ version='0.4.9', license='MIT', description='Certificate client based on the soap API of the dfn', - install_requires =['click==8.1.7', 'termcolor==2.5.0', 'suds-py3==1.4.5.0', 'cryptography==43.0.1'], + install_requires =['click==8.1.7', 'termcolor==2.5.0', 'suds-py3==1.4.5.0', 'cryptography==44.0.0'], packages=find_packages(), long_description=long_description, long_description_content_type="text/markdown",