Skip to content

Commit b99ec31

Browse files
Merge pull request #97 from COMP1010UNSW/dependabot/pip/mkdocstrings-0.27.0
Bump mkdocstrings from 0.26.2 to 0.27.0
2 parents 3851cf4 + d60370b commit b99ec31

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

Lines changed: 4 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
@@ -49,7 +49,7 @@ pytest-mypy-plugins = "^3.0.0"
4949
[tool.poetry.group.docs.dependencies]
5050
mkdocs = "^1.6.1"
5151
mkdocs-material = "^9.5.34"
52-
mkdocstrings = { version = "^0.26.0", extras = ["python"] }
52+
mkdocstrings = { version = ">=0.26,<0.28", extras = ["python"] }
5353
mkdocs-awesome-pages-plugin = "^2.9.3"
5454
mkdocs-section-index = "^0.3.9"
5555

0 commit comments

Comments
 (0)