diff --git a/requirements.txt b/requirements.txt index 478624f..697c5b0 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.1 six==1.17.0 ruamel.yaml==0.18.13 pynacl==1.5.0 diff --git a/setup.py b/setup.py index 84e142c..da41bad 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.1', 'ruamel.yaml==0.18.13', '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",