Skip to content

Commit 6907a3f

Browse files
chore(deps-dev): bump the patch group across 1 directory with 3 updates
Bumps the patch group with 3 updates in the / directory: [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings), [mypy](https://github.com/python/mypy) and [pytest](https://github.com/pytest-dev/pytest). Updates `mkdocstrings` from 1.0.3 to 1.0.4 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@1.0.3...1.0.4) Updates `mypy` from 1.20.0 to 1.20.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.20.0...v1.20.2) Updates `pytest` from 9.0.2 to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@9.0.2...9.0.3) --- updated-dependencies: - dependency-name: mkdocstrings dependency-version: 1.0.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: mypy dependency-version: 1.20.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 32b7a0c commit 6907a3f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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.3",
7878
"mkdocs-macros-plugin == 1.5.0",
7979
"mkdocs-material == 9.7.6",
80-
"mkdocstrings[python] == 1.0.3",
80+
"mkdocstrings[python] == 1.0.4",
8181
"mkdocstrings-python == 2.0.3",
8282
"frequenz-repo-config[lib] == 0.17.0",
8383
]
8484
dev-mypy = [
85-
"mypy == 1.20.0",
85+
"mypy == 1.20.2",
8686
"grpc-stubs == 1.53.0.6",
8787
"pandas-stubs == 3.0.0.260204",
8888
"types-Markdown == 3.10.2.20260211",
@@ -97,7 +97,7 @@ dev-pylint = [
9797
"frequenz-client-electricity-trading[dev-mkdocs,dev-noxfile,dev-pytest]",
9898
]
9999
dev-pytest = [
100-
"pytest == 9.0.2",
100+
"pytest == 9.0.3",
101101
"frequenz-repo-config[extra-lint-examples] == 0.17.0",
102102
"pytest-mock == 3.15.1",
103103
"pytest-asyncio == 1.3.0",

0 commit comments

Comments
 (0)