Skip to content

Commit e2a5435

Browse files
Bump the required group with 7 updates
Bumps the required group with 7 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.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` | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.100.0` | `6.100.2` | | [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.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 `hypothesis` from 6.100.0 to 6.100.2 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.100.0...hypothesis-python-6.100.2) 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: hypothesis dependency-type: direct:production update-type: version-update:semver-patch 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 39ad07d commit e2a5435

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ dev-flake8 = [
4343
"pydoclint == 0.4.1",
4444
"pydocstyle == 6.3.0",
4545
]
46-
dev-formatting = ["black == 24.3.0", "isort == 5.13.2"]
46+
dev-formatting = ["black == 24.4.2", "isort == 5.13.2"]
4747
dev-mkdocs = [
4848
"Markdown == 3.6",
49-
"black == 24.3.0",
49+
"black == 24.4.2",
5050
"frequenz-repo-config[lib] == 0.9.1",
5151
"markdown-callouts == 0.4.0",
5252
"markdown-svgbob == 202112.1022",
@@ -55,17 +55,17 @@ dev-mkdocs = [
5555
"mkdocs-include-markdown-plugin == 6.0.5",
5656
"mkdocs-literate-nav == 0.6.1",
5757
"mkdocs-macros-plugin == 1.0.5",
58-
"mkdocs-material == 9.5.17",
59-
"mkdocstrings[python] == 0.24.1",
58+
"mkdocs-material == 9.5.20",
59+
"mkdocstrings[python] == 0.25.0",
6060
"pymdownx-superfence-filter-lines == 0.1.0",
6161
]
6262
dev-mypy = [
6363
# For checking the noxfile, docs/ script, and tests
6464
"frequenz-channels[dev-mkdocs,dev-noxfile,dev-pytest]",
65-
"mypy == 1.9.0",
65+
"mypy == 1.10.0",
6666
"types-Markdown == 3.6.0.20240316",
6767
]
68-
dev-noxfile = ["nox == 2024.3.2", "frequenz-repo-config[lib] == 0.9.1"]
68+
dev-noxfile = ["nox == 2024.4.15", "frequenz-repo-config[lib] == 0.9.1"]
6969
dev-pylint = [
7070
# For checking the noxfile, docs/ script, and tests
7171
"frequenz-channels[dev-mkdocs,dev-noxfile,dev-pytest]",
@@ -74,8 +74,8 @@ dev-pylint = [
7474
dev-pytest = [
7575
"async-solipsism == 0.6",
7676
"frequenz-repo-config[extra-lint-examples] == 0.9.1",
77-
"hypothesis == 6.100.0",
78-
"pytest == 8.1.1",
77+
"hypothesis == 6.100.2",
78+
"pytest == 8.2.0",
7979
"pytest-asyncio == 0.23.6",
8080
"pytest-mock == 3.14.0",
8181
]

0 commit comments

Comments
 (0)