From 084dc60bfac9ff909a9195d9c28eaf38b8748905 Mon Sep 17 00:00:00 2001 From: lzwang Date: Thu, 11 Jan 2024 22:59:42 +0800 Subject: [PATCH] =?UTF-8?q?NEW:=20=E6=9B=B4=E6=96=B0Python=E5=8C=85?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E5=88=B0=E6=9C=80=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cloud-center/requirements.txt | 39 ++++++++++++++++++----------------- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/cloud-center/requirements.txt b/cloud-center/requirements.txt index da3d9ac..078459b 100644 --- a/cloud-center/requirements.txt +++ b/cloud-center/requirements.txt @@ -5,7 +5,7 @@ anyio==3.7.1 ; python_full_version >= "3.11.0" and python_version < "4.0" anyio[trio]==3.7.1 ; python_full_version >= "3.11.0" and python_version < "4.0" async-generator==1.10 ; python_full_version >= "3.11.0" and python_version < "4.0" async-timeout==4.0.3 ; python_full_version >= "3.11.0" and python_full_version <= "3.11.2" -attrs==23.1.0 ; python_full_version >= "3.11.0" and python_version < "4.0" +attrs==23.2.0 ; python_full_version >= "3.11.0" and python_version < "4.0" babel==2.14.0 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" bcrypt==4.1.2 ; python_full_version >= "3.11.0" and python_version < "4.0" certifi==2023.11.17 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" @@ -21,74 +21,75 @@ cryptography==41.0.7 ; python_full_version >= "3.11.0" and python_full_version < cycler==0.12.1 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" deprecated==1.2.14 ; python_full_version >= "3.11.0" and python_version < "4.0" fastapi-login==1.9.2 ; python_full_version >= "3.11.0" and python_version < "4.0" -fastapi==0.104.1 ; python_full_version >= "3.11.0" and python_version < "4.0" -fonttools==4.47.0 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" +fastapi==0.108.0 ; python_full_version >= "3.11.0" and python_version < "4.0" +fonttools==4.47.2 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" ghp-import==2.1.0 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" gitdb==4.0.11 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" -gitpython==3.1.40 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" +gitpython==3.1.41 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" h11==0.14.0 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" httpcore==1.0.2 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" -httpx==0.25.2 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" +httpx==0.26.0 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" idna==3.6 ; python_full_version >= "3.11.0" and python_version < "4.0" importlib-resources==6.1.1 ; python_full_version >= "3.11.0" and python_version < "4.0" iniconfig==2.0.0 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" -jinja2==3.1.2 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" +jinja2==3.1.3 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" kiwisolver==1.4.5 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" limits==3.7.0 ; python_full_version >= "3.11.0" and python_version < "4.0" loguru==0.7.2 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" -markdown==3.5.1 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" +markdown==3.5.2 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" markupsafe==2.1.3 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" matplotlib==3.8.2 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" mergedeep==1.3.4 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" -mkdocs-glightbox==0.3.5 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" +mkdocs-glightbox==0.3.6 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" mkdocs-material-extensions==1.3.1 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" mkdocs-material==9.5.3 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" mkdocs-plugin-inline-svg==0.1.0 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" mkdocs==1.5.3 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" -numpy==1.26.2 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" +numpy==1.26.3 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" outcome==1.3.0.post0 ; python_full_version >= "3.11.0" and python_version < "4.0" packaging==23.2 ; python_full_version >= "3.11.0" and python_version < "4.0" paginate==0.5.6 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" paramiko==3.4.0 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" passlib[bcrypt]==1.7.4 ; python_full_version >= "3.11.0" and python_version < "4.0" pathspec==0.12.1 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" -pendulum==2.1.2 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" -pillow==10.1.0 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" +pendulum==3.0.0 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" +pillow==10.2.0 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" platformdirs==4.1.0 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" pluggy==1.3.0 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" pycparser==2.21 ; python_full_version >= "3.11.0" and python_version < "4.0" -pycryptodome==3.19.1 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" +pycryptodome==3.20.0 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" pydantic-core==2.14.6 ; python_full_version >= "3.11.0" and python_version < "4.0" pydantic==2.5.3 ; python_full_version >= "3.11.0" and python_version < "4.0" pygments==2.17.2 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" pyjwt==2.8.0 ; python_full_version >= "3.11.0" and python_version < "4.0" -pymdown-extensions==10.6 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" +pymdown-extensions==10.7 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" pynacl==1.5.0 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" pyparsing==3.1.1 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" pytest-mock==3.12.0 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" -pytest==7.4.3 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" +pytest==7.4.4 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" python-dateutil==2.8.2 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" python-multipart==0.0.6 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" -pytzdata==2020.1 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" pyyaml-env-tag==0.1 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" pyyaml==6.0.1 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" redis==5.0.1 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" regex==2023.12.25 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" requests-toolbelt==1.0.0 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" requests==2.27.1 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" -ruff==0.1.9 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" +ruff==0.1.11 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" schedule==1.2.1 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" six==1.16.0 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" slowapi==0.1.8 ; python_full_version >= "3.11.0" and python_version < "4.0" smmap==5.0.1 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" sniffio==1.3.0 ; python_full_version >= "3.11.0" and python_version < "4.0" sortedcontainers==2.4.0 ; python_full_version >= "3.11.0" and python_version < "4.0" -starlette==0.27.0 ; python_full_version >= "3.11.0" and python_version < "4.0" -tencentcloud-sdk-python==3.0.1064 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" +starlette==0.32.0.post1 ; python_full_version >= "3.11.0" and python_version < "4.0" +tencentcloud-sdk-python==3.0.1073 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" +time-machine==2.13.0 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" and implementation_name != "pypy" trio==0.21.0 ; python_full_version >= "3.11.0" and python_version < "4.0" typing-extensions==4.9.0 ; python_full_version >= "3.11.0" and python_version < "4.0" +tzdata==2023.4 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" urllib3==1.26.18 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" -uvicorn==0.24.0.post1 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" +uvicorn==0.25.0 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" watchdog==3.0.0 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" win32-setctime==1.1.0 ; python_full_version >= "3.11.0" and python_full_version < "4.0.0" and sys_platform == "win32" wrapt==1.16.0 ; python_full_version >= "3.11.0" and python_version < "4.0"