Skip to content

Commit 44a488f

Browse files
Bump the required group with 3 updates
Bumps the required group with 3 updates: [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) and [hypothesis](https://github.com/HypothesisWorks/hypothesis). Updates `mkdocs-material` from 9.5.43 to 9.5.45 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.5.43...9.5.45) Updates `mkdocstrings[python]` from 0.26.2 to 0.27.0 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.26.2...0.27.0) Updates `hypothesis` from 6.116.0 to 6.119.3 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.116.0...hypothesis-python-6.119.3) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: mkdocstrings[python] dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: hypothesis dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0ad2ac7 commit 44a488f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ dev-mkdocs = [
6060
"mkdocs-gen-files == 0.5.0",
6161
"mkdocs-literate-nav == 0.6.1",
6262
"mkdocs-macros-plugin == 1.3.7",
63-
"mkdocs-material == 9.5.43",
64-
"mkdocstrings[python] == 0.26.2",
63+
"mkdocs-material == 9.5.45",
64+
"mkdocstrings[python] == 0.27.0",
6565
"mkdocstrings-python == 1.12.2",
6666
"frequenz-repo-config[lib] == 0.11.0",
6767
]
@@ -86,7 +86,7 @@ dev-pytest = [
8686
"pytest-asyncio == 0.24.0",
8787
"time-machine == 2.12.0",
8888
"async-solipsism == 0.7",
89-
"hypothesis == 6.116.0",
89+
"hypothesis == 6.119.3",
9090
]
9191
dev = [
9292
"frequenz-sdk[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",

0 commit comments

Comments
 (0)