Skip to content

Commit 9e38aeb

Browse files
Bump the required group with 6 updates
Bumps the required group with 6 updates: | Package | From | To | | --- | --- | --- | | [black](https://github.com/psf/black) | `24.3.0` | `24.4.2` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.17` | `9.5.20` | | [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) | `0.24.2` | `0.25.0` | | [mypy](https://github.com/python/mypy) | `1.9.0` | `1.10.0` | | [nox](https://github.com/wntrblm/nox) | `2024.3.2` | `2024.4.15` | | [pytest](https://github.com/pytest-dev/pytest) | `8.1.1` | `8.2.0` | Updates `black` from 24.3.0 to 24.4.2 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@24.3.0...24.4.2) Updates `mkdocs-material` from 9.5.17 to 9.5.20 - [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.17...9.5.20) Updates `mkdocstrings[python]` from 0.24.2 to 0.25.0 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.24.2...0.25.0) Updates `mypy` from 1.9.0 to 1.10.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@1.9.0...v1.10.0) Updates `nox` from 2024.3.2 to 2024.4.15 - [Release notes](https://github.com/wntrblm/nox/releases) - [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md) - [Commits](wntrblm/nox@2024.03.02...2024.04.15) Updates `pytest` from 8.1.1 to 8.2.0 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.1.1...8.2.0) --- 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-minor 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 - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e580783 commit 9e38aeb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,27 +44,27 @@ dev-flake8 = [
4444
"pydoclint == 0.4.1",
4545
"pydocstyle == 6.3.0",
4646
]
47-
dev-formatting = ["black == 24.3.0", "isort == 5.13.2"]
47+
dev-formatting = ["black == 24.4.2", "isort == 5.13.2"]
4848
dev-mkdocs = [
49-
"black == 24.3.0",
49+
"black == 24.4.2",
5050
"Markdown==3.6",
5151
"mike == 2.0.0",
5252
"mkdocs-gen-files == 0.5.0",
5353
"mkdocs-literate-nav == 0.6.1",
5454
"mkdocs-macros-plugin == 1.0.5",
55-
"mkdocs-material == 9.5.17",
56-
"mkdocstrings[python] == 0.24.2",
55+
"mkdocs-material == 9.5.20",
56+
"mkdocstrings[python] == 0.25.0",
5757
"frequenz-repo-config[api] == 0.9.1",
5858
]
5959
dev-mypy = [
60-
"mypy == 1.9.0",
60+
"mypy == 1.10.0",
6161
"grpc-stubs == 1.53.0.5",
6262
"types-Markdown == 3.6.0.20240316",
6363
# For checking the noxfile, docs/ script, and tests
6464
"frequenz-api-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
6565
]
6666
dev-noxfile = [
67-
"nox == 2024.3.2",
67+
"nox == 2024.4.15",
6868
"frequenz-repo-config[api] == 0.9.1",
6969
]
7070
dev-pylint = [
@@ -73,7 +73,7 @@ dev-pylint = [
7373
"frequenz-api-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
7474
]
7575
dev-pytest = [
76-
"pytest == 8.1.1",
76+
"pytest == 8.2.0",
7777
"frequenz-repo-config[extra-lint-examples] == 0.9.1",
7878
]
7979
dev = [

0 commit comments

Comments
 (0)