Skip to content

Commit c335ecc

Browse files
Bump the minor group with 4 updates
Bumps the minor group with 4 updates: [markdown](https://github.com/Python-Markdown/markdown), [types-markdown](https://github.com/typeshed-internal/stub_uploader), [nox](https://github.com/wntrblm/nox) and [setuptools-scm[toml]](https://github.com/pypa/setuptools-scm). 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) 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-scm[toml]` from 8.2.0 to 8.3.1 - [Release notes](https://github.com/pypa/setuptools-scm/releases) - [Changelog](https://github.com/pypa/setuptools-scm/blob/main/CHANGELOG.md) - [Commits](pypa/setuptools-scm@v8.2.0...v8.3.1) --- updated-dependencies: - 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 - dependency-name: nox dependency-version: 2025.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: setuptools-scm[toml] dependency-version: 8.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e89e5d2 commit c335ecc

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
@@ -4,7 +4,7 @@
44
[build-system]
55
requires = [
66
"setuptools == 78.1.0",
7-
"setuptools_scm[toml] == 8.2.0",
7+
"setuptools_scm[toml] == 8.3.1",
88
"frequenz-repo-config[api] == 0.13.3",
99
# We need to pin the protobuf, grpcio and grpcio-tools dependencies to make
1010
# sure the code is generated using the minimum supported versions, as older
@@ -71,7 +71,7 @@ dev-flake8 = [
7171
dev-formatting = ["black == 25.1.0", "isort == 6.0.1"]
7272
dev-mkdocs = [
7373
"black == 25.1.0",
74-
"Markdown==3.7",
74+
"Markdown==3.8",
7575
"mike == 2.1.3",
7676
"mkdocs-gen-files == 0.5.0",
7777
"mkdocs-literate-nav == 0.6.2",
@@ -84,11 +84,11 @@ dev-mkdocs = [
8484
dev-mypy = [
8585
"mypy == 1.15.0",
8686
"grpc-stubs == 1.53.0.6",
87-
"types-Markdown == 3.7.0.20250322",
87+
"types-Markdown == 3.8.0.20250415",
8888
# For checking the noxfile, docs/ script, and tests
8989
"frequenz-api-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
9090
]
91-
dev-noxfile = ["nox == 2025.2.9", "frequenz-repo-config[api] == 0.13.3"]
91+
dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[api] == 0.13.3"]
9292
dev-pylint = [
9393
"pylint == 3.3.6",
9494
# For checking the noxfile, docs/ script, and tests

0 commit comments

Comments
 (0)