Skip to content

Commit 03405ec

Browse files
chore(deps): update dependency pytest to ==7.4.*
1 parent 9e86555 commit 03405ec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Setup Python 3.10
3838
uses: actions/setup-python@v5
3939
with:
40-
python-version: '3.13'
40+
python-version: '3.10'
4141

4242
- name: Install dependencies
4343
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Setup Python
4444
uses: actions/setup-python@v5
4545
with:
46-
python-version: '3.13'
46+
python-version: '3.10'
4747

4848
- name: Install build dependencies
4949
run: python -m pip install --upgrade pip wheel

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
prospector==1.7.*
22
pylint==2.15.6
3-
pytest==7.1.*
3+
pytest==7.4.*

0 commit comments

Comments
 (0)