Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix snyk check for cryptography vesrion #768

Merged
merged 1 commit into from
Sep 9, 2024
Merged
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
2 changes: 1 addition & 1 deletion requirements.in.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ wheel==0.42.0
# avoid ImportError error https://github.com/GSA/data.gov/issues/4396
importlib-resources<6.0
gevent>=23.9.0
cryptography>=42.0.4
cryptography>42.0.4
pip>=23.3
jinja2>=3.1.4

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ckanext-usmetadata==0.3.2
-e git+https://github.com/ckan/ckanext-xloader.git@a96ce28c589dfe6b1b850d8eeeb14f1e1dfe9759#egg=ckanext_xloader
ckantoolkit==0.0.7
click==8.1.3
cryptography==43.0.0
cryptography==43.0.1
defusedxml==0.7.1
dominate==2.7.0
elementpath==4.4.0
Expand Down
Loading