From 4fd35ec9df5cc6d9aeb28f5ac420ec2a44c68f5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 19:35:01 +0000 Subject: [PATCH] build(deps-dev): bump the minor group across 1 directory with 5 updates Bumps the minor group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [asyncclick](https://github.com/python-trio/asyncclick) | `8.3.0.7` | `8.4.2.1` | | [mypy](https://github.com/python/mypy) | `2.1.0` | `2.3.0` | | [nox](https://github.com/wntrblm/nox) | `2026.4.10` | `2026.7.11` | | [pytest](https://github.com/pytest-dev/pytest) | `9.0.3` | `9.1.1` | | [setuptools-scm](https://github.com/pypa/setuptools-scm) | `10.0.5` | `10.2.1` | Updates `asyncclick` from 8.3.0.7 to 8.4.2.1 - [Changelog](https://github.com/python-trio/asyncclick/blob/main/CHANGES.md) - [Commits](https://github.com/python-trio/asyncclick/commits) Updates `mypy` from 2.1.0 to 2.3.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v2.1.0...v2.3.0) Updates `nox` from 2026.4.10 to 2026.7.11 - [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/2026.04.10...2026.07.11) Updates `pytest` from 9.0.3 to 9.1.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.0.3...9.1.1) Updates `setuptools-scm` from 10.0.5 to 10.2.1 - [Release notes](https://github.com/pypa/setuptools-scm/releases) - [Changelog](https://github.com/pypa/setuptools-scm/blob/main/RELEASE_SYSTEM.md) - [Commits](https://github.com/pypa/setuptools-scm/compare/setuptools-scm-v10.0.5...setuptools-scm-v10.2.1) --- updated-dependencies: - dependency-name: asyncclick dependency-version: 8.4.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: nox dependency-version: 2026.7.11 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: setuptools-scm dependency-version: 10.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2ee10c9..13c586d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [build-system] requires = [ "setuptools == 83.0.0", - "setuptools_scm[toml] == 10.0.5", + "setuptools_scm[toml] == 10.2.1", "frequenz-repo-config[lib] == 0.18.0", ] build-backend = "setuptools.build_meta" @@ -54,7 +54,7 @@ email = "floss@frequenz.com" [project.optional-dependencies] cli = [ - "asyncclick == 8.3.0.7", + "asyncclick == 8.4.2.1", "prompt-toolkit == 3.0.52", ] @@ -80,14 +80,14 @@ dev-mkdocs = [ "frequenz-repo-config[lib] == 0.18.0", ] dev-mypy = [ - "mypy == 2.1.0", + "mypy == 2.3.0", "types-Markdown == 3.10.2.20260518", # For checking the noxfile, docs/ script, and tests "frequenz-client-marketmetering[cli,dev-mkdocs,dev-noxfile,dev-pytest]", "grpc-stubs == 1.53.0.6", "types-protobuf == 7.34.1.20260518", ] -dev-noxfile = ["nox == 2026.4.10", "frequenz-repo-config[lib] == 0.18.0"] +dev-noxfile = ["nox == 2026.7.11", "frequenz-repo-config[lib] == 0.18.0"] dev-pylint = [ "pylint == 4.0.6", # For checking the noxfile, docs/ script, and tests @@ -95,7 +95,7 @@ dev-pylint = [ "frequenz-api-marketmetering @ git+https://github.com/frequenz-floss/frequenz-api-marketmetering.git@3e90def4de424cf5339db4f025c5a33767f4ab19", ] dev-pytest = [ - "pytest == 9.0.3", + "pytest == 9.1.1", "frequenz-repo-config[extra-lint-examples] == 0.18.0", "pytest-mock == 3.15.1", "pytest-asyncio == 1.4.0",