Skip to content

Commit 261bb24

Browse files
Bump the patch group with 3 updates
Bumps the patch group with 3 updates: [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [mypy](https://github.com/python/mypy) and [hypothesis](https://github.com/HypothesisWorks/hypothesis). Updates `mkdocs-material` from 9.7.0 to 9.7.1 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.7.0...9.7.1) Updates `mypy` from 1.19.0 to 1.19.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.19.0...v1.19.1) Updates `hypothesis` from 6.148.7 to 6.148.9 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.148.7...hypothesis-python-6.148.9) --- updated-dependencies: - dependency-name: mkdocs-material dependency-version: 9.7.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: mypy dependency-version: 1.19.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: hypothesis dependency-version: 6.148.9 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent db19808 commit 261bb24

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
@@ -77,12 +77,12 @@ dev-mkdocs = [
7777
"mkdocs-literate-nav == 0.6.2",
7878
"frequenz-api-dispatch == 1.0.0",
7979
"mkdocs-macros-plugin == 1.5.0",
80-
"mkdocs-material == 9.7.0",
80+
"mkdocs-material == 9.7.1",
8181
"mkdocstrings[python] == 1.0.0",
8282
"frequenz-repo-config[lib] == 0.13.8",
8383
]
8484
dev-mypy = [
85-
"mypy == 1.19.0",
85+
"mypy == 1.19.1",
8686
"types-Markdown == 3.10.0.20251106",
8787
# For checking the noxfile, docs/ script, and tests
8888
"frequenz-client-dispatch[cli,dev-mkdocs,dev-noxfile,dev-pytest]",
@@ -104,7 +104,7 @@ dev-pytest = [
104104
"pytest-asyncio == 1.3.0",
105105
"async-solipsism == 0.8",
106106
"time-machine == 3.1.0",
107-
"hypothesis == 6.148.7",
107+
"hypothesis == 6.148.9",
108108
"frequenz-client-dispatch[cli]",
109109
]
110110
dev = [

0 commit comments

Comments
 (0)