Skip to content

Commit

Permalink
Merge pull request #448 from jakob-keller/dependencies
Browse files Browse the repository at this point in the history
build(python): update dev dependencies
  • Loading branch information
jakob-keller authored Oct 27, 2024
2 parents 397f562 + 37bea78 commit 0e7c8f1
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 3 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ repos:
rev: v1.13.0
hooks:
- id: mypy
additional_dependencies: [orjson]
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.30.0
hooks:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies = [
[dependency-groups]
dev = [
"coverage[toml] >=7.2.1,<8",
"mypy >=1.1.1,<2",
"mypy[faster-cache] >=1.1.1,<2",
"pre-commit >=4.0.1,<5",
"pdoc3 >=0.11.1,<0.12",
"pytest >=8.0.0,<9",
Expand Down
54 changes: 52 additions & 2 deletions uv.lock

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

0 comments on commit 0e7c8f1

Please sign in to comment.