From cd1028b2489554992d87e22bcc6833d610df59b2 Mon Sep 17 00:00:00 2001 From: George <152157371+George15526@users.noreply.github.com> Date: Mon, 23 Dec 2024 16:00:01 +0800 Subject: [PATCH] chore: update package versions in requirements.txt for compatibility and improvements --- requirements.txt | 67 +++++++++++++++++------------------------------- 1 file changed, 23 insertions(+), 44 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3bb514a..6d15cfd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,67 +1,46 @@ -i https://pypi.org/simple -alembic==1.13.1; python_version >= '3.8' -attrs==24.2.0; python_version >= '3.7' -bidict==0.23.1; python_version >= '3.8' -blinker==1.8.2; python_version >= '3.8' +alembic==1.14.0; python_version >= '3.8' +attrs==24.3.0; python_version >= '3.8' +black==24.10.0; python_version >= '3.9' +blinker==1.9.0; python_version >= '3.9' cachelib==0.9.0; python_version >= '3.7' -certifi==2024.2.2; python_version >= '3.6' -cffi==1.16.0; python_version >= '3.8' -charset-normalizer==3.3.2; python_full_version >= '3.7.0' -click==8.1.7; python_version >= '3.7' -colorama==0.4.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6' -coverage[toml]==7.5.1; python_version >= '3.8' -cryptography==42.0.8; python_version >= '3.7' -dnspython==2.6.1; python_version >= '3.8' -eventlet==0.36.1; python_version >= '3.7' +cffi==1.17.1; platform_python_implementation != 'PyPy' +click==8.1.8; python_version >= '3.7' +colorama==0.4.6; sys_platform == 'win32' +coverage[toml]==7.6.9; python_version >= '3.9' +cryptography==44.0.0; python_version >= '3.7' and python_full_version not in '3.9.0, 3.9.1' flasgger==0.9.7.1 -flask==3.0.3; python_version >= '3.8' -flask-cache==0.13.1 +flask==3.1.0; python_version >= '3.9' flask-caching==2.3.0; python_version >= '3.8' -flask-cors==4.0.1 -flask-mail==0.9.1 +flask-cors==5.0.0 +flask-mail==0.10.0; python_version >= '3.8' flask-migrate==4.0.7; python_version >= '3.6' -flask-pytest==0.0.5 -flask-redis==0.4.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' -flask-session==0.8.0; python_version >= '3.8' -flask-socketio==5.3.6; python_version >= '3.6' flask-sqlalchemy==3.1.1; python_version >= '3.8' -greenlet==3.0.3; python_version >= '3.7' -h11==0.14.0; python_version >= '3.7' -idna==3.7; python_version >= '3.5' iniconfig==2.0.0; python_version >= '3.7' itsdangerous==2.2.0; python_version >= '3.8' -jinja2==3.1.4; python_version >= '3.7' +jinja2==3.1.5; python_version >= '3.7' jsonschema==4.23.0; python_version >= '3.8' jsonschema-specifications==2024.10.1; python_version >= '3.9' -mako==1.3.3; python_version >= '3.8' -markupsafe==2.1.5; python_version >= '3.7' +mako==1.3.8; python_version >= '3.8' +markupsafe==3.0.2; python_version >= '3.9' mistune==3.0.2; python_version >= '3.7' -msgspec==0.18.6; python_version >= '3.8' -packaging==24.0; python_version >= '3.7' -pillow==10.3.0; python_version >= '3.8' +mypy-extensions==1.0.0; python_version >= '3.5' +packaging==24.2; python_version >= '3.8' +pathspec==0.12.1; python_version >= '3.8' +platformdirs==4.3.6; python_version >= '3.8' pluggy==1.5.0; python_version >= '3.8' pycparser==2.22; python_version >= '3.8' pymysql==1.1.1; python_version >= '3.7' -pyopenssl==24.1.0; python_version >= '3.7' pyotp==2.9.0; python_version >= '3.7' pytest==8.3.4; python_version >= '3.8' pytest-cov==6.0.0; python_version >= '3.9' -pytest-json-report==1.5.0 -pytest-metadata==3.1.1; python_version >= '3.8' pytest-mock==3.14.0; python_version >= '3.8' pytest-only==2.1.2; python_version >= '3.8' and python_version < '4.0' -python-engineio==4.9.1; python_version >= '3.6' -python-socketio==5.11.3; python_version >= '3.8' pyyaml==6.0.2; python_version >= '3.8' -redis==5.0.4; python_version >= '3.7' +redis==5.2.1; python_version >= '3.8' referencing==0.35.1; python_version >= '3.8' -requests==2.31.0; python_version >= '3.7' -requests-mock==1.12.1; python_version >= '3.5' rpds-py==0.22.3; python_version >= '3.9' -simple-websocket==1.0.0; python_version >= '3.6' six==1.17.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' -sqlalchemy==2.0.30; python_version >= '3.7' -typing-extensions==4.11.0; python_version >= '3.8' -urllib3==2.2.1; python_version >= '3.8' -werkzeug==3.0.3; python_version >= '3.8' -wsproto==1.2.0; python_full_version >= '3.7.0' +sqlalchemy==2.0.36; python_version >= '3.7' +typing-extensions==4.12.2; python_version >= '3.8' +werkzeug==3.1.3; python_version >= '3.9'