From ce9757704966d0aa01c1f5b729ce67ae52c9b754 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 21:43:05 +0000 Subject: [PATCH] build(deps): bump cryptography from 44.0.3 to 45.0.6 Bumps [cryptography](https://github.com/pyca/cryptography) from 44.0.3 to 45.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.3...45.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-version: 45.0.6 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 76f0fc7..a2a4d4c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ requests==2.32.2 python-dateutil==2.8.2 -cryptography==44.0.3 +cryptography==45.0.6 six==1.16.0 ruamel.yaml==0.18.5 pynacl==1.5.0 diff --git a/setup.py b/setup.py index 40dd94d..1ddb264 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ url="https://github.com/Venafi/vcert-python", packages=['vcert', 'vcert.parser', 'vcert.policy'], install_requires=['requests==2.31.0', 'python-dateutil==2.8.2', 'six==1.16.0', - 'cryptography==44.0.3', 'ruamel.yaml==0.18.5', 'pynacl==1.5.0'], + 'cryptography==45.0.6', 'ruamel.yaml==0.18.5', 'pynacl==1.5.0'], description='Python client library for Venafi Trust Protection Platform and Venafi Cloud.', long_description=long_description, long_description_content_type="text/markdown",