Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
maarcingebala committed Apr 22, 2024
1 parent d3fa53c commit 7ac076b
Show file tree
Hide file tree
Showing 2 changed files with 349 additions and 322 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
@@ -1,7 +1,7 @@
exclude: ^.semgrep/
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
exclude: ^templates/templated_email/compiled/
Expand All @@ -11,7 +11,7 @@ repos:
exclude_types: [svg]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.4
rev: v0.4.1
hooks:
- id: ruff
- id: ruff-format
Expand All @@ -24,12 +24,12 @@ repos:
exclude: tests/

- repo: https://github.com/fpgmaas/deptry.git
rev: "0.15.0"
rev: "0.16.1"
hooks:
- id: deptry

- repo: https://github.com/returntocorp/semgrep
rev: v1.66.2
rev: v1.69.0
hooks:
- id: semgrep
language_version: python3.9
Expand Down

0 comments on commit 7ac076b

Please sign in to comment.