Skip to content

Commit b9c9a53

Browse files
chore(deps-dev): bump mkdocstrings from 0.21.2 to 0.22.0 (#195)
Bumps [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) from 0.21.2 to 0.22.0. - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/master/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.21.2...0.22.0) --- updated-dependencies: - dependency-name: mkdocstrings dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 81323b4 commit b9c9a53

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ black = "^23.1.0"
2929
coverage = { extras = ["toml"], version = "^7.1.0" }
3030
mkdocs = "^1.4.2"
3131
mkdocs-material = "^9.0.13"
32-
mkdocstrings = { extras = ["python"], version = ">=0.20,<0.22" }
32+
mkdocstrings = { extras = ["python"], version = ">=0.20,<0.23" }
3333
mypy = "^1.0.1"
3434
poethepoet = ">=0.18.1,<0.20.0"
3535
pytest = "^7.0.1"

0 commit comments

Comments
 (0)