Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
qartik committed Dec 5, 2023
1 parent 6e940a9 commit 9fcca78
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repos:
args: []

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.6
rev: v0.1.7
hooks:
- id: ruff
# args: [--fix, --exit-non-zero-on-fix]
Expand Down
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --extra=dev --no-annotate --output-file=requirements.txt --strip-extras pyproject.toml
#
build==0.10.0
build==1.0.3
cfgv==3.4.0
click==8.1.7
distlib==0.3.7
Expand All @@ -18,16 +18,16 @@ mypy-extensions==1.0.0
networkx==3.0
nodeenv==1.8.0
ormsgpack==1.4.1
packaging==23.1
packaging==23.2
pip-tools==7.3.0
platformdirs==4.0.0
pluggy==1.0.0
platformdirs==4.1.0
pluggy==1.3.0
pre-commit==3.5.0
pydantic==1.10.8
pyproject-hooks==1.0.0
pytest==7.3.1
pytest==7.4.3
pyyaml==6.0.1
ruff==0.1.6
typing-extensions==4.6.2
virtualenv==20.24.7
ruff==0.1.7
typing-extensions==4.8.0
virtualenv==20.25.0
wheel==0.42.0

0 comments on commit 9fcca78

Please sign in to comment.