Skip to content

Commit

Permalink
Update test dependencies & pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolCat467 committed Jan 13, 2025
1 parent fda3363 commit 100397b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.6
rev: v0.9.1
hooks:
- id: ruff
types: [file]
Expand Down
6 changes: 3 additions & 3 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ mypy-extensions==1.0.0
# -r test-requirements.in
# black
# mypy
orjson==3.10.13 ; implementation_name == 'cpython'
orjson==3.10.14 ; implementation_name == 'cpython'
# via -r test-requirements.in
outcome==1.3.0.post0
# via
Expand All @@ -62,7 +62,7 @@ pytest-cov==6.0.0
# via -r test-requirements.in
pytest-trio==0.8.0
# via -r test-requirements.in
ruff==0.8.6
ruff==0.9.1
# via -r test-requirements.in
sniffio==1.3.1
# via trio
Expand All @@ -83,5 +83,5 @@ typing-extensions==4.12.2
# -r test-requirements.in
# black
# mypy
uv==0.5.14
uv==0.5.18
# via -r test-requirements.in

0 comments on commit 100397b

Please sign in to comment.