From 134e5aaaf22fda28b08dac31c51cb62b69e2985e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 04:31:05 +0000 Subject: [PATCH] Bump cryptography from 44.0.3 to 45.0.4 Bumps [cryptography](https://github.com/pyca/cryptography) from 44.0.3 to 45.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.3...45.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-version: 45.0.4 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 90459b5..2514cbe 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.8', 'termcolor==3.1.0', 'suds-py3==1.4.5.0', 'cryptography==44.0.3'], + install_requires =['click==8.1.8', 'termcolor==3.1.0', 'suds-py3==1.4.5.0', 'cryptography==45.0.4'], packages=find_packages(), long_description=long_description, long_description_content_type="text/markdown",