Merge #2037
2037: update python dependencies of admin container r=mergify[bot] a=ghostwheel42 ## What type of PR? updates python dependencies of admin container ## What does this PR do? ### Related issue(s) ## Prerequisites Before we can consider review and merge, please make sure the following list is done and checked. If an entry in not applicable, you can check it or remove it from the list. - [X] In case of feature or enhancement: documentation updated accordingly - [X] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/workflow.html#changelog) entry file. Co-authored-by: Alexander Graf <ghostwheel42@users.noreply.github.com>master
commit
1675399047
@ -1,56 +1,75 @@
|
|||||||
alembic==1.0.10
|
alembic==1.7.4
|
||||||
asn1crypto==0.24.0
|
appdirs==1.4.4
|
||||||
Babel==2.6.0
|
Babel==2.9.1
|
||||||
bcrypt==3.1.6
|
bcrypt==3.2.0
|
||||||
blinker==1.4
|
blinker==1.4
|
||||||
cffi==1.12.3
|
CacheControl==0.12.9
|
||||||
Click==7.0
|
certifi==2021.10.8
|
||||||
cryptography==3.4.7
|
cffi==1.15.0
|
||||||
decorator==4.4.0
|
chardet==4.0.0
|
||||||
dnspython==1.16.0
|
click==8.0.3
|
||||||
dominate==2.3.5
|
colorama==0.4.4
|
||||||
Flask==1.0.2
|
contextlib2==21.6.0
|
||||||
Flask-Babel==0.12.2
|
cryptography==35.0.0
|
||||||
|
decorator==5.1.0
|
||||||
|
# distlib==0.3.1
|
||||||
|
# distro==1.5.0
|
||||||
|
dnspython==2.1.0
|
||||||
|
dominate==2.6.0
|
||||||
|
email-validator==1.1.3
|
||||||
|
Flask==2.0.2
|
||||||
|
Flask-Babel==2.0.0
|
||||||
Flask-Bootstrap==3.3.7.1
|
Flask-Bootstrap==3.3.7.1
|
||||||
Flask-DebugToolbar==0.10.1
|
Flask-DebugToolbar==0.11.0
|
||||||
Flask-Limiter==1.0.1
|
Flask-Limiter==1.4
|
||||||
Flask-Login==0.4.1
|
Flask-Login==0.5.0
|
||||||
flask-marshmallow==0.14.0
|
flask-marshmallow==0.14.0
|
||||||
Flask-Migrate==2.4.0
|
Flask-Migrate==3.1.0
|
||||||
Flask-Script==2.0.6
|
Flask-Script==2.0.6
|
||||||
Flask-SQLAlchemy==2.4.0
|
Flask-SQLAlchemy==2.5.1
|
||||||
Flask-WTF==0.14.2
|
Flask-WTF==0.15.1
|
||||||
|
greenlet==1.1.2
|
||||||
gunicorn==20.1.0
|
gunicorn==20.1.0
|
||||||
idna==2.8
|
html5lib==1.1
|
||||||
infinity==1.4
|
idna==3.3
|
||||||
intervals==0.8.1
|
infinity==1.5
|
||||||
itsdangerous==1.1.0
|
intervals==0.9.2
|
||||||
Jinja2==2.11.3
|
itsdangerous==2.0.1
|
||||||
limits==1.3
|
Jinja2==3.0.2
|
||||||
Mako==1.0.9
|
limits==1.5.1
|
||||||
MarkupSafe==1.1.1
|
lockfile==0.12.2
|
||||||
mysqlclient==1.4.2.post1
|
Mako==1.1.5
|
||||||
marshmallow==3.10.0
|
MarkupSafe==2.0.1
|
||||||
marshmallow-sqlalchemy==0.24.1
|
marshmallow==3.14.0
|
||||||
|
marshmallow-sqlalchemy==0.26.1
|
||||||
|
msgpack==1.0.2
|
||||||
|
mysqlclient==2.0.3
|
||||||
|
ordered-set==4.0.2
|
||||||
|
# packaging==20.9
|
||||||
passlib==1.7.4
|
passlib==1.7.4
|
||||||
psycopg2==2.8.2
|
# pep517==0.10.0
|
||||||
pycparser==2.19
|
progress==1.6
|
||||||
Pygments==2.8.1
|
psycopg2==2.9.1
|
||||||
pyOpenSSL==20.0.1
|
pycparser==2.20
|
||||||
python-dateutil==2.8.0
|
Pygments==2.10.0
|
||||||
python-editor==1.0.4
|
pyOpenSSL==21.0.0
|
||||||
pytz==2019.1
|
pyparsing==3.0.4
|
||||||
PyYAML==5.4.1
|
pytz==2021.3
|
||||||
redis==3.2.1
|
PyYAML==6.0
|
||||||
#alpine3:12 provides six==1.15.0
|
redis==3.5.3
|
||||||
#six==1.12.0
|
requests==2.26.0
|
||||||
socrate==0.1.1
|
retrying==1.3.3
|
||||||
SQLAlchemy==1.3.3
|
# six==1.15.0
|
||||||
|
socrate==0.2.0
|
||||||
|
SQLAlchemy==1.4.26
|
||||||
srslib==0.1.4
|
srslib==0.1.4
|
||||||
tabulate==0.8.3
|
tabulate==0.8.9
|
||||||
tenacity==5.0.4
|
tenacity==8.0.1
|
||||||
validators==0.12.6
|
toml==0.10.2
|
||||||
|
urllib3==1.26.7
|
||||||
|
validators==0.18.2
|
||||||
visitor==0.1.3
|
visitor==0.1.3
|
||||||
Werkzeug==0.15.5
|
webencodings==0.5.1
|
||||||
WTForms==2.2.1
|
Werkzeug==2.0.2
|
||||||
WTForms-Components==0.10.4
|
WTForms==2.3.3
|
||||||
|
WTForms-Components==0.10.5
|
||||||
|
Loading…
Reference in New Issue