Skip to content

Commit 0fa2437

Browse files
Bump the minor group across 1 directory with 6 updates
Bumps the minor group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [markdown](https://github.com/Python-Markdown/markdown) | `3.7` | `3.8` | | [types-markdown](https://github.com/typeshed-internal/stub_uploader) | `3.7.0.20250322` | `3.8.0.20250415` | | [uv](https://github.com/astral-sh/uv) | `0.6.11` | `0.7.2` | | [nox](https://github.com/wntrblm/nox) | `2025.2.9` | `2025.5.1` | | [setuptools](https://github.com/pypa/setuptools) | `80.1.0` | `80.3.1` | | [setuptools-scm[toml]](https://github.com/pypa/setuptools-scm) | `8.2.0` | `8.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) Updates `uv` from 0.6.11 to 0.7.2 - [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.6.11...0.7.2) 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 `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: uv dependency-version: 0.7.2 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 dependency-version: 80.3.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 75b9793 commit 0fa2437

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
[build-system]
55
requires = [
6-
"setuptools == 80.1.0",
7-
"setuptools_scm[toml] == 8.2.0",
6+
"setuptools == 80.3.1",
7+
"setuptools_scm[toml] == 8.3.1",
88
"frequenz-repo-config[lib] == 0.13.3",
99
]
1010
build-backend = "setuptools.build_meta"
@@ -59,7 +59,7 @@ dev-flake8 = [
5959
dev-formatting = ["black == 25.1.0", "isort == 6.0.1"]
6060
dev-mkdocs = [
6161
"black == 25.1.0",
62-
"Markdown==3.7",
62+
"Markdown==3.8",
6363
"mike == 2.1.3",
6464
"mkdocs-gen-files == 0.5.0",
6565
"mkdocs-literate-nav == 0.6.2",
@@ -73,13 +73,13 @@ dev-mypy = [
7373
"mypy == 1.15.0",
7474
# This dependency introduces breaking changes in patch releases
7575
"grpc-stubs == 1.53.0.5",
76-
"types-Markdown == 3.7.0.20250322",
76+
"types-Markdown == 3.8.0.20250415",
7777
# For checking the noxfile, docs/ script, and tests
7878
"frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
7979
]
8080
dev-noxfile = [
81-
"uv == 0.6.11",
82-
"nox == 2025.2.9",
81+
"uv == 0.7.2",
82+
"nox == 2025.5.1",
8383
"frequenz-repo-config[lib] == 0.13.3",
8484
]
8585
dev-pylint = [

0 commit comments

Comments
 (0)