From 1cbdc97680541f93ae31018fd0457490f378d49f Mon Sep 17 00:00:00 2001 From: Emmanuel Viennet Date: Tue, 12 Sep 2023 20:09:51 +0200 Subject: [PATCH] Upgrade pip packages in venv --- requirements-3.11.txt | 59 +++++++++++++++---------- requirements-3.9.txt | 100 ------------------------------------------ 2 files changed, 37 insertions(+), 122 deletions(-) delete mode 100755 requirements-3.9.txt diff --git a/requirements-3.11.txt b/requirements-3.11.txt index 75b898bf..4a071323 100644 --- a/requirements-3.11.txt +++ b/requirements-3.11.txt @@ -1,27 +1,31 @@ -alembic==1.11.1 +alembic==1.12.0 astroid==2.15.6 -async-timeout==4.0.2 +async-timeout==4.0.3 attrs==23.1.0 Babel==2.12.1 -black==23.7.0 +black==23.9.1 blinker==1.6.2 +Brotli==1.0.9 cachelib==0.9.0 certifi==2023.7.22 cffi==1.15.1 -chardet==5.1.0 +chardet==5.2.0 charset-normalizer==3.2.0 -click==8.1.6 +click==8.1.7 cracklib==2.9.6 -cryptography==41.0.2 +cryptography==41.0.3 +cssselect2==0.7.0 Deprecated==1.2.14 dill==0.3.7 -dnspython==2.4.1 +dnspython==2.4.2 dominate==2.8.0 email-validator==2.0.0.post2 ERAlchemy==1.2.10 et-xmlfile==1.1.0 -exceptiongroup==1.1.2 -Flask==2.3.2 +exceptiongroup==1.1.3 +execnet==2.0.2 +flake8==6.1.0 +Flask==2.3.3 flask-babel==3.1.0 Flask-Bootstrap==3.3.7.1 Flask-Caching==2.0.2 @@ -29,13 +33,15 @@ Flask-HTTPAuth==4.8.0 Flask-JSON==0.4.0 Flask-Login==0.6.2 Flask-Mail==0.9.1 -Flask-Migrate==4.0.4 +Flask-Migrate==4.0.5 Flask-Moment==1.0.5 -Flask-SQLAlchemy==3.0.5 +Flask-SQLAlchemy==3.1.1 Flask-WTF==1.1.1 +fonttools==4.41.1 gprof2dot==2022.7.29 greenlet==2.0.2 gunicorn==21.2.0 +html5lib==1.1 icalendar==5.0.7 idna==3.4 importlib-metadata==6.8.0 @@ -48,21 +54,24 @@ lxml==4.9.3 Mako==1.2.4 MarkupSafe==2.1.3 mccabe==0.7.0 -mypy==1.4.1 +mypy==1.5.1 mypy-extensions==1.0.0 -numpy==1.25.1 +numpy==1.25.2 openpyxl==3.1.2 packaging==23.1 -pandas==2.0.3 +pandas==2.1.0 pathspec==0.11.2 Pillow==10.0.0 platformdirs==3.10.0 -pluggy==1.2.0 -psycopg2==2.9.6 +pluggy==1.3.0 +psycopg2==2.9.7 puremagic==1.15 py==1.11.0 +pycodestyle==2.11.0 pycparser==2.21 pydot==1.4.2 +pydyf==0.7.0 +pyflakes==3.1.0 pygraphviz==1.11 PyJWT==2.8.0 pylint==2.17.5 @@ -71,31 +80,37 @@ pylint-flask-sqlalchemy==0.2.0 pylint-plugin-utils==0.8.2 pyOpenSSL==23.2.0 pyparsing==3.1.1 -pytest==7.4.0 +pyphen==0.14.0 +pytest==7.4.2 +pytest-xdist==3.3.1 python-dateutil==2.8.2 python-docx==0.8.11 python-dotenv==1.0.0 python-editor==1.0.4 -pytz==2023.3 +pytz==2023.3.post1 PyYAML==6.0.1 -redis==4.6.0 +redis==5.0.0 reportlab==4.0.4 requests==2.31.0 rq==1.15.1 six==1.16.0 snakeviz==2.2.0 -SQLAlchemy==2.0.19 +SQLAlchemy==2.0.20 +tinycss2==1.2.1 toml==0.10.2 tomli==2.0.1 tomlkit==0.12.1 -tornado==6.3.2 +tornado==6.3.3 tuna==0.5.11 typing_extensions==4.7.1 tzdata==2023.3 urllib3==2.0.4 visitor==0.1.3 -Werkzeug==2.3.6 +weasyprint==59.0 +webencodings==0.5.1 +Werkzeug==2.3.7 wrapt==1.15.0 WTForms==3.0.1 xmltodict==0.13.0 zipp==3.16.2 +zopfli==0.2.2 diff --git a/requirements-3.9.txt b/requirements-3.9.txt deleted file mode 100755 index 43a9383c..00000000 --- a/requirements-3.9.txt +++ /dev/null @@ -1,100 +0,0 @@ -alembic==1.10.2 -astroid==2.15.2 -async-timeout==4.0.2 -attrs==22.2.0 -Babel==2.12.1 -black==23.3.0 -blinker==1.6 -cachelib==0.9.0 -certifi==2022.12.7 -cffi==1.15.1 -chardet==5.1.0 -charset-normalizer==3.1.0 -click==8.1.3 -cracklib==2.9.3 -cryptography==40.0.1 -Deprecated==1.2.13 -dill==0.3.6 -dnspython==2.3.0 -dominate==2.7.0 -email-validator==1.3.1 -ERAlchemy==1.2.10 -et-xmlfile==1.1.0 -exceptiongroup==1.1.1 -Flask==2.2.3 -flask-babel==3.0.1 -Flask-Bootstrap==3.3.7.1 -Flask-Caching==2.0.2 -Flask-HTTPAuth==4.7.0 -Flask-JSON==0.3.5 -Flask-Login==0.6.2 -Flask-Mail==0.9.1 -Flask-Migrate==4.0.4 -Flask-Moment==1.0.5 -Flask-SQLAlchemy==3.0.3 -Flask-WTF==1.1.1 -gprof2dot==2022.7.29 -greenlet==2.0.2 -gunicorn==20.1.0 -icalendar==5.0.4 -idna==3.4 -importlib-metadata==6.1.0 -iniconfig==2.0.0 -isort==5.12.0 -itsdangerous==2.1.2 -Jinja2==3.1.2 -lazy-object-proxy==1.9.0 -lxml==4.9.2 -Mako==1.2.4 -MarkupSafe==2.1.2 -mccabe==0.7.0 -mypy==1.1.1 -mypy-extensions==1.0.0 -numpy==1.24.2 -openpyxl==3.1.2 -packaging==23.0 -pandas==1.5.3 -pathspec==0.11.1 -Pillow==9.5.0 -pkg_resources==0.0.0 -platformdirs==3.2.0 -pluggy==1.0.0 -psycopg2==2.9.6 -py==1.11.0 -pycparser==2.21 -pydot==1.4.2 -pygraphviz==1.10 -PyJWT==2.6.0 -pylint==2.17.2 -pylint-flask==0.6 -pylint-flask-sqlalchemy==0.2.0 -pylint-plugin-utils==0.7 -pyOpenSSL==23.1.1 -pyparsing==3.0.9 -pytest==7.2.2 -python-dateutil==2.8.2 -python-docx==0.8.11 -python-dotenv==1.0.0 -python-editor==1.0.4 -pytz==2022.7.1 -PyYAML==6.0 -redis==4.5.4 -reportlab==3.6.12 -requests==2.28.2 -rq==1.13.0 -six==1.16.0 -snakeviz==2.1.1 -SQLAlchemy==1.4.47 -toml==0.10.2 -tomli==2.0.1 -tomlkit==0.11.7 -tornado==6.2 -tuna==0.5.11 -typing_extensions==4.5.0 -urllib3==1.26.15 -visitor==0.1.3 -Werkzeug==2.2.3 -wrapt==1.15.0 -WTForms==3.0.1 -xmltodict==0.13.0 -zipp==3.15.0