Skip to content

Commit 9c4a294

Browse files
Bump the optional group with 10 updates
Bumps the optional group with 10 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-material](https://github.com/squidfunk/mkdocs-material) | `9.5.12` | `9.5.17` | | [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` | | [pytest](https://github.com/pytest-dev/pytest) | `8.0.2` | `8.1.1` | | [pytest-mock](https://github.com/pytest-dev/pytest-mock) | `3.12.0` | `3.14.0` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.23.5` | `0.23.6` | | [async-solipsism](https://github.com/bmerry/async-solipsism) | `0.5` | `0.6` | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.98.15` | `6.100.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](psf/black@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](Python-Markdown/markdown@3.5.2...3.6) Updates `mkdocs-material` from 9.5.12 to 9.5.17 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.5.12...9.5.17) Updates `mypy` from 1.8.0 to 1.9.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@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 `pytest` from 8.0.2 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](pytest-dev/pytest@8.0.2...8.1.1) 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](pytest-dev/pytest-mock@v3.12.0...v3.14.0) Updates `pytest-asyncio` from 0.23.5 to 0.23.6 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.23.5...v0.23.6) Updates `async-solipsism` from 0.5 to 0.6 - [Commits](bmerry/async-solipsism@0.5...0.6) Updates `hypothesis` from 6.98.15 to 6.100.0 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.98.15...hypothesis-python-6.100.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-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: pytest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: optional - dependency-name: pytest-mock dependency-type: direct:production update-type: version-update:semver-minor dependency-group: optional - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-patch 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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent be3f5ad commit 9c4a294

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

pyproject.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -48,21 +48,21 @@ dev-flake8 = [
4848
"pydoclint == 0.4.1",
4949
"pydocstyle == 6.3.0",
5050
]
51-
dev-formatting = ["black == 24.2.0", "isort == 5.13.2"]
51+
dev-formatting = ["black == 24.3.0", "isort == 5.13.2"]
5252
dev-mkdocs = [
53-
"black == 24.2.0",
54-
"Markdown==3.5.2",
53+
"black == 24.3.0",
54+
"Markdown==3.6",
5555
"mike == 2.0.0",
5656
"mkdocs-gen-files == 0.5.0",
5757
"mkdocs-literate-nav == 0.6.1",
5858
"mkdocs-macros-plugin == 1.0.5",
59-
"mkdocs-material == 9.5.12",
59+
"mkdocs-material == 9.5.17",
6060
"mkdocstrings[python] == 0.24.1",
6161
"frequenz-repo-config[lib] == 0.9.1",
6262
]
6363
dev-mypy = [
64-
"mypy == 1.8.0",
65-
"types-Markdown == 3.5.0.20240129",
64+
"mypy == 1.9.0",
65+
"types-Markdown == 3.6.0.20240316",
6666
"types-protobuf == 4.24.0.20240311",
6767
"grpc-stubs == 1.53.0.5", # This dependency introduces breaking changes in patch releases
6868
# For checking the noxfile, docs/ script, and tests
@@ -75,12 +75,12 @@ dev-pylint = [
7575
"frequenz-client-base[dev-mkdocs,dev-noxfile,dev-pytest]",
7676
]
7777
dev-pytest = [
78-
"pytest == 8.0.2",
78+
"pytest == 8.1.1",
7979
"frequenz-repo-config[extra-lint-examples] == 0.9.1",
80-
"pytest-mock == 3.12.0",
81-
"pytest-asyncio == 0.23.5",
82-
"async-solipsism == 0.5",
83-
"hypothesis == 6.98.15",
80+
"pytest-mock == 3.14.0",
81+
"pytest-asyncio == 0.23.6",
82+
"async-solipsism == 0.6",
83+
"hypothesis == 6.100.0",
8484
]
8585
dev = [
8686
"frequenz-client-base[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",

0 commit comments

Comments
 (0)