1
0
Fork 0

Upgrade Python packages

This commit is contained in:
Emmanuel Viennet 2023-07-30 22:03:17 +02:00
parent bdfa603539
commit 5ccce380da
1 changed files with 19 additions and 17 deletions

View File

@ -3,19 +3,19 @@ astroid==2.15.6
async-timeout==4.0.2 async-timeout==4.0.2
attrs==23.1.0 attrs==23.1.0
Babel==2.12.1 Babel==2.12.1
black==23.3.0 black==23.7.0
blinker==1.6.2 blinker==1.6.2
cachelib==0.9.0 cachelib==0.9.0
certifi==2023.5.7 certifi==2023.7.22
cffi==1.15.1 cffi==1.15.1
chardet==5.1.0 chardet==5.1.0
charset-normalizer==3.2.0 charset-normalizer==3.2.0
click==8.1.4 click==8.1.6
cracklib==2.9.6 cracklib==2.9.6
cryptography==41.0.1 cryptography==41.0.2
Deprecated==1.2.14 Deprecated==1.2.14
dill==0.3.6 dill==0.3.7
dnspython==2.3.0 dnspython==2.4.1
dominate==2.8.0 dominate==2.8.0
email-validator==2.0.0.post2 email-validator==2.0.0.post2
ERAlchemy==1.2.10 ERAlchemy==1.2.10
@ -35,7 +35,7 @@ Flask-SQLAlchemy==3.0.5
Flask-WTF==1.1.1 Flask-WTF==1.1.1
gprof2dot==2022.7.29 gprof2dot==2022.7.29
greenlet==2.0.2 greenlet==2.0.2
gunicorn==20.1.0 gunicorn==21.2.0
icalendar==5.0.7 icalendar==5.0.7
idna==3.4 idna==3.4
importlib-metadata==6.8.0 importlib-metadata==6.8.0
@ -54,45 +54,47 @@ numpy==1.25.1
openpyxl==3.1.2 openpyxl==3.1.2
packaging==23.1 packaging==23.1
pandas==2.0.3 pandas==2.0.3
pathspec==0.11.1 pathspec==0.11.2
Pillow==10.0.0 Pillow==10.0.0
platformdirs==3.8.1 platformdirs==3.10.0
pluggy==1.2.0 pluggy==1.2.0
psycopg2==2.9.6 psycopg2==2.9.6
py==1.11.0 py==1.11.0
pycparser==2.21 pycparser==2.21
pydot==1.4.2 pydot==1.4.2
pygraphviz==1.11 pygraphviz==1.11
PyJWT==2.7.0 PyJWT==2.8.0
pylint==2.17.4 pylint==2.17.5
pylint-flask==0.6 pylint-flask==0.6
pylint-flask-sqlalchemy==0.2.0 pylint-flask-sqlalchemy==0.2.0
pylint-plugin-utils==0.8.2 pylint-plugin-utils==0.8.2
pyOpenSSL==23.2.0 pyOpenSSL==23.2.0
pyparsing==3.1.0 pyparsing==3.1.1
pytest==7.4.0 pytest==7.4.0
python-dateutil==2.8.2 python-dateutil==2.8.2
python-docx==0.8.11 python-docx==0.8.11
python-dotenv==1.0.0 python-dotenv==1.0.0
python-editor==1.0.4 python-editor==1.0.4
pytz==2023.3 pytz==2023.3
PyYAML==6.0 PyYAML==6.0.1
redis==4.6.0 redis==4.6.0
reportlab==4.0.4 reportlab==4.0.4
requests==2.31.0 requests==2.31.0
rq==1.15.1 rq==1.15.1
six==1.16.0 six==1.16.0
SQLAlchemy==2.0.18 snakeviz==2.2.0
SQLAlchemy==2.0.19
toml==0.10.2 toml==0.10.2
tomli==2.0.1 tomli==2.0.1
tomlkit==0.11.8 tomlkit==0.12.1
tornado==6.3.2 tornado==6.3.2
tuna==0.5.11
typing_extensions==4.7.1 typing_extensions==4.7.1
tzdata==2023.3 tzdata==2023.3
urllib3==2.0.3 urllib3==2.0.4
visitor==0.1.3 visitor==0.1.3
Werkzeug==2.3.6 Werkzeug==2.3.6
wrapt==1.15.0 wrapt==1.15.0
WTForms==3.0.1 WTForms==3.0.1
xmltodict==0.13.0 xmltodict==0.13.0
zipp==3.16.0 zipp==3.16.2