From d4fbca9c006e733466bddd7251fa021b3269a5c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 21:53:23 +0000 Subject: [PATCH] Build(deps): Bump the patch group with 4 updates Bumps the patch group with 4 updates: [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [frequenz-repo-config[lib]](https://github.com/frequenz-floss/frequenz-repo-config-python), [frequenz-repo-config[extra-lint-examples]](https://github.com/frequenz-floss/frequenz-repo-config-python) and [hypothesis](https://github.com/HypothesisWorks/hypothesis). Updates `mkdocs-material` from 9.6.11 to 9.6.12 - [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.11...9.6.12) Updates `frequenz-repo-config[lib]` from 0.13.2 to 0.13.3 - [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.2...v0.13.3) Updates `frequenz-repo-config[extra-lint-examples]` from 0.13.2 to 0.13.3 - [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.2...v0.13.3) Updates `hypothesis` from 6.131.0 to 6.131.9 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.131.0...hypothesis-python-6.131.9) --- updated-dependencies: - dependency-name: mkdocs-material dependency-version: 9.6.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: frequenz-repo-config[lib] dependency-version: 0.13.3 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.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: hypothesis dependency-version: 6.131.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f3ec8ac..f4c88c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires = [ "setuptools == 78.1.0", "setuptools_scm[toml] == 8.2.0", - "frequenz-repo-config[lib] == 0.13.2", + "frequenz-repo-config[lib] == 0.13.3", ] build-backend = "setuptools.build_meta" @@ -56,10 +56,10 @@ dev-mkdocs = [ "mkdocs-gen-files == 0.5.0", "mkdocs-literate-nav == 0.6.2", "mkdocs-macros-plugin == 1.3.7", - "mkdocs-material == 9.6.11", + "mkdocs-material == 9.6.12", "mkdocstrings[python] == 0.29.1", "mkdocstrings-python == 1.16.10", - "frequenz-repo-config[lib] == 0.13.2", + "frequenz-repo-config[lib] == 0.13.3", ] dev-mypy = [ "mypy == 1.15.0", @@ -67,7 +67,7 @@ dev-mypy = [ # For checking the noxfile, docs/ script, and tests "frequenz-quantities[dev-mkdocs,dev-noxfile,dev-pytest,marshmallow]", ] -dev-noxfile = ["nox == 2025.2.9", "frequenz-repo-config[lib] == 0.13.2"] +dev-noxfile = ["nox == 2025.2.9", "frequenz-repo-config[lib] == 0.13.3"] dev-pylint = [ # dev-pytest already defines a dependency to pylint because of the examples # For checking the noxfile, docs/ script, and tests @@ -76,11 +76,11 @@ dev-pylint = [ dev-pytest = [ "pytest == 8.3.5", "pylint == 3.3.6", # We need this to check for the examples - "frequenz-repo-config[extra-lint-examples] == 0.13.2", + "frequenz-repo-config[extra-lint-examples] == 0.13.3", "pytest-mock == 3.14.0", "pytest-asyncio == 0.26.0", "async-solipsism == 0.7", - "hypothesis == 6.131.0", + "hypothesis == 6.131.9", "frequenz-quantities[marshmallow]", ]