Skip to content

Commit

Permalink
build: updated deps (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryankanno authored Nov 8, 2024
1 parent f5265bb commit 372b179
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 52 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
(?x)(cookiecutter\.package_name)
additional_dependencies: [pytest==7.1.2]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.1
rev: v0.7.3
hooks:
- id: ruff
args: ['--config', 'pyproject.toml']
Expand Down Expand Up @@ -63,12 +63,12 @@ repos:
- id: detect-secrets
args: ['--baseline', '.secrets.baseline']
- repo: https://github.com/crate-ci/typos
rev: v1.26.8
rev: typos-dict-v0.11.34
hooks:
- id: typos
args: ["--config", "_typos.toml", "--force-exclude"]
- repo: https://github.com/fpgmaas/deptry.git
rev: "0.20.0"
rev: "0.21.0"
hooks:
- id: deptry
args: ["--ignore", "DEP001,DEP002"]
122 changes: 75 additions & 47 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ tox = "^4.23.2"
mypy = "^1.13.0"
pytest-cov = "^6.0.0"
pytest-xdist = "^3.6.1"
ruff = "^0.7.2"
deptry = "^0.20.0"
ruff = "^0.7.3"
deptry = "^0.21.0"

[tool.poetry.group.docs]
optional = true
Expand Down

0 comments on commit 372b179

Please sign in to comment.