Skip to content

Commit

Permalink
build: bump poetry.lock dependencies and pre-commit hooks (#480)
Browse files Browse the repository at this point in the history
Bump dependencies in `poetry.lock` and hooks in
`.pre-commit-config.yaml`.
  • Loading branch information
phylum-bot authored Oct 7, 2024
1 parent 13c8d22 commit 7462c50
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 23 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 2c9f875913ee60ca25ce70243dc24d5b6415598c # frozen: v4.6.0
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # frozen: v5.0.0
hooks:
- id: trailing-whitespace
exclude_types: [svg]
Expand All @@ -28,7 +28,7 @@ repos:
- id: black

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: cc915bbf189077041f55bc59c4c0cf7f30cc921f # frozen: v0.6.8
rev: 75b98813cfb7e663870a28c74366a1e99d7bfe79 # frozen: v0.6.9
hooks:
- id: ruff

Expand All @@ -38,7 +38,7 @@ repos:
- id: refurb

- repo: https://github.com/jendrikseipp/vulture
rev: 783f356e3b23a4483902e864b8db6f4d53e93d9c # frozen: v2.12
rev: 0555f2c981ac4d01a0f8cffc87acf5332d9991b7 # frozen: v2.13
hooks:
- id: vulture

Expand Down
42 changes: 22 additions & 20 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7462c50

Please sign in to comment.