Skip to content

Commit 7e66cf5

Browse files
author
Phil Varner
authored
update requirements (#119)
1 parent 1fe9b4c commit 7e66cf5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ repos:
2727
- pytest
2828
- types-setuptools == 65.7.0.3
2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: v0.3.2
30+
rev: v0.4.1
3131
hooks:
3232
- id: ruff

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
sphinx~=7.2.6
1+
sphinx~=7.3.7
22
sphinx-rtd-theme~=2.0.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dev = [
3535
"codespell~=2.2.5",
3636
"mypy~=1.9",
3737
"pre-commit~=3.7",
38-
"ruff~=0.3.1",
38+
"ruff~=0.4.1",
3939
"types-setuptools~=69.0",
4040
]
4141
test = [

0 commit comments

Comments
 (0)