Skip to content

Commit 33c34ff

Browse files
committed
deps: Depend on shellman 1.0.2
1 parent 6c90413 commit 33c34ff

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ classifiers = [
3131
]
3232
dependencies = [
3333
"mkdocstrings>=0.28.3",
34-
"shellman>=1.0.0",
34+
"shellman>=1.0.2",
3535
]
3636

3737
[project.urls]

src/mkdocstrings_handlers/shell/_internal/handler.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77

88
from mkdocs.exceptions import PluginError
99
from mkdocstrings import BaseHandler, CollectionError, CollectorItem, get_logger
10-
from shellman import DocFile
11-
from shellman.templates.filters import FILTERS
10+
from shellman import FILTERS, DocFile
1211

1312
from mkdocstrings_handlers.shell._internal.config import ShellConfig, ShellOptions
1413

0 commit comments

Comments
 (0)