Skip to content

Commit faa5a42

Browse files
Update mkdocstrings requirement from ^0.27.0 to >=0.27,<0.29 (#238)
Updates the requirements on [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) to permit the latest version. - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.27.0...0.28.0) --- updated-dependencies: - dependency-name: mkdocstrings dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 673d7d3 commit faa5a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ruff = ">=0.5.1,<0.9.5"
3333
mypy = "^1.14.1"
3434
pytest = "^8.3.4"
3535
types-requests = "^2.32.0.20241016"
36-
mkdocstrings = "^0.27.0"
36+
mkdocstrings = ">=0.27,<0.29"
3737
mkdocs-material = "^9.5.49"
3838
mkdocs = "^1.6.1"
3939
requests-testing = "^0.2.0"

0 commit comments

Comments
 (0)