1
0

nit(ci): lock python script dependencies

This commit is contained in:
janw4ld
2025-04-20 16:26:24 +02:00
parent 6ad5abd0fd
commit 5838831e49
2 changed files with 6 additions and 1 deletions

5
.github/scripts/requirements.lock vendored Normal file
View 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

View File

@@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r .github/scripts/requirements.txt
pip install -r .github/scripts/requirements.lock
- name: Update mod versions
env: