Skip to content

Commit 23f11dd

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.16` | `9.5.20` | | [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) | `0.24.1` | `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.16 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.16...9.5.20) Updates `mkdocstrings[python]` from 0.24.1 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.1...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 9755731 commit 23f11dd

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
@@ -54,32 +54,32 @@ dev-flake8 = [
5454
"pydoclint == 0.4.1",
5555
"pydocstyle == 6.3.0",
5656
]
57-
dev-formatting = ["black == 24.3.0", "isort == 5.13.2"]
57+
dev-formatting = ["black == 24.4.2", "isort == 5.13.2"]
5858
dev-mkdocs = [
59-
"black == 24.3.0",
59+
"black == 24.4.2",
6060
"Markdown==3.6",
6161
"mike == 2.0.0",
6262
"mkdocs-gen-files == 0.5.0",
6363
"mkdocs-literate-nav == 0.6.1",
6464
"mkdocs-macros-plugin == 1.0.5",
65-
"mkdocs-material == 9.5.16",
66-
"mkdocstrings[python] == 0.24.1",
65+
"mkdocs-material == 9.5.20",
66+
"mkdocstrings[python] == 0.25.0",
6767
"frequenz-repo-config[lib] == 0.9.1",
6868
]
6969
dev-mypy = [
70-
"mypy == 1.9.0",
70+
"mypy == 1.10.0",
7171
"types-Markdown == 3.6.0.20240316",
7272
# For checking the noxfile, docs/ script, and tests
7373
"pymdownx-superfence-filter-lines[dev-mkdocs,dev-noxfile,dev-pytest]",
7474
]
75-
dev-noxfile = ["nox == 2024.3.2", "frequenz-repo-config[lib] == 0.9.1"]
75+
dev-noxfile = ["nox == 2024.4.15", "frequenz-repo-config[lib] == 0.9.1"]
7676
dev-pylint = [
7777
"pylint == 3.1.0",
7878
# For checking the noxfile, docs/ script, and tests
7979
"pymdownx-superfence-filter-lines[dev-mkdocs,dev-noxfile,dev-pytest]",
8080
]
8181
dev-pytest = [
82-
"pytest == 8.1.1",
82+
"pytest == 8.2.0",
8383
"frequenz-repo-config[extra-lint-examples] == 0.9.1",
8484
"pytest-mock == 3.14.0",
8585
"pytest-asyncio == 0.23.6",

0 commit comments

Comments
 (0)