Upgrade des paquets python

This commit is contained in:
Emmanuel Viennet 2022-04-21 16:39:44 +02:00
parent 27c6f18c29
commit 16f97b17be
1 changed files with 42 additions and 29 deletions

View File

@ -1,74 +1,87 @@
alembic==1.7.5 alembic==1.7.7
astroid==2.11.2 astroid==2.11.2
async-timeout==4.0.2
attrs==21.4.0 attrs==21.4.0
Babel==2.9.1 Babel==2.9.1
black==22.3.0
blinker==1.4 blinker==1.4
certifi==2021.10.8 certifi==2021.10.8
cffi==1.15.0 cffi==1.15.0
chardet==4.0.0 chardet==4.0.0
charset-normalizer==2.0.9 charset-normalizer==2.0.12
click==8.0.3 click==8.1.2
cracklib==2.9.3 cracklib==2.9.3
cryptography==36.0.1 cryptography==36.0.2
Deprecated==1.2.13 Deprecated==1.2.13
dnspython==2.1.0 dill==0.3.4
dominate==2.6.0 dominate==2.6.0
email-validator==1.1.3 email-validator==1.1.3
et-xmlfile==1.1.0 et-xmlfile==1.1.0
Flask==2.0.2 Flask==2.1.1
Flask-Babel==2.0.0 Flask-Babel==2.0.0
Flask-Bootstrap==3.3.7.1 Flask-Bootstrap==3.3.7.1
Flask-Caching==1.10.1 Flask-Caching==1.10.1
Flask-HTTPAuth==4.5.0 Flask-HTTPAuth==4.5.0
Flask-Login==0.5.0 Flask-Login==0.6.0
Flask-Mail==0.9.1 Flask-Mail==0.9.1
Flask-Migrate==3.1.0 Flask-Migrate==3.1.0
Flask-Moment==1.0.2 Flask-Moment==1.0.2
Flask-SQLAlchemy==2.5.1 Flask-SQLAlchemy==2.5.1
Flask-WTF==1.0.0 Flask-WTF==1.0.1
greenlet==1.1.2 greenlet==1.1.2
gunicorn==20.1.0 gunicorn==20.1.0
icalendar==4.0.9 icalendar==4.0.9
idna==3.3 idna==3.3
importlib-metadata==4.11.3
iniconfig==1.1.1 iniconfig==1.1.1
isort==5.10.1 isort==5.10.1
itsdangerous==2.0.1 itsdangerous==2.1.2
Jinja2==3.0.3 Jinja2==3.1.1
lazy-object-proxy==1.7.1 lazy-object-proxy==1.7.1
lxml==4.8.0 lxml==4.8.0
Mako==1.1.6 Mako==1.2.0
MarkupSafe==2.0.1 MarkupSafe==2.1.1
mccabe==0.6.1 mccabe==0.7.0
numpy==1.22.0 mypy==0.942
mypy-extensions==0.4.3
numpy==1.22.3
openpyxl==3.0.9 openpyxl==3.0.9
packaging==21.3 packaging==21.3
pandas==1.3.5 pandas==1.4.2
Pillow==8.4.0 pathspec==0.9.0
Pillow==9.1.0
pkg_resources==0.0.0
platformdirs==2.5.1
pluggy==1.0.0 pluggy==1.0.0
psycopg2==2.9.3 psycopg2==2.9.3
py==1.11.0 py==1.11.0
pycparser==2.21 pycparser==2.21
pydot==1.4.2 pydot==1.4.2
PyJWT==2.3.0 PyJWT==2.3.0
pyOpenSSL==21.0.0 pylint==2.13.5
pyparsing==3.0.6 pylint-flask==0.6
pytest==6.2.5 pylint-flask-sqlalchemy==0.2.0
pylint-plugin-utils==0.7
pyOpenSSL==22.0.0
pyparsing==3.0.8
pytest==7.1.1
python-dateutil==2.8.2 python-dateutil==2.8.2
python-docx==0.8.11 python-docx==0.8.11
python-dotenv==0.19.2 python-dotenv==0.20.0
python-editor==1.0.4 python-editor==1.0.4
pytz==2021.3 pytz==2022.1
redis==4.1.0 redis==4.2.2
reportlab==3.6.5 reportlab==3.6.9
requests==2.26.0 requests==2.27.1
rq==1.10.1 rq==1.10.1
six==1.16.0 six==1.16.0
SQLAlchemy==1.4.29 SQLAlchemy==1.4.35
toml==0.10.2 toml==0.10.2
tornado==6.1 tornado==6.1
typing-extensions==4.0.1 typing_extensions==4.1.1
urllib3==1.26.7 urllib3==1.26.9
visitor==0.1.3 visitor==0.1.3
Werkzeug==2.0.2 Werkzeug==2.1.1
wrapt==1.13.3 wrapt==1.14.0
WTForms==3.0.1 WTForms==3.0.1
zipp==3.8.0