Skip to content

Commit a7e3f0f

Browse files
Merge branch 'master' into rebranding-vcertpython
2 parents e3d19fe + 4e874c8 commit a7e3f0f

2 files changed

Lines changed: 7 additions & 7 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
long_description = f.read()
1212

1313
setup(name='vcert',
14-
version='0.18.0',
14+
version='0.18.1',
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 CyberArk Certificate Manager, Self-Hosted and CyberArk Certificate Manager, SaaS.',
2020
long_description=long_description,
2121
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)