Skip to content

Commit

Permalink
fix(deps): downgrade yanked pytest, update pc deps
Browse files Browse the repository at this point in the history
  • Loading branch information
qartik committed Mar 4, 2024
1 parent 993c97a commit 2de355d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
- id: check-json

- repo: https://github.com/crate-ci/typos
rev: v1.18.2
rev: v1.19.0
hooks:
- id: typos
args: []
Expand Down Expand Up @@ -43,7 +43,7 @@ repos:
- black==23.10.1

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.1
rev: v0.3.0
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ mypy==1.8.0
pre-commit==3.6.2
pydantic==2.6.3
pydata_sphinx_theme==0.15.2
pytest==8.1.0
pytest==8.0.2
rich==13.7.1
ruff==0.3.0
setuptools-scm==8.0.4
Expand Down

0 comments on commit 2de355d

Please sign in to comment.