Skip to content

Commit b68ebb9

Browse files
Bump the minor group with 4 updates
Bumps the minor group with 4 updates: [nox](https://github.com/wntrblm/nox), [setuptools](https://github.com/pypa/setuptools), [markdown](https://github.com/Python-Markdown/markdown) and [types-markdown](https://github.com/typeshed-internal/stub_uploader). Updates `nox` from 2025.2.9 to 2025.5.1 - [Release notes](https://github.com/wntrblm/nox/releases) - [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md) - [Commits](wntrblm/nox@2025.02.09...2025.05.01) Updates `setuptools` from 80.1.0 to 80.3.1 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v80.1.0...v80.3.1) Updates `markdown` from 3.7 to 3.8 - [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.7...3.8) Updates `types-markdown` from 3.7.0.20250322 to 3.8.0.20250415 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) --- updated-dependencies: - dependency-name: nox dependency-version: 2025.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: setuptools dependency-version: 80.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: markdown dependency-version: '3.8' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: types-markdown dependency-version: 3.8.0.20250415 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d788cbc commit b68ebb9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Copyright © 2023 Frequenz Energy-as-a-Service GmbH
33

44
[build-system]
5-
requires = ["setuptools == 80.1.0", "setuptools_scm[toml] == 8.3.1"]
5+
requires = ["setuptools == 80.3.1", "setuptools_scm[toml] == 8.3.1"]
66
build-backend = "setuptools.build_meta"
77

88
[project]
@@ -77,7 +77,7 @@ dev-flake8 = [
7777
dev-formatting = ["black == 25.1.0", "isort == 6.0.1"]
7878
dev-mkdocs = [
7979
"black == 25.1.0",
80-
"Markdown == 3.7",
80+
"Markdown == 3.8",
8181
"mike == 2.1.3",
8282
"mkdocs-gen-files == 0.5.0",
8383
"mkdocs-literate-nav == 0.6.2",
@@ -89,14 +89,14 @@ dev-mkdocs = [
8989
dev-mypy = [
9090
"mypy == 1.15.0",
9191
"types-setuptools >= 67.6.0, < 81", # Should match the api dependency
92-
"types-Markdown == 3.7.0.20250322",
92+
"types-Markdown == 3.8.0.20250415",
9393
"types-PyYAML == 6.0.12.20250402",
9494
"types-babel == 2.11.0.15",
9595
"types-colorama == 0.4.15.20240311",
9696
# For checking the noxfile, docs/ script, and tests
9797
"frequenz-repo-config[dev-mkdocs,dev-noxfile,dev-pytest]",
9898
]
99-
dev-noxfile = ["nox == 2025.2.9"]
99+
dev-noxfile = ["nox == 2025.5.1"]
100100
dev-pylint = [
101101
# dev-pytest already defines a dependency to pylint because of the examples
102102
# For checking the noxfile, docs/ script, and tests

0 commit comments

Comments
 (0)