Skip to content

Commit

Permalink
[Auto-generated] Update dependencies (#164)
Browse files Browse the repository at this point in the history
* Update dependencies in `pyproject.toml` (#163)

* Update `pre-commit` hooks
  • Loading branch information
TEAM4-0 committed Dec 20, 2023
1 parent 5d2f279 commit 0b163ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repos:
args: [--markdown-linebreak-ext=md]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.7
rev: v0.1.8
hooks:
- id: ruff
args:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies = [

[project.optional-dependencies]
dev = [
"pre-commit ~=3.5",
"pre-commit ~=3.6",
"pytest ~=7.4",
"pytest-cov ~=4.1",
"requests-mock ~=1.11",
Expand Down

0 comments on commit 0b163ce

Please sign in to comment.