mirror of
https://github.com/cowrie/cowrie.git
synced 2025-07-01 18:07:27 -04:00
@ -1,5 +1,5 @@
|
|||||||
Sphinx==5.1.1
|
Sphinx==5.3.0
|
||||||
flake8==5.0.4
|
flake8==6.0.0
|
||||||
mypy-extensions==0.4.3; platform_python_implementation=='CPython' and python_version>'3.8'
|
mypy-extensions==0.4.3; platform_python_implementation=='CPython' and python_version>'3.8'
|
||||||
mypy-zope==0.3.9; platform_python_implementation=='CPython' and python_version>'3.8'
|
mypy-zope==0.3.9; platform_python_implementation=='CPython' and python_version>'3.8'
|
||||||
mypy==0.971; platform_python_implementation=='CPython' and python_version>'3.8'
|
mypy==0.971; platform_python_implementation=='CPython' and python_version>'3.8'
|
||||||
@ -20,4 +20,4 @@ twistedchecker==0.7.4
|
|||||||
types-python-dateutil==2.8.19; python_version>'3.8'
|
types-python-dateutil==2.8.19; python_version>'3.8'
|
||||||
types-redis==4.3.20; python_version>'3.8'
|
types-redis==4.3.20; python_version>'3.8'
|
||||||
types-requests==2.28.9; python_version>'3.8'
|
types-requests==2.28.9; python_version>'3.8'
|
||||||
yamllint==1.27.1
|
yamllint==1.27.1
|
@ -6,22 +6,22 @@ geoip2
|
|||||||
requests==2.28.1
|
requests==2.28.1
|
||||||
|
|
||||||
# elasticsearch
|
# elasticsearch
|
||||||
elasticsearch==8.4.0
|
elasticsearch==8.5.2
|
||||||
|
|
||||||
# hpfeeds
|
# hpfeeds
|
||||||
hpfeeds3==0.9.10
|
hpfeeds3==0.9.10
|
||||||
|
|
||||||
# mysql
|
# mysql
|
||||||
mysql-connector-python==8.0.30
|
mysql-connector-python==8.0.31
|
||||||
|
|
||||||
# mongodb
|
# mongodb
|
||||||
pymongo==4.2.0
|
pymongo==4.3.3
|
||||||
|
|
||||||
# rethinkdblog
|
# rethinkdblog
|
||||||
rethinkdb==2.4.9
|
rethinkdb==2.4.9
|
||||||
|
|
||||||
# s3
|
# s3
|
||||||
botocore==1.27.66
|
botocore==1.29.20
|
||||||
|
|
||||||
# slack
|
# slack
|
||||||
slackclient==2.9.4
|
slackclient==2.9.4
|
||||||
@ -33,8 +33,7 @@ influxdb==5.3.1
|
|||||||
wokkel==18.0.0
|
wokkel==18.0.0
|
||||||
|
|
||||||
# misp
|
# misp
|
||||||
pymisp==2.4.160.1
|
pymisp==2.4.165.1
|
||||||
|
|
||||||
# redis
|
# redis
|
||||||
redis==4.3.4
|
redis==4.3.4
|
||||||
protobuf>=3.20.2 # not directly required, pinned by Snyk to avoid a vulnerability
|
|
@ -2,7 +2,7 @@ appdirs==1.4.4
|
|||||||
attrs==22.1.0
|
attrs==22.1.0
|
||||||
bcrypt==4.0.1
|
bcrypt==4.0.1
|
||||||
configparser==5.3.0
|
configparser==5.3.0
|
||||||
cryptography==38.0.3
|
cryptography==38.0.4
|
||||||
packaging==21.3
|
packaging==21.3
|
||||||
pyasn1_modules==0.2.8
|
pyasn1_modules==0.2.8
|
||||||
pyopenssl==22.1.0
|
pyopenssl==22.1.0
|
||||||
@ -11,4 +11,4 @@ python-dateutil==2.8.2
|
|||||||
service_identity==21.1.0
|
service_identity==21.1.0
|
||||||
tftpy==0.8.2
|
tftpy==0.8.2
|
||||||
treq==22.2.0
|
treq==22.2.0
|
||||||
twisted==22.10.0
|
twisted==22.10.0
|
Reference in New Issue
Block a user