Skip to content

Commit 30257ff

Browse files
chore(deps): update dependency pytest to v7.2.1 (#170)
* chore(deps): update dependency pytest to v7.2.1 * use python 3.11 in prerelease github action workflow * use python 3.11 in compliance github action workflow --------- Co-authored-by: Anthonios Partheniou <[email protected]>
1 parent a93df8a commit 30257ff

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/compliance.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python: ['3.10']
11+
python: ['3.11']
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v3
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
strategy:
3131
matrix:
32-
python: ['3.10']
32+
python: ['3.11']
3333
steps:
3434
- name: Checkout
3535
uses: actions/checkout@v3

.github/workflows/unittest-prerelease.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python: ['3.10']
11+
python: ['3.11']
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v3
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pytest==7.2.0
1+
pytest==7.2.1

0 commit comments

Comments
 (0)