From 1135be7a0abb1a6006b925041719f1542268af3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 15:47:59 +0000 Subject: [PATCH] Bump the patch group with 5 updates Bumps the patch group with 5 updates: | Package | From | To | | --- | --- | --- | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.12` | `9.6.14` | | [frequenz-repo-config[lib]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.13.3` | `0.13.4` | | [pylint](https://github.com/pylint-dev/pylint) | `3.3.6` | `3.3.7` | | [frequenz-repo-config[extra-lint-examples]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.13.3` | `0.13.4` | | [pytest-mock](https://github.com/pytest-dev/pytest-mock) | `3.14.0` | `3.14.1` | Updates `mkdocs-material` from 9.6.12 to 9.6.14 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.6.12...9.6.14) Updates `frequenz-repo-config[lib]` from 0.13.3 to 0.13.4 - [Release notes](https://github.com/frequenz-floss/frequenz-repo-config-python/releases) - [Changelog](https://github.com/frequenz-floss/frequenz-repo-config-python/blob/v0.x.x/RELEASE_NOTES.md) - [Commits](https://github.com/frequenz-floss/frequenz-repo-config-python/compare/v0.13.3...v0.13.4) Updates `pylint` from 3.3.6 to 3.3.7 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.6...v3.3.7) Updates `frequenz-repo-config[extra-lint-examples]` from 0.13.3 to 0.13.4 - [Release notes](https://github.com/frequenz-floss/frequenz-repo-config-python/releases) - [Changelog](https://github.com/frequenz-floss/frequenz-repo-config-python/blob/v0.x.x/RELEASE_NOTES.md) - [Commits](https://github.com/frequenz-floss/frequenz-repo-config-python/compare/v0.13.3...v0.13.4) Updates `pytest-mock` from 3.14.0 to 3.14.1 - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-mock/compare/v3.14.0...v3.14.1) --- updated-dependencies: - dependency-name: mkdocs-material dependency-version: 9.6.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: frequenz-repo-config[lib] dependency-version: 0.13.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: pylint dependency-version: 3.3.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: frequenz-repo-config[extra-lint-examples] dependency-version: 0.13.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: pytest-mock dependency-version: 3.14.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e4e36249..31114a4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires = [ "setuptools == 80.4.0", "setuptools_scm[toml] == 8.3.1", - "frequenz-repo-config[lib] == 0.13.3", + "frequenz-repo-config[lib] == 0.13.4", ] build-backend = "setuptools.build_meta" @@ -75,9 +75,9 @@ dev-mkdocs = [ "mkdocs-gen-files == 0.5.0", "mkdocs-literate-nav == 0.6.2", "mkdocs-macros-plugin == 1.3.7", - "mkdocs-material == 9.6.12", + "mkdocs-material == 9.6.14", "mkdocstrings[python] == 0.29.1", - "frequenz-repo-config[lib] == 0.13.3", + "frequenz-repo-config[lib] == 0.13.4", ] dev-mypy = [ "mypy == 1.15.0", @@ -88,17 +88,17 @@ dev-mypy = [ "types-protobuf == 5.29.1.20250403", "types-python-dateutil == 2.9.0.20241206", ] -dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.3"] +dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.4"] dev-pylint = [ - "pylint == 3.3.6", + "pylint == 3.3.7", # For checking the noxfile, docs/ script, and tests "frequenz-client-dispatch[cli,dev-mkdocs,dev-noxfile,dev-pytest]", "frequenz-api-dispatch == 1.0.0-rc1", ] dev-pytest = [ "pytest == 8.3.5", - "frequenz-repo-config[extra-lint-examples] == 0.13.3", - "pytest-mock == 3.14.0", + "frequenz-repo-config[extra-lint-examples] == 0.13.4", + "pytest-mock == 3.14.1", "pytest-asyncio == 0.26.0", "async-solipsism == 0.7", "time-machine == 2.16.0",