nit(ci): lock python script dependencies
This commit is contained in:
5
.github/scripts/requirements.lock
vendored
Normal file
5
.github/scripts/requirements.lock
vendored
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
certifi==2025.1.31
|
||||||
|
charset-normalizer==3.4.1
|
||||||
|
idna==3.10
|
||||||
|
requests==2.32.3
|
||||||
|
urllib3==2.4.0
|
||||||
2
.github/workflows/update-mod-versions.yml
vendored
2
.github/workflows/update-mod-versions.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -r .github/scripts/requirements.txt
|
pip install -r .github/scripts/requirements.lock
|
||||||
|
|
||||||
- name: Update mod versions
|
- name: Update mod versions
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user