mirror of https://github.com/avast/PurpleDome
Requirements update and fixes
parent
ae3e2a1655
commit
26c0c54c8f
@ -1,32 +1,36 @@
|
|||||||
python-vagrant==0.5.15
|
python-vagrant==0.5.15
|
||||||
fabric==2.6.0
|
fabric==2.6.0
|
||||||
requests==2.25.1
|
requests==2.27.1
|
||||||
simplejson==3.17.2
|
simplejson==3.17.6
|
||||||
tox==3.22.0
|
tox==3.24.5
|
||||||
coverage==5.4
|
coverage==6.3.2
|
||||||
PyYAML==5.4.1
|
PyYAML==6.0
|
||||||
straight.plugin==1.5.0
|
straight.plugin==1.5.0
|
||||||
paramiko==2.7.2
|
paramiko==2.9.2
|
||||||
pymetasploit3==1.0.3
|
pymetasploit3==1.0.3
|
||||||
pylint==2.9.3
|
pylint==2.12.2
|
||||||
flask==2.0.2
|
flask==2.0.3
|
||||||
pydantic==1.8.2
|
pydantic==1.9.0
|
||||||
dotmap==1.3.25
|
dotmap==1.3.26
|
||||||
|
|
||||||
# Sphinx stuff
|
# Sphinx stuff
|
||||||
sphinx-argparse==0.2.5
|
sphinx-argparse==0.3.1
|
||||||
sphinxcontrib-autoyaml==0.6.1
|
sphinxcontrib-autoyaml==0.6.1
|
||||||
sphinx-pyreverse==0.0.13
|
sphinx-pyreverse==0.0.17
|
||||||
sphinxcontrib.asciinema==0.3.2
|
sphinxcontrib.asciinema==0.3.3
|
||||||
sphinx-revealjs
|
sphinx-revealjs
|
||||||
# sphinx-pydantic # This one has issues that must be fixed upstream first
|
# sphinx-pydantic # This one has issues that must be fixed upstream first
|
||||||
|
|
||||||
# Mypy stuff
|
# Mypy stuff
|
||||||
mypy==0.931
|
mypy==0.931
|
||||||
types-PyYAML==5.4.6
|
types-PyYAML==6.0.4
|
||||||
types-requests==2.25.6
|
types-requests==2.27.11
|
||||||
types-simplejson==3.17.0
|
types-simplejson==3.17.3
|
||||||
types-paramiko==2.7.0
|
types-paramiko==2.8.13
|
||||||
|
|
||||||
|
# pipdeptree
|
||||||
|
pipdeptree
|
||||||
|
pip-upgrade
|
||||||
|
|
||||||
# Argcomplete. See README.md
|
# Argcomplete. See README.md
|
||||||
argcomplete==2.0.0
|
argcomplete==2.0.0
|
||||||
|
Loading…
Reference in New Issue