Skip to content

Commit

Permalink
chore: update dependencies to fix dependabot findings (#125)
Browse files Browse the repository at this point in the history
* chore: update dependencies to fix dependabot findings

* update pre-commit hooks

* feat: update new-pykube to 25.1.0
  • Loading branch information
JTaeuber authored Jan 3, 2025
1 parent 61d1a26 commit 342286a
Show file tree
Hide file tree
Showing 2 changed files with 222 additions and 229 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ repos:
stages: [pre-push]

- repo: https://github.com/gruntwork-io/pre-commit
rev: v0.1.24
rev: v0.1.25
hooks:
- id: helmlint

Expand All @@ -69,7 +69,7 @@ repos:
- id: reorder-python-imports

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.1
rev: v0.8.4
hooks:
# Run the linter.
- id: ruff
Expand All @@ -86,7 +86,7 @@ repos:
stages: [pre-push]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.13.0
rev: v1.14.1
hooks:
- id: mypy
additional_dependencies: [types-pytz, types-requests]
Expand All @@ -109,7 +109,7 @@ repos:
- id: python-check-blanket-noqa

- repo: https://github.com/rbubley/mirrors-prettier
rev: v3.4.1
rev: v3.4.2
hooks:
- id: prettier
files: \.md$
Expand Down
Loading

0 comments on commit 342286a

Please sign in to comment.