From 498c64c18e77f0327e24a2f143e95506eb568200 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 01:09:34 +0000 Subject: [PATCH] build(deps): bump cryptography from 45.0.7 to 46.0.3 Bumps [cryptography](https://github.com/pyca/cryptography) from 45.0.7 to 46.0.3. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/45.0.7...46.0.3) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.3 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 478624f..ddc3b59 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ requests==2.32.4 python-dateutil==2.8.2 -cryptography==45.0.7 +cryptography==46.0.3 six==1.17.0 ruamel.yaml==0.18.13 pynacl==1.5.0 diff --git a/setup.py b/setup.py index 2e85671..b1a5246 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.32.4', 'python-dateutil==2.8.2', 'six==1.17.0', - 'cryptography==45.0.7', 'ruamel.yaml==0.18.13', 'pynacl==1.5.0'], + 'cryptography==46.0.3', 'ruamel.yaml==0.18.13', 'pynacl==1.5.0'], description='Python client library for CyberArk Certificate Manager, Self-Hosted and CyberArk Certificate Manager, SaaS.', long_description=long_description, long_description_content_type="text/markdown",