Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions requirements-build.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-r requirements.in
pytest==7.4.3
pytest-cov==4.1.0
safety==2.3.5
pytest==8.4.2
pytest-cov==7.1.0
pip-audit==2.10.1
bandit==1.7.7
204 changes: 156 additions & 48 deletions requirements-build.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
requests==2.32.4
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
cryptography==45.0.7
six==1.17.0
ruamel.yaml==0.18.13
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
version='0.18.1',
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',
install_requires=['requests==2.32.4', 'python-dateutil==2.9.0.post0', 'six==1.17.0',
'cryptography==45.0.7', '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,
Expand Down