From 2eddc697c1ce34df4a03a26913741c2db3513831 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 10:05:49 +0000 Subject: [PATCH] Bump the required group with 4 updates Bumps the required group with 4 updates: [frequenz-repo-config[lib]](https://github.com/frequenz-floss/frequenz-repo-config-python), [mike](https://github.com/jimporter/mike), [mkdocs-include-markdown-plugin](https://github.com/mondeja/mkdocs-include-markdown-plugin) and [frequenz-repo-config[extra-lint-examples]](https://github.com/frequenz-floss/frequenz-repo-config-python). Updates `frequenz-repo-config[lib]` from 0.9.1 to 0.9.2 - [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.9.1...v0.9.2) Updates `mike` from 2.0.0 to 2.1.0 - [Release notes](https://github.com/jimporter/mike/releases) - [Changelog](https://github.com/jimporter/mike/blob/master/CHANGES.md) - [Commits](https://github.com/jimporter/mike/compare/v2.0.0...v2.1.0) Updates `mkdocs-include-markdown-plugin` from 6.0.5 to 6.0.6 - [Release notes](https://github.com/mondeja/mkdocs-include-markdown-plugin/releases) - [Commits](https://github.com/mondeja/mkdocs-include-markdown-plugin/compare/v6.0.5...v6.0.6) Updates `frequenz-repo-config[extra-lint-examples]` from 0.9.1 to 0.9.2 - [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.9.1...v0.9.2) --- updated-dependencies: - dependency-name: frequenz-repo-config[lib] dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: mike dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: mkdocs-include-markdown-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: frequenz-repo-config[extra-lint-examples] dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required ... Signed-off-by: dependabot[bot] --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a44afa64..a434ead3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires = [ "setuptools == 68.1.0", "setuptools_scm[toml] == 7.1.0", - "frequenz-repo-config[lib] == 0.9.1", + "frequenz-repo-config[lib] == 0.9.2", ] build-backend = "setuptools.build_meta" @@ -47,12 +47,12 @@ dev-formatting = ["black == 24.4.2", "isort == 5.13.2"] dev-mkdocs = [ "Markdown == 3.6", "black == 24.4.2", - "frequenz-repo-config[lib] == 0.9.1", + "frequenz-repo-config[lib] == 0.9.2", "markdown-callouts == 0.4.0", "markdown-svgbob == 202112.1022", - "mike == 2.0.0", + "mike == 2.1.0", "mkdocs-gen-files == 0.5.0", - "mkdocs-include-markdown-plugin == 6.0.5", + "mkdocs-include-markdown-plugin == 6.0.6", "mkdocs-literate-nav == 0.6.1", "mkdocs-macros-plugin == 1.0.5", "mkdocs-material == 9.5.20", @@ -65,7 +65,7 @@ dev-mypy = [ "mypy == 1.10.0", "types-Markdown == 3.6.0.20240316", ] -dev-noxfile = ["nox == 2024.4.15", "frequenz-repo-config[lib] == 0.9.1"] +dev-noxfile = ["nox == 2024.4.15", "frequenz-repo-config[lib] == 0.9.2"] dev-pylint = [ # For checking the noxfile, docs/ script, and tests "frequenz-channels[dev-mkdocs,dev-noxfile,dev-pytest]", @@ -73,7 +73,7 @@ dev-pylint = [ ] dev-pytest = [ "async-solipsism == 0.6", - "frequenz-repo-config[extra-lint-examples] == 0.9.1", + "frequenz-repo-config[extra-lint-examples] == 0.9.2", "hypothesis == 6.100.2", "pytest == 8.2.0", "pytest-asyncio == 0.23.6",