We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 062657d commit 88355bdCopy full SHA for 88355bd
requirements-pinned.txt
@@ -8,7 +8,7 @@ ipaddress==1.0.23 ; python_version < '3' # via cryptography
8
pycparser==2.20 # via cffi
9
pynacl==1.4.0 # via securesystemslib
10
requests==2.24.0
11
-securesystemslib[crypto,pynacl]==0.17.0
+securesystemslib[crypto,pynacl]==0.18.0
12
six==1.15.0
13
subprocess32==3.5.4 ; python_version < '3' # via securesystemslib
14
urllib3==1.25.11 # via requests
setup.py
@@ -117,7 +117,7 @@
117
install_requires = [
118
'requests>=2.19.1',
119
'six>=1.11.0',
120
- 'securesystemslib>=0.16.0'
+ 'securesystemslib>=0.18.0'
121
],
122
tests_require = [
123
'mock; python_version < "3.3"'
0 commit comments