mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Update cffi from 1.12.2 to 1.12.3 Update cffi from 1.12.2 to 1.12.3 Update configparser from 3.7.4 to 4.0.2 Update cryptography from 2.6.1 to 2.7 Update cryptography from 2.6.1 to 2.7 Update gitpython from 2.1.11 to 3.0.2 Update isort from 4.3.17 to 4.3.21 Update lazy-object-proxy from 1.3.1 to 1.4.2 Update pbr from 5.1.3 to 5.4.3 Update pluggy from 0.9.0 to 0.13.0 Update pyyaml from 5.1 to 5.1.2 Update requests from 2.21.0 to 2.22.0 Update requests from 2.21.0 to 2.22.0 Update stevedore from 1.30.1 to 1.31.0 Update tox from 3.8.6 to 3.14.0 Update virtualenv from 16.4.3 to 16.7.5 Update wrapt from 1.11.1 to 1.11.2 Update certifi from 2019.3.9 to 2019.9.11 Update urllib3 from 1.24.2 to 1.25.3 Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
52 lines
1.3 KiB
Text
52 lines
1.3 KiB
Text
#
|
|
# This file is (mostly) autogenerated by pip-compile.
|
|
# To update, run:
|
|
#
|
|
# pip-compile --output-file dev-requirements.txt dev-requirements.txt
|
|
#
|
|
# Run pip-compile in both Python2 and Python3, and combine the dependencies,
|
|
# adding the following as necessary:
|
|
# - Add version directives like ' ; python_version >= "3.0"' based on which
|
|
# dependencies are required for Python2 vs Python3 (or other version
|
|
# constraints).
|
|
# - Add ' # pyup: ignore' for any dependency that must remain outdated
|
|
# because later versions drop support for (e.g.) Python2.
|
|
#
|
|
# Be sure to leave these comments at the top of the new file.
|
|
#
|
|
-e .
|
|
asn1crypto==0.24.0
|
|
astroid==1.6.5 ; python_version < "3.0" # pyup: ignore
|
|
astroid==2.2.5; python_version >= "3.0"
|
|
backports.functools-lru-cache==1.5
|
|
bandit==1.6.2
|
|
cffi==1.12.3
|
|
colorama==0.4.1
|
|
configparser==4.0.2
|
|
cryptography==2.7
|
|
enum34==1.1.6
|
|
gitdb2==2.0.5
|
|
gitpython==3.0.2
|
|
idna==2.8
|
|
ipaddress==1.0.22 ; python_version < "3.0"
|
|
iso8601==0.1.12
|
|
isort==4.3.21
|
|
lazy-object-proxy==1.4.2
|
|
mccabe==0.6.1
|
|
pbr==5.4.3
|
|
pluggy==0.13.0
|
|
py==1.8.0
|
|
pycparser==2.19
|
|
pylint==2.3.1; python_version >= "3.0"
|
|
pylint==1.9.3 ; python_version < "3.0" # pyup: ignore
|
|
pynacl==1.3.0
|
|
pyyaml==5.1.2
|
|
requests==2.22.0
|
|
securesystemslib[crypto,pynacl]==0.11.3
|
|
singledispatch==3.4.0.3
|
|
six==1.12.0
|
|
smmap2==2.0.5
|
|
stevedore==1.31.0
|
|
tox==3.14.0
|
|
virtualenv==16.7.5
|
|
wrapt==1.11.2
|