Skip to content

Commit 795fdd8

Browse files
chore(deps-dev): bump the minor group across 1 directory with 4 updates
Bumps the minor group with 4 updates in the / directory: [black](https://github.com/psf/black), [markdown](https://github.com/Python-Markdown/markdown), [types-markdown](https://github.com/typeshed-internal/stub_uploader) and [nox](https://github.com/wntrblm/nox). 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 `types-markdown` from 3.9.0.20250906 to 3.10.0.20251106 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) Updates `nox` from 2025.5.1 to 2025.10.16 - [Release notes](https://github.com/wntrblm/nox/releases) - [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md) - [Commits](wntrblm/nox@2025.05.01...2025.10.16) --- 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: types-markdown dependency-version: 3.10.0.20251106 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: nox dependency-version: 2025.10.16 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c8822e6 commit 795fdd8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ dev-flake8 = [
6767
"pydoclint == 0.7.6",
6868
"pydocstyle == 6.3.0",
6969
]
70-
dev-formatting = ["black == 25.9.0", "isort == 6.1.0"]
70+
dev-formatting = ["black == 25.11.0", "isort == 6.1.0"]
7171
dev-mkdocs = [
72-
"black == 25.9.0",
73-
"Markdown==3.9",
72+
"black == 25.11.0",
73+
"Markdown==3.10",
7474
"mike == 2.1.3",
7575
"mkdocs-gen-files == 0.5.0",
7676
"mkdocs-literate-nav == 0.6.2",
@@ -84,12 +84,12 @@ dev-mypy = [
8484
"mypy == 1.18.2",
8585
"grpc-stubs == 1.53.0.6",
8686
"pandas-stubs == 2.3.2.250926",
87-
"types-Markdown == 3.9.0.20250906",
87+
"types-Markdown == 3.10.0.20251106",
8888
"types-protobuf == 6.32.1.20250918",
8989
# For checking the noxfile, docs/ script, and tests
9090
"frequenz-client-electricity-trading[dev-mkdocs,dev-noxfile,dev-pytest]",
9191
]
92-
dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.6"]
92+
dev-noxfile = ["nox == 2025.10.16", "frequenz-repo-config[lib] == 0.13.6"]
9393
dev-pylint = [
9494
"pylint == 3.3.8",
9595
# For checking the noxfile, docs/ script, and tests

0 commit comments

Comments
 (0)