Skip to content

Commit ca93705

Browse files
Bump the optional group with 11 updates
Updates the requirements on [frequenz-client-base](https://github.com/frequenz-floss/frequenz-client-base-python), [black](https://github.com/psf/black), [markdown](https://github.com/Python-Markdown/markdown), [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [mypy](https://github.com/python/mypy), [types-markdown](https://github.com/python/typeshed), [pytest](https://github.com/pytest-dev/pytest), [pytest-mock](https://github.com/pytest-dev/pytest-mock), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio), [async-solipsism](https://github.com/bmerry/async-solipsism) and [hypothesis](https://github.com/HypothesisWorks/hypothesis) to permit the latest version. Updates `frequenz-client-base` to 0.3.0 - [Release notes](https://github.com/frequenz-floss/frequenz-client-base-python/releases) - [Changelog](https://github.com/frequenz-floss/frequenz-client-base-python/blob/v0.x.x/RELEASE_NOTES.md) - [Commits](frequenz-floss/frequenz-client-base-python@v0.2.1...v0.3.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.17 to 6.100.0 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.98.17...hypothesis-python-6.100.0) --- updated-dependencies: - dependency-name: frequenz-client-base dependency-type: direct:production dependency-group: optional - 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 ad8ec1b commit ca93705

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

pyproject.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies = [
4040
# Use direct commit until release
4141
"frequenz-api-dispatch @ git+https://github.com/frequenz-floss/frequenz-api-dispatch.git@223315c",
4242
# "frequenz-api-dispatch >= 0.13.0, < 0.14",
43-
"frequenz-client-base >= 0.2.1, < 0.3.0",
43+
"frequenz-client-base >= 0.2.1, < 0.4.0",
4444
# Directly use unreleased commit until the first release
4545
"frequenz-client-common @ git+https://github.com/frequenz-floss/frequenz-client-common-python.git@5e6e7b7",
4646
# "frequenz-client-common == 0.1.0",
@@ -60,21 +60,21 @@ dev-flake8 = [
6060
"pydoclint == 0.4.1",
6161
"pydocstyle == 6.3.0",
6262
]
63-
dev-formatting = ["black == 24.2.0", "isort == 5.13.2"]
63+
dev-formatting = ["black == 24.3.0", "isort == 5.13.2"]
6464
dev-mkdocs = [
65-
"black == 24.2.0",
66-
"Markdown==3.5.2",
65+
"black == 24.3.0",
66+
"Markdown==3.6",
6767
"mike == 2.0.0",
6868
"mkdocs-gen-files == 0.5.0",
6969
"mkdocs-literate-nav == 0.6.1",
7070
"mkdocs-macros-plugin == 1.0.5",
71-
"mkdocs-material == 9.5.12",
71+
"mkdocs-material == 9.5.17",
7272
"mkdocstrings[python] == 0.24.1",
7373
"frequenz-repo-config[lib] == 0.9.1",
7474
]
7575
dev-mypy = [
76-
"mypy == 1.8.0",
77-
"types-Markdown == 3.5.0.20240129",
76+
"mypy == 1.9.0",
77+
"types-Markdown == 3.6.0.20240316",
7878
# For checking the noxfile, docs/ script, and tests
7979
"frequenz-client-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
8080
"grpc-stubs == 1.53.0.5",
@@ -87,12 +87,12 @@ dev-pylint = [
8787
"frequenz-api-dispatch @ git+https://github.com/frequenz-floss/frequenz-api-dispatch.git@223315c",
8888
]
8989
dev-pytest = [
90-
"pytest == 8.0.2",
90+
"pytest == 8.1.1",
9191
"frequenz-repo-config[extra-lint-examples] == 0.9.1",
92-
"pytest-mock == 3.12.0",
93-
"pytest-asyncio == 0.23.5",
94-
"async-solipsism == 0.5",
95-
"hypothesis == 6.98.17",
92+
"pytest-mock == 3.14.0",
93+
"pytest-asyncio == 0.23.6",
94+
"async-solipsism == 0.6",
95+
"hypothesis == 6.100.0",
9696
]
9797
dev = [
9898
"frequenz-client-dispatch[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",

0 commit comments

Comments
 (0)