From df36237c50a2b5b79439dd0debe4b489368e88ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 17:57:24 +0000 Subject: [PATCH] Bump the minor group across 1 directory with 2 updates Bumps the minor group with 2 updates in the / directory: [flake8](https://github.com/pycqa/flake8) and [mypy](https://github.com/python/mypy). Updates `flake8` from 7.2.0 to 7.3.0 - [Commits](https://github.com/pycqa/flake8/compare/7.2.0...7.3.0) Updates `mypy` from 1.16.1 to 1.17.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.16.1...v1.17.0) --- updated-dependencies: - dependency-name: flake8 dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: mypy dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d0993dd..6741ab4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ email = "floss@frequenz.com" [project.optional-dependencies] dev-flake8 = [ - "flake8 == 7.2.0", + "flake8 == 7.3.0", "flake8-docstrings == 1.7.0", "flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml "pydoclint == 0.6.6", @@ -82,7 +82,7 @@ dev-mkdocs = [ "frequenz-repo-config[api] == 0.13.5", ] dev-mypy = [ - "mypy == 1.16.1", + "mypy == 1.17.0", "grpc-stubs == 1.53.0.6", "types-Markdown == 3.8.0.20250415", # For checking the noxfile, docs/ script, and tests