mirror of
https://github.com/0-8-4/miui-auto-tasks.git
synced 2024-11-21 14:48:20 +00:00
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:
parent
684e384249
commit
d3cdae2f9e
6
.github/workflows/up_requirement.yml
vendored
6
.github/workflows/up_requirement.yml
vendored
@ -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'
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user