Bump dependencies (#1640)

This commit is contained in:
flower
2025-12-09 15:55:38 +03:00
committed by GitHub
parent 0fe9958afe
commit aee1df3201
5 changed files with 9 additions and 10 deletions

View File

@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0
@@ -39,7 +39,7 @@ jobs:
os: [ubuntu-latest, windows-latest]
steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0
@@ -51,7 +51,7 @@ jobs:
- name: Build artifacts
run: |
python -m pip install -r requirements.txt
python -m pip install pyinstaller==6.16.0
python -m pip install pyinstaller==6.17.0
cd src
python build_package.py