From b68ebb91edd489049a332a61dea426678452c39b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 09:49:03 +0000 Subject: [PATCH] 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](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 `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) --- 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] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d9fc9b14..0b0a7472 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ # Copyright © 2023 Frequenz Energy-as-a-Service GmbH [build-system] -requires = ["setuptools == 80.1.0", "setuptools_scm[toml] == 8.3.1"] +requires = ["setuptools == 80.3.1", "setuptools_scm[toml] == 8.3.1"] build-backend = "setuptools.build_meta" [project] @@ -77,7 +77,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", @@ -89,14 +89,14 @@ dev-mkdocs = [ dev-mypy = [ "mypy == 1.15.0", "types-setuptools >= 67.6.0, < 81", # Should match the api dependency - "types-Markdown == 3.7.0.20250322", + "types-Markdown == 3.8.0.20250415", "types-PyYAML == 6.0.12.20250402", "types-babel == 2.11.0.15", "types-colorama == 0.4.15.20240311", # For checking the noxfile, docs/ script, and tests "frequenz-repo-config[dev-mkdocs,dev-noxfile,dev-pytest]", ] -dev-noxfile = ["nox == 2025.2.9"] +dev-noxfile = ["nox == 2025.5.1"] dev-pylint = [ # dev-pytest already defines a dependency to pylint because of the examples # For checking the noxfile, docs/ script, and tests