Skip to content

Commit 45844ce

Browse files
authored
Merge pull request #26 from arduino/dependabot/pip/reportsizedeltas/tests/pytest-7.2.2
Bump pytest from 5.4.2 to 7.2.2 in /reportsizedeltas/tests
2 parents 3a5d41b + 2d9d8aa commit 45844ce

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/libraries_report-size-deltas.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Python
2828
uses: actions/setup-python@v4
2929
with:
30-
python-version: '3.9.4'
30+
python-version: '3.11.2'
3131

3232
- name: Install dependencies
3333
run: |

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.9.4
1+
FROM python:3.11.2
22

33
# Copies your code file from your action repository to the filesystem path `/` of the container
44
COPY reportsizedeltas /reportsizedeltas
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
coverage==5.2.1
2-
pytest==5.4.2
2+
pytest==7.2.2
33
pytest-mock==3.1.0

0 commit comments

Comments
 (0)