Skip to content

Commit b52d75b

Browse files
Merge pull request #183 from Venafi/upgradeDependencies
upgraded dependencies version
2 parents cfe9ea7 + 70ca4c3 commit b52d75b

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
requests==2.32.2
1+
requests==2.32.4
22
python-dateutil==2.8.2
3-
cryptography==44.0.3
4-
six==1.16.0
5-
ruamel.yaml==0.18.5
3+
cryptography==45.0.7
4+
six==1.17.0
5+
ruamel.yaml==0.18.13
66
pynacl==1.5.0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
version='0.18.0',
1515
url="https://github.com/Venafi/vcert-python",
1616
packages=['vcert', 'vcert.parser', 'vcert.policy'],
17-
install_requires=['requests==2.31.0', 'python-dateutil==2.8.2', 'six==1.16.0',
18-
'cryptography==44.0.3', 'ruamel.yaml==0.18.5', 'pynacl==1.5.0'],
17+
install_requires=['requests==2.32.4', 'python-dateutil==2.8.2', 'six==1.17.0',
18+
'cryptography==45.0.7', 'ruamel.yaml==0.18.13', 'pynacl==1.5.0'],
1919
description='Python client library for Venafi Trust Protection Platform and Venafi Cloud.',
2020
long_description=long_description,
2121
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)