Skip to content

Commit

Permalink
Merge pull request #26 from arduino/dependabot/pip/reportsizedeltas/t…
Browse files Browse the repository at this point in the history
…ests/pytest-7.2.2

Bump pytest from 5.4.2 to 7.2.2 in /reportsizedeltas/tests
  • Loading branch information
per1234 authored Mar 26, 2023
2 parents 3a5d41b + 2d9d8aa commit 45844ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/libraries_report-size-deltas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.9.4'
python-version: '3.11.2'

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9.4
FROM python:3.11.2

# Copies your code file from your action repository to the filesystem path `/` of the container
COPY reportsizedeltas /reportsizedeltas
Expand Down
2 changes: 1 addition & 1 deletion reportsizedeltas/tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
coverage==5.2.1
pytest==5.4.2
pytest==7.2.2
pytest-mock==3.1.0

0 comments on commit 45844ce

Please sign in to comment.