Skip to content

Commit

Permalink
chore(deps-dev): bump mkdocstrings from 0.22.0 to 0.23.0
Browse files Browse the repository at this point in the history
Bumps [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) from 0.22.0 to 0.23.0.
- [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases)
- [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/mkdocstrings@0.22.0...0.23.0)

---
updated-dependencies:
- dependency-name: mkdocstrings
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 7, 2023
1 parent 781397a commit 10eebd4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
22 changes: 16 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ruff = "0.1.3"
[tool.poetry.group.docs.dependencies]
mkdocs = { version = "1.5.2", python = ">=3.8" }
mkdocs-material = { version = "9.1.21", python = ">=3.8" }
mkdocstrings = { version = "0.22.0", extras = ["python"], python = ">=3.8" }
mkdocstrings = { version = "0.23.0", extras = ["python"], python = ">=3.8" }

[tool.poe.tasks]
all = [
Expand Down

0 comments on commit 10eebd4

Please sign in to comment.