Skip to content

Commit d851169

Browse files
Bump the required group with 5 updates
Bumps the required group with 5 updates: | Package | From | To | | --- | --- | --- | | [black](https://github.com/psf/black) | `24.8.0` | `24.10.0` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.39` | `9.5.43` | | [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) | `0.26.1` | `0.26.2` | | [mypy](https://github.com/python/mypy) | `1.11.2` | `1.13.0` | | [nox](https://github.com/wntrblm/nox) | `2024.4.15` | `2024.10.9` | Updates `black` from 24.8.0 to 24.10.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@24.8.0...24.10.0) Updates `mkdocs-material` from 9.5.39 to 9.5.43 - [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.39...9.5.43) Updates `mkdocstrings[python]` from 0.26.1 to 0.26.2 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.26.1...0.26.2) Updates `mypy` from 1.11.2 to 1.13.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.11.2...v1.13.0) Updates `nox` from 2024.4.15 to 2024.10.9 - [Release notes](https://github.com/wntrblm/nox/releases) - [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md) - [Commits](wntrblm/nox@2024.04.15...2024.10.09) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - 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-patch dependency-group: required - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: nox dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent feae792 commit d851169

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,22 +56,22 @@ dev-flake8 = [
5656
"pydoclint == 0.5.9",
5757
"pydocstyle == 6.3.0",
5858
]
59-
dev-formatting = ["black == 24.8.0", "isort == 5.13.2"]
59+
dev-formatting = ["black == 24.10.0", "isort == 5.13.2"]
6060
dev-mkdocs = [
6161
"mike == 1.1.2",
6262
"mkdocs-gen-files == 0.5.0",
6363
"mkdocs-literate-nav == 0.6.1",
64-
"mkdocs-material == 9.5.39",
65-
"mkdocstrings[python] == 0.26.1",
64+
"mkdocs-material == 9.5.43",
65+
"mkdocstrings[python] == 0.26.2",
6666
"frequenz-repo-config[api] == 0.10.0",
6767
]
6868
dev-mypy = [
69-
"mypy == 1.11.2",
69+
"mypy == 1.13.0",
7070
"grpc-stubs == 1.53.0.5",
7171
# For checking the noxfile, docs/ script, and tests
7272
"frequenz-api-common[dev-mkdocs,dev-noxfile,dev-pytest]",
7373
]
74-
dev-noxfile = ["nox == 2024.4.15", "frequenz-repo-config[api] == 0.10.0"]
74+
dev-noxfile = ["nox == 2024.10.9", "frequenz-repo-config[api] == 0.10.0"]
7575
dev-pylint = [
7676
"pylint == 3.3.1",
7777
# For checking the noxfile, docs/ script, and tests

0 commit comments

Comments
 (0)