mirror of https://github.com/cowrie/cowrie.git
Dependency upgrade 2021 02 16 (#1498)
* dependency upgrade Tue 16 Feb 2021 13:45:19 UTC
This commit is contained in:
parent
3643f51e81
commit
04487d3310
|
@ -1,8 +1,8 @@
|
||||||
flake8==3.8.4
|
flake8==3.8.4
|
||||||
flake8-import-order==0.18.1
|
flake8-import-order==0.18.1
|
||||||
setuptools==51.3.3
|
setuptools==53.0.0
|
||||||
Sphinx==3.4.3
|
Sphinx==3.5.0
|
||||||
sphinx_rtd_theme==0.5.1
|
sphinx_rtd_theme==0.5.1
|
||||||
tox==3.21.2
|
tox==3.22.0
|
||||||
pur==5.3.0
|
pur==5.3.0
|
||||||
importlib_metadata==2.1.0; python_version < '3.8'
|
importlib_metadata==2.1.0; python_version < '3.8'
|
||||||
|
|
|
@ -5,7 +5,7 @@ csirtgsdk==0.0.0a22 # TODO: csirtgsdk need to be updated for current API
|
||||||
requests==2.25.1
|
requests==2.25.1
|
||||||
|
|
||||||
# elasticsearch
|
# elasticsearch
|
||||||
elasticsearch==7.10.1
|
elasticsearch==7.11.0
|
||||||
|
|
||||||
# hpfeeds
|
# hpfeeds
|
||||||
hpfeeds3==0.9.10
|
hpfeeds3==0.9.10
|
||||||
|
@ -16,13 +16,13 @@ hpfeeds3==0.9.10
|
||||||
mysqlclient==2.0.3
|
mysqlclient==2.0.3
|
||||||
|
|
||||||
# mongodb
|
# mongodb
|
||||||
pymongo==3.11.2
|
pymongo==3.11.3
|
||||||
|
|
||||||
# rethinkdblog
|
# rethinkdblog
|
||||||
rethinkdb==2.4.8
|
rethinkdb==2.4.8
|
||||||
|
|
||||||
# s3
|
# s3
|
||||||
botocore==1.19.59
|
botocore==1.20.8
|
||||||
|
|
||||||
# slack
|
# slack
|
||||||
slackclient==2.9.3
|
slackclient==2.9.3
|
||||||
|
@ -38,5 +38,5 @@ python-snappy==0.6.0
|
||||||
wokkel==18.0.0
|
wokkel==18.0.0
|
||||||
|
|
||||||
# misp
|
# misp
|
||||||
pymisp==2.4.137.1
|
pymisp==2.4.138
|
||||||
|
|
||||||
|
|
|
@ -2,8 +2,8 @@ appdirs==1.4.4
|
||||||
attrs==20.3.0
|
attrs==20.3.0
|
||||||
bcrypt==3.2.0
|
bcrypt==3.2.0
|
||||||
configparser==5.0.1
|
configparser==5.0.1
|
||||||
cryptography==3.3.1
|
cryptography==3.4.5
|
||||||
packaging==20.8
|
packaging==20.9
|
||||||
pyasn1_modules==0.2.8
|
pyasn1_modules==0.2.8
|
||||||
pyopenssl==20.0.1
|
pyopenssl==20.0.1
|
||||||
pyparsing==2.4.7
|
pyparsing==2.4.7
|
||||||
|
|
Loading…
Reference in New Issue