From 0fa2437d48984c0ba2bddf48d8254b9fff7c0456 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 12:30:31 +0000 Subject: [PATCH] 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](https://github.com/Python-Markdown/markdown/compare/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](https://github.com/astral-sh/uv/compare/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](https://github.com/wntrblm/nox/compare/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](https://github.com/pypa/setuptools/compare/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](https://github.com/pypa/setuptools-scm/compare/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] --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1b4c409..70f51e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,8 +3,8 @@ [build-system] requires = [ - "setuptools == 80.1.0", - "setuptools_scm[toml] == 8.2.0", + "setuptools == 80.3.1", + "setuptools_scm[toml] == 8.3.1", "frequenz-repo-config[lib] == 0.13.3", ] build-backend = "setuptools.build_meta" @@ -59,7 +59,7 @@ dev-flake8 = [ dev-formatting = ["black == 25.1.0", "isort == 6.0.1"] dev-mkdocs = [ "black == 25.1.0", - "Markdown==3.7", + "Markdown==3.8", "mike == 2.1.3", "mkdocs-gen-files == 0.5.0", "mkdocs-literate-nav == 0.6.2", @@ -73,13 +73,13 @@ dev-mypy = [ "mypy == 1.15.0", # This dependency introduces breaking changes in patch releases "grpc-stubs == 1.53.0.5", - "types-Markdown == 3.7.0.20250322", + "types-Markdown == 3.8.0.20250415", # For checking the noxfile, docs/ script, and tests "frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]", ] dev-noxfile = [ - "uv == 0.6.11", - "nox == 2025.2.9", + "uv == 0.7.2", + "nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.3", ] dev-pylint = [