Skip to content

Commit 60bde2b

Browse files
build(deps): bump cryptography from 44.0.3 to 46.0.1
Bumps [cryptography](https://github.com/pyca/cryptography) from 44.0.3 to 46.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@44.0.3...46.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cfe9ea7 commit 60bde2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
requests==2.32.2
22
python-dateutil==2.8.2
3-
cryptography==44.0.3
3+
cryptography==46.0.1
44
six==1.16.0
55
ruamel.yaml==0.18.5
66
pynacl==1.5.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
url="https://github.com/Venafi/vcert-python",
1616
packages=['vcert', 'vcert.parser', 'vcert.policy'],
1717
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'],
18+
'cryptography==46.0.1', 'ruamel.yaml==0.18.5', '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)