Update requirements
This commit is contained in:
parent
e05cf362df
commit
b51566bdfe
1 changed files with 16 additions and 15 deletions
|
@ -4,11 +4,11 @@ aiosignal==1.3.1
|
|||
alabaster==0.7.13
|
||||
async-lru==2.0.2
|
||||
async-timeout==4.0.2
|
||||
attrs==22.2.0
|
||||
autoflake==2.0.2
|
||||
attrs==23.1.0
|
||||
autoflake==2.1.1
|
||||
Babel==2.12.1
|
||||
beautifulsoup4==4.12.0
|
||||
black==23.1.0
|
||||
beautifulsoup4==4.12.2
|
||||
black==23.3.0
|
||||
blinker==1.6.2
|
||||
cachetools==5.3.0
|
||||
certifi==2022.12.7
|
||||
|
@ -23,9 +23,9 @@ docutils==0.19
|
|||
exceptiongroup==1.1.1
|
||||
ExifRead==3.0.0
|
||||
flake8==6.0.0
|
||||
Flask==2.2.3
|
||||
Flask==2.3.2
|
||||
frozenlist==1.3.3
|
||||
hypothesis==6.70.0
|
||||
hypothesis==6.75.3
|
||||
ibis==3.2.0
|
||||
icmplib==3.0.3
|
||||
idna==3.4
|
||||
|
@ -45,7 +45,7 @@ lxml==4.9.2
|
|||
Markdown==3.4.3
|
||||
MarkupSafe==2.1.2
|
||||
mccabe==0.7.0
|
||||
meraki==1.30.0
|
||||
meraki==1.33.0
|
||||
mirakuru==2.5.1
|
||||
mistune==2.0.5
|
||||
multidict==6.0.4
|
||||
|
@ -64,23 +64,24 @@ port-for==0.6.3
|
|||
prompt-toolkit==3.0.38
|
||||
proquint==0.2.1
|
||||
psutil==5.9.4
|
||||
psycopg2==2.9.5
|
||||
psycopg==3.1.9
|
||||
psycopg2==2.9.6
|
||||
pudb==2022.1.3
|
||||
py==1.11.0
|
||||
pycodestyle==2.10.0
|
||||
pycryptodome==3.17
|
||||
pycryptodome==3.18.0
|
||||
pyflakes==3.0.1
|
||||
Pygments==2.14.0
|
||||
pyrsistent==0.19.3
|
||||
pytest==7.2.2
|
||||
pytest-cov==4.0.0
|
||||
pytest-postgresql==4.1.1
|
||||
pytest-postgresql==5.0.0
|
||||
pytest-pudb==0.7.0
|
||||
pytest-timeout==2.1.0
|
||||
PyYAML==6.0
|
||||
recommonmark==0.7.1
|
||||
redis==4.5.3
|
||||
requests==2.28.2
|
||||
redis==4.5.5
|
||||
requests==2.31.0
|
||||
retry==0.9.2
|
||||
rfc3339-validator==0.1.4
|
||||
six==1.16.0
|
||||
|
@ -88,7 +89,7 @@ smbus2==0.4.2
|
|||
snowballstemmer==2.2.0
|
||||
sortedcontainers==2.4.0
|
||||
soupsieve==2.4
|
||||
Sphinx==6.1.3
|
||||
Sphinx==7.0.1
|
||||
sphinx_mdinclude==0.5.3
|
||||
sphinxcontrib-applehelp==1.0.4
|
||||
sphinxcontrib-devhelp==1.0.2
|
||||
|
@ -111,7 +112,7 @@ urwid==2.1.2
|
|||
urwid-readline==0.13
|
||||
wcwidth==0.2.6
|
||||
websocket-client==1.5.1
|
||||
Werkzeug==2.2.3
|
||||
yamllint==1.30.0
|
||||
Werkzeug==2.3.4
|
||||
yamllint==1.32.0
|
||||
yarl==1.8.2
|
||||
yaspin==2.3.0
|
||||
|
|
Loading…
Reference in a new issue