Skip to content

Commit

Permalink
build: Depend on Griffe 0.49
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Aug 14, 2024
1 parent 41de4d1 commit a87dcad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ classifiers = [
]
dependencies = [
"mkdocstrings>=0.25",
"griffe>=0.48",
"griffe>=0.49",
]

[project.urls]
Expand Down
4 changes: 2 additions & 2 deletions src/mkdocstrings_handlers/python/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
ModulesCollection,
Parser,
load_extensions,
patch_logger,
patch_loggers,
)
from mkdocstrings.extension import PluginError
from mkdocstrings.handlers.base import BaseHandler, CollectionError, CollectorItem
Expand Down Expand Up @@ -50,7 +50,7 @@ def chdir(path: str) -> Iterator[None]: # noqa: D103

logger = get_logger(__name__)

patch_logger(get_logger)
patch_loggers(get_logger)


class PythonHandler(BaseHandler):
Expand Down

0 comments on commit a87dcad

Please sign in to comment.