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