Skip to content

Commit

Permalink
build: bump poetry.lock dependencies and pre-commit hooks (#371)
Browse files Browse the repository at this point in the history
Bump dependencies in `poetry.lock` and hooks in
`.pre-commit-config.yaml`.

---------

Co-authored-by: Charles Coggins <[email protected]>
  • Loading branch information
phylum-bot and maxrake authored Jan 8, 2024
1 parent 955e454 commit 28be987
Show file tree
Hide file tree
Showing 3 changed files with 224 additions and 220 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ repos:
- id: no-commit-to-branch

- repo: https://github.com/psf/black
rev: d9ad09a32b0e0481bb4fef548d35b7a49cc03c5d # frozen: 23.12.0
rev: ec91a2be3c44d88e1a3960a4937ad6ed3b63464e # frozen: 23.12.1
hooks:
- id: black

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: d7c4946c7c152163ce34efe35be4e1015d053edd # frozen: v0.1.8
rev: fbe77be689d01fea5a7b64d3c495d4d1ed646852 # frozen: v0.1.11
hooks:
- id: ruff

- repo: https://github.com/dosisod/refurb
rev: 435963c9113ff66d5a501a4e918b40a32c36a56a # frozen: v1.25.0
rev: a7c461fcfaa2ca3248d489cdf7fed8e2d4fd8520 # frozen: v1.26.0
hooks:
- id: refurb

Expand Down
Loading

0 comments on commit 28be987

Please sign in to comment.