Skip to content

Commit

Permalink
Update dependency pytest to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 28, 2024
1 parent 446ae18 commit 1c224b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
# renovate: datasource=docker depName=earthly/earthly
version: "v0.8.9"
version: "v0.7.22"
- uses: actions/setup-python@v5
with:
python-version: "3.12"
Expand Down
2 changes: 1 addition & 1 deletion earthly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ docker run \
-t \
-v "$(pwd)":/workspace \
-v earthly-tmp:/tmp/earthly:rw \
earthly/earthly:v0.8.9 \
earthly/earthly:v0.7.22 \
"$@"
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pre-commit==3.5.0
pyright==1.1.338
pytest==7.4.3
pytest==8.2.0
pyyaml==6.0.1
ruff==0.1.6

0 comments on commit 1c224b5

Please sign in to comment.