mirror of
https://github.com/cowrie/cowrie.git
synced 2025-07-01 18:07:27 -04:00
Automatic update of dependencies (#1745)
Co-authored-by: micheloosterhof <micheloosterhof@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
98353433db
commit
5b64bce81e
@ -1,4 +1,4 @@
|
||||
Sphinx==5.0.2
|
||||
Sphinx==5.1.1
|
||||
sphinx-copybutton==0.5.0
|
||||
sphinx_rtd_theme==1.0.0
|
||||
readthedocs-sphinx-search==0.1.2
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Sphinx==5.0.2
|
||||
flake8==4.0.1
|
||||
Sphinx==5.1.1
|
||||
flake8==5.0.0
|
||||
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==0.971; platform_python_implementation=='CPython' and python_version>'3.8'
|
||||
@ -8,8 +8,8 @@ pipdeptree==2.2.1
|
||||
pre-commit==2.20.0
|
||||
pur==7.0.0
|
||||
pyre-check==0.9.15; python_version>'3.8'
|
||||
pytype==2022.7.18; platform_python_implementation=='CPython' and python_version<'3.11'
|
||||
pyupgrade==2.37.2
|
||||
pytype==2022.7.26; platform_python_implementation=='CPython' and python_version<'3.11'
|
||||
pyupgrade==2.37.3
|
||||
pyyaml==6.0
|
||||
readthedocs-sphinx-search==0.1.2
|
||||
setuptools==63.2.0
|
||||
@ -18,6 +18,6 @@ sphinx_rtd_theme==1.0.0
|
||||
tox==3.25.1
|
||||
twistedchecker==0.7.4
|
||||
types-python-dateutil==2.8.19; python_version>'3.8'
|
||||
types-redis==4.3.11; python_version>'3.8'
|
||||
types-requests==2.28.3; python_version>'3.8'
|
||||
types-redis==4.3.12; python_version>'3.8'
|
||||
types-requests==2.28.6; python_version>'3.8'
|
||||
yamllint==1.27.1
|
||||
|
||||
@ -6,13 +6,13 @@ geoip2
|
||||
requests==2.28.1
|
||||
|
||||
# elasticsearch
|
||||
elasticsearch==8.3.1
|
||||
elasticsearch==8.3.3
|
||||
|
||||
# hpfeeds
|
||||
hpfeeds3==0.9.10
|
||||
|
||||
# mysql
|
||||
mysql-connector-python==8.0.29
|
||||
mysql-connector-python==8.0.30
|
||||
|
||||
# mongodb
|
||||
pymongo==4.2.0
|
||||
@ -21,7 +21,7 @@ pymongo==4.2.0
|
||||
rethinkdb==2.4.9
|
||||
|
||||
# s3
|
||||
botocore==1.27.36
|
||||
botocore==1.27.42
|
||||
|
||||
# slack
|
||||
slackclient==2.9.4
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
appdirs==1.4.4
|
||||
attrs==21.4.0
|
||||
attrs==22.1.0
|
||||
bcrypt==3.2.2
|
||||
configparser==5.2.0
|
||||
cryptography==37.0.4
|
||||
|
||||
Reference in New Issue
Block a user