Skip to content

Commit

Permalink
Update core
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 22, 2024
1 parent 0aae085 commit 372056b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ jobs:
needs: "build"
steps:
- id: "deployment"
uses: "actions/deploy-pages@decdde0ac072f6dcbe43649d82d9c635fff5b4e4" # v4.0.4
uses: "actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e" # v4.0.5
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ repos:
|tests/.*
)$
- repo: "https://github.com/charliermarsh/ruff-pre-commit"
rev: "v0.3.3"
rev: "v0.3.4"
hooks:
- id: "ruff"
args: ["--extend-fixable", "PIE790"]
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ flit==3.9.0
keyring==24.3.1
packaging==24.0
pyright==1.1.354
ruff==0.3.3
ruff==0.3.4
snakeviz==2.2.0
sourcery-cli==1.15.0
sourcery-cli==1.16.0
2 changes: 1 addition & 1 deletion requirements/sync.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
copier==9.1.1
pre-commit==3.6.2
uv==0.1.21
uv==0.1.24

0 comments on commit 372056b

Please sign in to comment.