Skip to content

Commit

Permalink
update requirements (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Varner authored Apr 23, 2024
1 parent 1fe9b4c commit 7e66cf5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ repos:
- pytest
- types-setuptools == 65.7.0.3
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.2
rev: v0.4.1
hooks:
- id: ruff
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sphinx~=7.2.6
sphinx~=7.3.7
sphinx-rtd-theme~=2.0.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dev = [
"codespell~=2.2.5",
"mypy~=1.9",
"pre-commit~=3.7",
"ruff~=0.3.1",
"ruff~=0.4.1",
"types-setuptools~=69.0",
]
test = [
Expand Down

0 comments on commit 7e66cf5

Please sign in to comment.