From 0b7cea5427c24b31b2ffaa327ee23c66813e62e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 00:00:09 +0000 Subject: [PATCH] Bump the optional group with 11 updates Bumps the optional group with 11 updates: | Package | From | To | | --- | --- | --- | | [black](https://github.com/psf/black) | `24.2.0` | `24.3.0` | | [markdown](https://github.com/Python-Markdown/markdown) | `3.5.2` | `3.6` | | [mkdocs-include-markdown-plugin](https://github.com/mondeja/mkdocs-include-markdown-plugin) | `6.0.4` | `6.0.5` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.12` | `9.5.16` | | [mypy](https://github.com/python/mypy) | `1.8.0` | `1.9.0` | | [types-markdown](https://github.com/python/typeshed) | `3.5.0.20240129` | `3.6.0.20240316` | | [async-solipsism](https://github.com/bmerry/async-solipsism) | `0.5` | `0.6` | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.98.17` | `6.100.0` | | [pytest](https://github.com/pytest-dev/pytest) | `8.1.0` | `8.1.1` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.23.5` | `0.23.6` | | [pytest-mock](https://github.com/pytest-dev/pytest-mock) | `3.12.0` | `3.14.0` | Updates `black` from 24.2.0 to 24.3.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.2.0...24.3.0) Updates `markdown` from 3.5.2 to 3.6 - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](https://github.com/Python-Markdown/markdown/compare/3.5.2...3.6) Updates `mkdocs-include-markdown-plugin` from 6.0.4 to 6.0.5 - [Release notes](https://github.com/mondeja/mkdocs-include-markdown-plugin/releases) - [Commits](https://github.com/mondeja/mkdocs-include-markdown-plugin/compare/v6.0.4...v6.0.5) Updates `mkdocs-material` from 9.5.12 to 9.5.16 - [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.12...9.5.16) Updates `mypy` from 1.8.0 to 1.9.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.8.0...1.9.0) Updates `types-markdown` from 3.5.0.20240129 to 3.6.0.20240316 - [Commits](https://github.com/python/typeshed/commits) Updates `async-solipsism` from 0.5 to 0.6 - [Commits](https://github.com/bmerry/async-solipsism/compare/0.5...0.6) Updates `hypothesis` from 6.98.17 to 6.100.0 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.98.17...hypothesis-python-6.100.0) Updates `pytest` from 8.1.0 to 8.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/8.1.0...8.1.1) Updates `pytest-asyncio` from 0.23.5 to 0.23.6 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.5...v0.23.6) Updates `pytest-mock` from 3.12.0 to 3.14.0 - [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.12.0...v3.14.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor dependency-group: optional - dependency-name: markdown dependency-type: direct:production update-type: version-update:semver-minor dependency-group: optional - dependency-name: mkdocs-include-markdown-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: optional - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: optional - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: optional - dependency-name: types-markdown dependency-type: direct:production update-type: version-update:semver-minor dependency-group: optional - dependency-name: async-solipsism dependency-type: direct:production update-type: version-update:semver-minor dependency-group: optional - dependency-name: hypothesis dependency-type: direct:production update-type: version-update:semver-minor dependency-group: optional - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: optional - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: optional - dependency-name: pytest-mock dependency-type: direct:production update-type: version-update:semver-minor dependency-group: optional ... Signed-off-by: dependabot[bot] --- pyproject.toml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c5493728..de8cdec0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,27 +43,27 @@ dev-flake8 = [ "pydoclint == 0.4.1", "pydocstyle == 6.3.0", ] -dev-formatting = ["black == 24.2.0", "isort == 5.13.2"] +dev-formatting = ["black == 24.3.0", "isort == 5.13.2"] dev-mkdocs = [ - "Markdown == 3.5.2", - "black == 24.2.0", + "Markdown == 3.6", + "black == 24.3.0", "frequenz-repo-config[lib] == 0.9.1", "markdown-callouts == 0.4.0", "markdown-svgbob == 202112.1022", "mike == 2.0.0", "mkdocs-gen-files == 0.5.0", - "mkdocs-include-markdown-plugin == 6.0.4", + "mkdocs-include-markdown-plugin == 6.0.5", "mkdocs-literate-nav == 0.6.1", "mkdocs-macros-plugin == 1.0.5", - "mkdocs-material == 9.5.12", + "mkdocs-material == 9.5.16", "mkdocstrings[python] == 0.24.1", "pymdownx-superfence-filter-lines == 0.1.0", ] dev-mypy = [ # For checking the noxfile, docs/ script, and tests "frequenz-channels[dev-mkdocs,dev-noxfile,dev-pytest]", - "mypy == 1.8.0", - "types-Markdown == 3.5.0.20240129", + "mypy == 1.9.0", + "types-Markdown == 3.6.0.20240316", ] dev-noxfile = ["nox == 2023.4.22", "frequenz-repo-config[lib] == 0.9.1"] dev-pylint = [ @@ -72,12 +72,12 @@ dev-pylint = [ "pylint == 3.1.0", ] dev-pytest = [ - "async-solipsism == 0.5", + "async-solipsism == 0.6", "frequenz-repo-config[extra-lint-examples] == 0.9.1", - "hypothesis == 6.98.17", - "pytest == 8.1.0", - "pytest-asyncio == 0.23.5", - "pytest-mock == 3.12.0", + "hypothesis == 6.100.0", + "pytest == 8.1.1", + "pytest-asyncio == 0.23.6", + "pytest-mock == 3.14.0", ] dev = [ "frequenz-channels[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",