Skip to content

Commit 935ae98

Browse files
Bump the required group with 9 updates
Bumps the required group with 9 updates: | Package | From | To | | --- | --- | --- | | [black](https://github.com/psf/black) | `24.8.0` | `24.10.0` | | [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin) | `1.2.0` | `1.3.7` | | [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` | | [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.11.1` | `1.12.2` | | [mypy](https://github.com/python/mypy) | `1.11.2` | `1.13.0` | | [uv](https://github.com/astral-sh/uv) | `0.4.17` | `0.4.29` | | [nox](https://github.com/wntrblm/nox) | `2024.4.15` | `2024.10.9` | | [time-machine](https://github.com/adamchainz/time-machine) | `2.15.0` | `2.16.0` | 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-macros-plugin` from 1.2.0 to 1.3.7 - [Release notes](https://github.com/fralau/mkdocs_macros_plugin/releases) - [Changelog](https://github.com/fralau/mkdocs-macros-plugin/blob/master/CHANGELOG.md) - [Commits](fralau/mkdocs-macros-plugin@v1.2.0...v1.3.7) 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 `mkdocstrings-python` from 1.11.1 to 1.12.2 - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/python@1.11.1...1.12.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 `uv` from 0.4.17 to 0.4.29 - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](astral-sh/uv@0.4.17...0.4.29) 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) Updates `time-machine` from 2.15.0 to 2.16.0 - [Changelog](https://github.com/adamchainz/time-machine/blob/main/CHANGELOG.rst) - [Commits](adamchainz/time-machine@2.15.0...2.16.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: mkdocs-macros-plugin 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: 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: uv dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: nox dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: time-machine dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2f9c764 commit 935ae98

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -57,30 +57,30 @@ dev-flake8 = [
5757
"pydoclint == 0.5.9",
5858
"pydocstyle == 6.3.0",
5959
]
60-
dev-formatting = ["black == 24.8.0", "isort == 5.13.2"]
60+
dev-formatting = ["black == 24.10.0", "isort == 5.13.2"]
6161
dev-mkdocs = [
62-
"black == 24.8.0",
62+
"black == 24.10.0",
6363
"Markdown==3.7",
6464
"mike == 2.1.3",
6565
"mkdocs-gen-files == 0.5.0",
6666
"mkdocs-literate-nav == 0.6.1",
67-
"mkdocs-macros-plugin == 1.2.0",
68-
"mkdocs-material == 9.5.39",
69-
"mkdocstrings[python] == 0.26.1",
70-
"mkdocstrings-python == 1.11.1",
67+
"mkdocs-macros-plugin == 1.3.7",
68+
"mkdocs-material == 9.5.43",
69+
"mkdocstrings[python] == 0.26.2",
70+
"mkdocstrings-python == 1.12.2",
7171
"frequenz-repo-config[lib] == 0.10.0",
7272
]
7373
dev-mypy = [
74-
"mypy == 1.11.2",
74+
"mypy == 1.13.0",
7575
"grpc-stubs == 1.53.0.5", # This dependency introduces breaking changes in patch releases
7676
"types-Markdown == 3.7.0.20240822",
7777
"types-python-dateutil==2.9.0.20240906",
7878
# For checking the noxfile, docs/ script, and tests
7979
"frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
8080
]
8181
dev-noxfile = [
82-
"uv == 0.4.17",
83-
"nox == 2024.4.15",
82+
"uv == 0.4.29",
83+
"nox == 2024.10.9",
8484
"frequenz-repo-config[lib] == 0.10.0",
8585
]
8686
dev-pylint = [
@@ -94,7 +94,7 @@ dev-pytest = [
9494
"pytest-mock == 3.14.0",
9595
"pytest-asyncio == 0.24.0",
9696
"async-solipsism == 0.7",
97-
"time-machine == 2.15.0",
97+
"time-machine == 2.16.0",
9898
]
9999
dev = [
100100
"frequenz-dispatch[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",

0 commit comments

Comments
 (0)