Skip to content

Commit e4f4c26

Browse files
committed
update deps i guess? (need to relock this is old)
1 parent a08758b commit e4f4c26

File tree

2 files changed

+62
-61
lines changed

2 files changed

+62
-61
lines changed

pdm.lock

Lines changed: 54 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -99,14 +99,14 @@ lint = [
9999
"mypy<2.0.0,>=1.3.0",
100100
]
101101
docs = [
102-
"furo; python_version >= \"3.9\"",
103-
"sphinx<7.0.0,>=6.1.3; python_version >= \"3.9\"",
104-
"recommonmark<1.0.0,>=0.7.1; python_version >= \"3.9\"",
105-
"sphinx-autodoc-typehints; python_version >= \"3.9\"",
106-
"sphinx-copybutton; python_version >= \"3.9\"",
107-
"sphinx-inline-tabs; python_version >= \"3.9\"",
108-
"sphinx-argparse-cli; python_version >= \"3.9\"",
109-
"sphinx-automodapi; python_version >= \"3.9\"",
102+
"furo; python_version >= \"3.10\"",
103+
"sphinx>7.0.0; python_version >= \"3.10\"",
104+
"recommonmark<1.0.0,>=0.7.1; python_version >= \"3.10\"",
105+
"sphinx-autodoc-typehints; python_version >= \"3.10\"",
106+
"sphinx-copybutton; python_version >= \"3.10\"",
107+
"sphinx-inline-tabs; python_version >= \"3.10\"",
108+
"sphinx-argparse-cli; python_version >= \"3.10\"",
109+
"sphinx-automodapi; python_version >= \"3.10\"",
110110
]
111111

112112
[tool.pdm.build]

0 commit comments

Comments
 (0)