Skip to content

Commit

Permalink
upgrade pyright and upgreade cache github action¨
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordon J. Köhn committed Dec 20, 2024
1 parent bb5dff4 commit 64c377a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Cache Docker layers
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
version: "1.3.2"
- name: Cache dependencies
id: cache-deps
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: .venv
key: pydeps-${{ hashFiles('**/poetry.lock') }}
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ pytest-cov = "^4.0.0"
pytest-xdist = "^3.2.0"
pre-commit = "^3.1.0"
interrogate = "^1.5.0"
pyright = "^1.1.309"
pyright = "^1.1.391"
mkdocs-material = "^9.1.6"
mkdocstrings = { extras = ["python"], version = "^0.21.2" }
mkdocs-gen-files = "^0.4.0"
mkdocs-literate-nav = "^0.6.0"
setuptools = "^74.1.2"
moto = {extras = ["all", "ec2", "s3"], version = "^5.0.22"}
moto = { extras = ["all", "ec2", "s3"], version = "^5.0.22" }

[tool.coverage.report]
fail_under = 85.0
Expand Down

0 comments on commit 64c377a

Please sign in to comment.