mirror of https://github.com/cowrie/cowrie.git
Automatic update of dependencies (#1593)
Co-authored-by: micheloosterhof <micheloosterhof@users.noreply.github.com>
This commit is contained in:
parent
3dae609a5d
commit
aec10cbe05
|
@ -1,6 +1,6 @@
|
|||
Sphinx==4.0.2
|
||||
flake8==3.9.2
|
||||
importlib_metadata==4.6.0; python_version<'3.8'
|
||||
importlib_metadata==4.6.1; python_version<'3.8'
|
||||
mypy-extensions==0.4.3; platform_python_implementation=='CPython'
|
||||
mypy-zope==0.3.2; platform_python_implementation=='CPython'
|
||||
mypy==0.910; platform_python_implementation=='CPython'
|
||||
|
@ -10,10 +10,10 @@ pre-commit==2.13.0
|
|||
pur==5.4.1
|
||||
pyre-check==0.9.3
|
||||
pytype==2021.6.17; platform_python_implementation=='CPython'
|
||||
pyupgrade==2.19.4
|
||||
pyupgrade==2.20.0
|
||||
pyyaml==5.4.1
|
||||
setuptools==57.0.0
|
||||
sphinx-copybutton==0.3.3
|
||||
sphinx-copybutton==0.4.0
|
||||
sphinx_rtd_theme==0.5.2
|
||||
tox==3.23.1
|
||||
twistedchecker==0.7.4
|
||||
|
|
|
@ -21,7 +21,7 @@ pymongo==3.11.4
|
|||
rethinkdb==2.4.8
|
||||
|
||||
# s3
|
||||
botocore==1.20.102
|
||||
botocore==1.20.105
|
||||
|
||||
# slack
|
||||
slackclient==2.9.3
|
||||
|
|
|
@ -3,7 +3,7 @@ attrs==21.2.0
|
|||
bcrypt==3.2.0
|
||||
configparser==5.0.2
|
||||
cryptography==3.4.7
|
||||
packaging==20.9
|
||||
packaging==21.0
|
||||
pyasn1_modules==0.2.8
|
||||
pyopenssl==20.0.1
|
||||
pyparsing==2.4.7
|
||||
|
|
Loading…
Reference in New Issue