Skip to content

Commit 691cae8

Browse files
szhGitHub Enterprise
authored and
GitHub Enterprise
committed
Merge pull request #13 from Conjur-Enterprise/fix-snyk-crypto-43
update cryptography to 43.0.1
2 parents 32b3bbc + 9bd885c commit 691cae8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
nose2>=0.9.2
33
nose2[coverage_plugin]>=0.6.5
44
pylint>=2.6.0
5-
cryptography~=42.0.5
5+
cryptography~=43.0.1
66
keyring>=23.0.0
77
pyopenssl>=20.0.0
88
PyInstaller>=4.0
@@ -17,4 +17,4 @@ urllib3>=2.2.2
1717

1818
aiounittest~=1.4.1
1919
requests>=2.32.2 # not directly required, pinned by Snyk to avoid a vulnerability
20-
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
20+
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability

Diff for: setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ zip_safe = True
3333
include_package_data = False
3434

3535
install_requires =
36-
cryptography~=42.0.5
36+
cryptography~=43.0.1
3737
keyring>=23.0.0
3838
aiohttp>=3.9.3
3939
asynctest >= 0.13.0; python_version<"3.8"

0 commit comments

Comments
 (0)