Skip to content

Commit b776531

Browse files
committed
requirements: update various packages
1 parent 8075648 commit b776531

16 files changed

+9
-12597
lines changed

.github/workflows/compile-requirements.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
python-version: ${{ matrix.python-version }}
4747
- name: Install dependencies
4848
run: |
49-
python -m pip install --upgrade pip
49+
python -m pip install --upgrade "pip < 25.1"
5050
python -m pip install --upgrade pip-tools
5151
- name: Generate
5252
# Generate filename based on Python version and OS.
@@ -57,7 +57,7 @@ jobs:
5757
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5858
- uses: actions/upload-artifact@v4
5959
with:
60-
name: ${{ github.sha }}-${{ github.run_number }}-${{ github.run_attempt }}-requirements
60+
name: ${{ github.sha }}-${{ github.run_number }}-${{ github.run_attempt }}-requirements-${{ matrix.python-version }}-${{ runner.os }}
6161
path: requirements/requirements-${{ matrix.python-version }}-${{ runner.os }}.txt
6262
commit-and-push:
6363
if: ${{ inputs.commit_and_push == 'true' }}
@@ -68,7 +68,7 @@ jobs:
6868
persist-credentials: false
6969
- uses: actions/download-artifact@v4
7070
with:
71-
name: ${{ github.sha }}-${{ github.run_number }}-${{ github.run_attempt }}-requirements
71+
name: ${{ github.sha }}-${{ github.run_number }}-${{ github.run_attempt }}-requirements-${{ matrix.python-version }}-${{ runner.os }}
7272
path: temp-requirements
7373
- name: Configure git
7474
run: |

requirements/dev.in

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--no-binary coverage
2-
coverage==7.6.8
3-
coveralls==4.0.1
4-
mock==5.1.0
5-
pytest==8.3.4
6-
pytest-mock==3.14.0
2+
coverage
3+
coveralls
4+
mock
5+
pytest
6+
pytest-mock

requirements/gui-dev.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pytest-qt==4.4.0
1+
pytest-qt

requirements/requirements-3.10-Linux.txt

Lines changed: 0 additions & 1125 deletions
This file was deleted.

requirements/requirements-3.10-Windows.txt

Lines changed: 0 additions & 1144 deletions
This file was deleted.

requirements/requirements-3.10-macOS.txt

Lines changed: 0 additions & 662 deletions
This file was deleted.

requirements/requirements-3.11-Linux.txt

Lines changed: 0 additions & 1076 deletions
This file was deleted.

requirements/requirements-3.11-Windows.txt

Lines changed: 0 additions & 1095 deletions
This file was deleted.

requirements/requirements-3.11-macOS.txt

Lines changed: 0 additions & 613 deletions
This file was deleted.

requirements/requirements-3.12-Linux.txt

Lines changed: 0 additions & 1076 deletions
This file was deleted.

0 commit comments

Comments
 (0)