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-copybutton==0.5.0
|
||||||
sphinx_rtd_theme==1.0.0
|
sphinx_rtd_theme==1.0.0
|
||||||
readthedocs-sphinx-search==0.1.2
|
readthedocs-sphinx-search==0.1.2
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
Sphinx==5.0.2
|
Sphinx==5.1.1
|
||||||
flake8==4.0.1
|
flake8==5.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'
|
||||||
@ -8,8 +8,8 @@ pipdeptree==2.2.1
|
|||||||
pre-commit==2.20.0
|
pre-commit==2.20.0
|
||||||
pur==7.0.0
|
pur==7.0.0
|
||||||
pyre-check==0.9.15; python_version>'3.8'
|
pyre-check==0.9.15; python_version>'3.8'
|
||||||
pytype==2022.7.18; platform_python_implementation=='CPython' and python_version<'3.11'
|
pytype==2022.7.26; platform_python_implementation=='CPython' and python_version<'3.11'
|
||||||
pyupgrade==2.37.2
|
pyupgrade==2.37.3
|
||||||
pyyaml==6.0
|
pyyaml==6.0
|
||||||
readthedocs-sphinx-search==0.1.2
|
readthedocs-sphinx-search==0.1.2
|
||||||
setuptools==63.2.0
|
setuptools==63.2.0
|
||||||
@ -18,6 +18,6 @@ sphinx_rtd_theme==1.0.0
|
|||||||
tox==3.25.1
|
tox==3.25.1
|
||||||
twistedchecker==0.7.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.11; python_version>'3.8'
|
types-redis==4.3.12; python_version>'3.8'
|
||||||
types-requests==2.28.3; python_version>'3.8'
|
types-requests==2.28.6; python_version>'3.8'
|
||||||
yamllint==1.27.1
|
yamllint==1.27.1
|
||||||
|
|||||||
@ -6,13 +6,13 @@ geoip2
|
|||||||
requests==2.28.1
|
requests==2.28.1
|
||||||
|
|
||||||
# elasticsearch
|
# elasticsearch
|
||||||
elasticsearch==8.3.1
|
elasticsearch==8.3.3
|
||||||
|
|
||||||
# hpfeeds
|
# hpfeeds
|
||||||
hpfeeds3==0.9.10
|
hpfeeds3==0.9.10
|
||||||
|
|
||||||
# mysql
|
# mysql
|
||||||
mysql-connector-python==8.0.29
|
mysql-connector-python==8.0.30
|
||||||
|
|
||||||
# mongodb
|
# mongodb
|
||||||
pymongo==4.2.0
|
pymongo==4.2.0
|
||||||
@ -21,7 +21,7 @@ pymongo==4.2.0
|
|||||||
rethinkdb==2.4.9
|
rethinkdb==2.4.9
|
||||||
|
|
||||||
# s3
|
# s3
|
||||||
botocore==1.27.36
|
botocore==1.27.42
|
||||||
|
|
||||||
# slack
|
# slack
|
||||||
slackclient==2.9.4
|
slackclient==2.9.4
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
appdirs==1.4.4
|
appdirs==1.4.4
|
||||||
attrs==21.4.0
|
attrs==22.1.0
|
||||||
bcrypt==3.2.2
|
bcrypt==3.2.2
|
||||||
configparser==5.2.0
|
configparser==5.2.0
|
||||||
cryptography==37.0.4
|
cryptography==37.0.4
|
||||||
|
|||||||
Reference in New Issue
Block a user