From 03a50ef8474a56ebf024ba306eeca8773fb694ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 18:30:31 +0000 Subject: [PATCH] Bump the required group with 4 updates Bumps the required group with 4 updates: [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [types-setuptools](https://github.com/python/typeshed), [pytest](https://github.com/pytest-dev/pytest) and [hypothesis](https://github.com/HypothesisWorks/hypothesis). Updates `mkdocs-material` from 9.5.45 to 9.5.47 - [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.5.45...9.5.47) Updates `types-setuptools` from 75.5.0.20241122 to 75.6.0.20241126 - [Commits](https://github.com/python/typeshed/commits) Updates `pytest` from 8.3.3 to 8.3.4 - [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/8.3.3...8.3.4) Updates `hypothesis` from 6.119.3 to 6.122.0 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.119.3...hypothesis-python-6.122.0) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: types-setuptools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: hypothesis dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0b9a16053..84f91fb7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ dev-mkdocs = [ "mkdocs-gen-files == 0.5.0", "mkdocs-literate-nav == 0.6.1", "mkdocs-macros-plugin == 1.3.7", - "mkdocs-material == 9.5.45", + "mkdocs-material == 9.5.47", "mkdocstrings[python] == 0.27.0", "mkdocstrings-python == 1.12.2", "frequenz-repo-config[lib] == 0.11.0", @@ -69,7 +69,7 @@ dev-mypy = [ "mypy == 1.13.0", "types-Markdown == 3.7.0.20240822", "types-protobuf == 5.28.3.20241030", - "types-setuptools == 75.5.0.20241122", + "types-setuptools == 75.6.0.20241126", # For checking the noxfile, docs/ script, and tests "frequenz-sdk[dev-mkdocs,dev-noxfile,dev-pytest]", ] @@ -80,13 +80,13 @@ dev-pylint = [ "frequenz-sdk[dev-mkdocs,dev-noxfile,dev-pytest]", ] dev-pytest = [ - "pytest == 8.3.3", + "pytest == 8.3.4", "frequenz-repo-config[extra-lint-examples] == 0.11.0", "pytest-mock == 3.14.0", "pytest-asyncio == 0.24.0", "time-machine == 2.12.0", "async-solipsism == 0.7", - "hypothesis == 6.119.3", + "hypothesis == 6.122.0", ] dev = [ "frequenz-sdk[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",