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

Bump securesystemslib from 0.13.1 to 0.27.0 #49

Closed
wants to merge 1 commit into from
Closed
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 setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# pyca/cryptography). *Verification* of either signature type does NOT
# require securesystemslib.
# WARNING: DEPENDENCY ON SECURESYSTEMSLIB PINNED.
extras_require = {'gpgsigning': ['securesystemslib==0.13.1']},
extras_require = {'gpgsigning': ['securesystemslib==0.27.0']},
keywords='conda-content-trust conda-authentication-resources conda signing secure verify authentication key compromise',
classifiers=[
'Programming Language :: Python :: 2.7',
Expand Down
6 changes: 3 additions & 3 deletions strict_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ six==1.16.0 \
# --hash=67c1ad65807009d3ed90e1b68571fb6c4407e0c9666d65a5340a1bac1b8d8d68

# https://pypi.org/project/securesystemslib/0.18.0/#files
securesystemslib==0.18.0 \
--hash=sha256:6f1a5e45efcfbc09941d9d2b8c239d86a6f9e62f8f9a6f76055877ad14f2387c \
--hash=sha256:01df48c690230373543b941603de3c8ec72e60224273ae30b7e931cecc21b565
securesystemslib==0.27.0 \
--hash=sha256:27fab4aae9adaf82530dc58f8e85a546f637d5ec5c5ef00d261689985420a70b \
--hash=sha256:7ba326a41f980b3897356663144f6091531bf3d4e8333b821164526ce8e9f48d



Expand Down