Skip to content

Commit a3095f8

Browse files
dependabot[bot]insolor
authored andcommitted
Bump the docs group with 2 updates
Bumps the docs group with 2 updates: [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) and [mkdocs-material](https://github.com/squidfunk/mkdocs-material). Updates `mkdocstrings` from 0.30.1 to 1.0.0 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.30.1...1.0.0) Updates `mkdocs-material` from 9.6.22 to 9.7.0 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.6.22...9.7.0) --- updated-dependencies: - dependency-name: mkdocstrings dependency-version: 1.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: docs - dependency-name: mkdocs-material dependency-version: 9.7.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: docs ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c62a389 commit a3095f8

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

poetry.lock

Lines changed: 20 additions & 20 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
@@ -33,7 +33,7 @@ customtkinter = "^5.2.1"
3333

3434
[tool.poetry.group.docs.dependencies]
3535
mkdocs = "^1.5.2"
36-
mkdocstrings = {extras = ["python"], version = ">=0.22,<0.31"}
36+
mkdocstrings = {extras = ["python"], version = ">=0.22,<1.1"}
3737
mkdocs-material = "^9.2.5"
3838

3939
[tool.poetry.extras]

0 commit comments

Comments
 (0)