Skip to content

Commit ea0eea5

Browse files
Bump the optional group with 12 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), [types-python-dateutil](https://github.com/python/typeshed), [uv](https://github.com/astral-sh/uv), [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) and [time-machine](https://github.com/adamchainz/time-machine) 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.16 - [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.16) 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 `types-python-dateutil` from 2.8.19.20240311 to 2.9.0.20240316 - [Commits](https://github.com/python/typeshed/commits) Updates `uv` from 0.1.14 to 0.1.26 - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](astral-sh/uv@0.1.14...0.1.26) 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 `time-machine` from 2.14.0 to 2.14.1 - [Changelog](https://github.com/adamchainz/time-machine/blob/main/CHANGELOG.rst) - [Commits](adamchainz/time-machine@2.14.0...2.14.1) --- 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: types-python-dateutil dependency-type: direct:production update-type: version-update:semver-minor dependency-group: optional - dependency-name: uv dependency-type: direct:production update-type: version-update:semver-patch 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: time-machine dependency-type: direct:production update-type: version-update:semver-patch dependency-group: optional ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f3fdc3e commit ea0eea5

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

pyproject.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies = [
3636
"frequenz-dispatch-client @ git+https://github.com/frequenz-floss/frequenz-client-dispatch-python.git@00dcb3c",
3737
"frequenz-api-dispatch @ git+https://github.com/frequenz-floss/frequenz-api-dispatch.git@223315c",
3838
# "frequenz-api-dispatch >= 0.13.0, < 0.14",
39-
"frequenz-client-base >= 0.2.1, < 0.3.0",
39+
"frequenz-client-base >= 0.2.1, < 0.4.0",
4040
# Directly use unreleased commit until the first release
4141
"frequenz-client-common @ git+https://github.com/frequenz-floss/frequenz-client-common-python.git@5e6e7b7",
4242
]
@@ -54,27 +54,27 @@ dev-flake8 = [
5454
"pydoclint == 0.4.1",
5555
"pydocstyle == 6.3.0",
5656
]
57-
dev-formatting = ["black == 24.2.0", "isort == 5.13.2"]
57+
dev-formatting = ["black == 24.3.0", "isort == 5.13.2"]
5858
dev-mkdocs = [
59-
"black == 24.2.0",
60-
"Markdown==3.5.2",
59+
"black == 24.3.0",
60+
"Markdown==3.6",
6161
"mike == 2.0.0",
6262
"mkdocs-gen-files == 0.5.0",
6363
"mkdocs-literate-nav == 0.6.1",
6464
"mkdocs-macros-plugin == 1.0.5",
65-
"mkdocs-material == 9.5.12",
65+
"mkdocs-material == 9.5.16",
6666
"mkdocstrings[python] == 0.24.1",
6767
"frequenz-repo-config[lib] == 0.9.1",
6868
]
6969
dev-mypy = [
70-
"mypy == 1.8.0",
71-
"types-Markdown == 3.5.0.20240129",
72-
"types-python-dateutil==2.8.19.20240311",
70+
"mypy == 1.9.0",
71+
"types-Markdown == 3.6.0.20240316",
72+
"types-python-dateutil==2.9.0.20240316",
7373
# For checking the noxfile, docs/ script, and tests
7474
"frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
7575
]
7676
dev-noxfile = [
77-
"uv == 0.1.14",
77+
"uv == 0.1.26",
7878
"nox == 2024.3.02",
7979
"frequenz-repo-config[lib] == 0.9.1",
8080
]
@@ -84,12 +84,12 @@ dev-pylint = [
8484
"frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
8585
]
8686
dev-pytest = [
87-
"pytest == 8.0.2",
87+
"pytest == 8.1.1",
8888
"frequenz-repo-config[extra-lint-examples] == 0.9.1",
89-
"pytest-mock == 3.12.0",
90-
"pytest-asyncio == 0.23.5",
89+
"pytest-mock == 3.14.0",
90+
"pytest-asyncio == 0.23.6",
9191
"async-solipsism == 0.6",
92-
"time-machine == 2.14.0",
92+
"time-machine == 2.14.1",
9393
]
9494
dev = [
9595
"frequenz-dispatch[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",

0 commit comments

Comments
 (0)