Skip to content

Commit 79d9e82

Browse files
Bump the minor group across 1 directory with 9 updates
Bumps the minor group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [black](https://github.com/psf/black) | `25.9.0` | `25.11.0` | | [markdown](https://github.com/Python-Markdown/markdown) | `3.9` | `3.10` | | [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin) | `1.4.1` | `1.5.0` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.23` | `9.7.0` | | [mypy](https://github.com/python/mypy) | `1.18.2` | `1.19.0` | | [types-markdown](https://github.com/typeshed-internal/stub_uploader) | `3.9.0.20250906` | `3.10.0.20251106` | | [types-networkx](https://github.com/typeshed-internal/stub_uploader) | `3.5.0.20251106` | `3.6.0.20251127` | | [nox](https://github.com/wntrblm/nox) | `2025.10.16` | `2025.11.12` | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.144.1` | `6.148.6` | Updates `black` from 25.9.0 to 25.11.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@25.9.0...25.11.0) Updates `markdown` from 3.9 to 3.10 - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](Python-Markdown/markdown@3.9.0...3.10.0) Updates `mkdocs-macros-plugin` from 1.4.1 to 1.5.0 - [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.4.1...v1.5.0) Updates `mkdocs-material` from 9.6.23 to 9.7.0 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.6.23...9.7.0) Updates `mypy` from 1.18.2 to 1.19.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.18.2...v1.19.0) Updates `types-markdown` from 3.9.0.20250906 to 3.10.0.20251106 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) Updates `types-networkx` from 3.5.0.20251106 to 3.6.0.20251127 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) Updates `nox` from 2025.10.16 to 2025.11.12 - [Release notes](https://github.com/wntrblm/nox/releases) - [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md) - [Commits](wntrblm/nox@2025.10.16...2025.11.12) Updates `hypothesis` from 6.144.1 to 6.148.6 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.144.1...hypothesis-python-6.148.6) --- updated-dependencies: - dependency-name: black dependency-version: 25.11.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: markdown dependency-version: '3.10' dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: mkdocs-macros-plugin dependency-version: 1.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: mkdocs-material dependency-version: 9.7.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: mypy dependency-version: 1.19.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: types-markdown dependency-version: 3.10.0.20251106 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: types-networkx dependency-version: 3.6.0.20251127 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: nox dependency-version: 2025.11.12 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: hypothesis dependency-version: 6.148.6 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 236f2c1 commit 79d9e82

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
@@ -53,29 +53,29 @@ dev-flake8 = [
5353
"pydoclint == 0.8.3",
5454
"pydocstyle == 6.3.0",
5555
]
56-
dev-formatting = ["black == 25.9.0", "isort == 6.1.0"]
56+
dev-formatting = ["black == 25.11.0", "isort == 6.1.0"]
5757
dev-mkdocs = [
58-
"black == 25.9.0",
59-
"Markdown==3.9",
58+
"black == 25.11.0",
59+
"Markdown==3.10",
6060
"mike == 2.1.3",
6161
"mkdocs-gen-files == 0.5.0",
6262
"mkdocs-literate-nav == 0.6.2",
63-
"mkdocs-macros-plugin == 1.4.1",
64-
"mkdocs-material == 9.6.23",
63+
"mkdocs-macros-plugin == 1.5.0",
64+
"mkdocs-material == 9.7.0",
6565
"mkdocstrings[python] == 1.0.0",
6666
"mkdocstrings-python == 1.18.2",
6767
"frequenz-repo-config[lib] == 0.13.7",
6868
]
6969
dev-mypy = [
70-
"mypy == 1.18.2",
71-
"types-Markdown == 3.9.0.20250906",
70+
"mypy == 1.19.0",
71+
"types-Markdown == 3.10.0.20251106",
7272
"types-protobuf == 6.32.1.20250918",
7373
"types-setuptools == 80.9.0.20250822",
74-
"types-networkx == 3.5.0.20251106",
74+
"types-networkx == 3.6.0.20251127",
7575
# For checking the noxfile, docs/ script, and tests
7676
"frequenz-sdk[dev-mkdocs,dev-noxfile,dev-pytest]",
7777
]
78-
dev-noxfile = ["nox == 2025.10.16", "frequenz-repo-config[lib] == 0.13.7"]
78+
dev-noxfile = ["nox == 2025.11.12", "frequenz-repo-config[lib] == 0.13.7"]
7979
dev-pylint = [
8080
"pylint == 3.3.8",
8181
# For checking the noxfile, docs/ script, and tests
@@ -88,7 +88,7 @@ dev-pytest = [
8888
"pytest-asyncio == 1.3.0",
8989
"time-machine == 2.16.0",
9090
"async-solipsism == 0.8",
91-
"hypothesis == 6.144.1",
91+
"hypothesis == 6.148.6",
9292
]
9393
dev = [
9494
"frequenz-sdk[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",

0 commit comments

Comments
 (0)