fix: 修复 up_requirement 无法正常运行 (#158)

* Update up_requirement.yml

* 🔧 自动更新requirements

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Night-stars-1 2023-11-16 15:07:26 +08:00 committed by GitHub
parent 684e384249
commit d3cdae2f9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 24 deletions

View File

@ -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'

View File

@ -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