From d3cdae2f9e30498c9551ef84aabcc63d9c98d9be Mon Sep 17 00:00:00 2001 From: Night-stars-1 <99261160+Night-stars-1@users.noreply.github.com> Date: Thu, 16 Nov 2023 15:07:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20up=5Frequirement=20?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E6=AD=A3=E5=B8=B8=E8=BF=90=E8=A1=8C=20(#158)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update up_requirement.yml * :wrench: 自动更新requirements --------- Co-authored-by: github-actions[bot] --- .github/workflows/up_requirement.yml | 6 ++++-- requirements.txt | 24 ++---------------------- 2 files changed, 6 insertions(+), 24 deletions(-) diff --git a/.github/workflows/up_requirement.yml b/.github/workflows/up_requirement.yml index 64bc4b8..927dd89 100644 --- a/.github/workflows/up_requirement.yml +++ b/.github/workflows/up_requirement.yml @@ -10,8 +10,10 @@ jobs: build: runs-on: ubuntu-latest steps: - - - name: Set up python 3.11 + - name: Checkout + uses: actions/checkout@v4.1.1 + + - name: Set up python 3.11 uses: actions/setup-python@v4 with: python-version: '3.11' diff --git a/requirements.txt b/requirements.txt index 505a565..fc2c4ca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,28 +1,8 @@ -# This file is @generated by PDM. -# Please do not edit it manually. - -annotated-types==0.6.0 -anyio==4.0.0 -certifi==2023.7.22 -cffi==1.16.0 -charset-normalizer==3.3.2 -colorama==0.4.6 cryptography==41.0.5 -h11==0.14.0 -httpcore==1.0.2 httpx==0.25.1 -idna==3.4 loguru==0.7.2 onepush==1.3.0 orjson==3.9.10 -pycparser==2.21 -pycryptodome==3.19.0 -pydantic==2.4.2 -pydantic-core==2.10.1 -pyyaml==6.0.1 -requests==2.31.0 -sniffio==1.3.0 +pydantic==2.5.1 +PyYAML==6.0.1 tenacity==8.2.3 -typing-extensions==4.8.0 -urllib3==2.0.7 -win32-setctime==1.1.0