Skip to content

Commit 1a44d53

Browse files
Bump the optional group with 7 updates
Updates the requirements on [frequenz-api-common](https://github.com/frequenz-floss/frequenz-api-common), [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) and [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. Updates `frequenz-api-common` to 0.6.0 - [Release notes](https://github.com/frequenz-floss/frequenz-api-common/releases) - [Changelog](https://github.com/frequenz-floss/frequenz-api-common/blob/v0.x.x/RELEASE_NOTES.md) - [Commits](frequenz-floss/frequenz-api-common@v0.5.4...v0.6.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 `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) --- updated-dependencies: - dependency-name: frequenz-api-common 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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fa85b72 commit 1a44d53

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
]
2727
requires-python = ">= 3.11, < 4"
2828
dependencies = [
29-
"frequenz-api-common >= 0.5.4, < 0.6",
29+
"frequenz-api-common >= 0.5.4, < 0.7",
3030
"googleapis-common-protos >= 1.56.4, < 2",
3131
"grpcio >= 1.54.2, < 2",
3232
]
@@ -44,22 +44,22 @@ dev-flake8 = [
4444
"pydoclint == 0.4.1",
4545
"pydocstyle == 6.3.0",
4646
]
47-
dev-formatting = ["black == 24.2.0", "isort == 5.13.2"]
47+
dev-formatting = ["black == 24.3.0", "isort == 5.13.2"]
4848
dev-mkdocs = [
49-
"black == 24.2.0",
50-
"Markdown==3.5.2",
49+
"black == 24.3.0",
50+
"Markdown==3.6",
5151
"mike == 2.0.0",
5252
"mkdocs-gen-files == 0.5.0",
5353
"mkdocs-literate-nav == 0.6.1",
5454
"mkdocs-macros-plugin == 1.0.5",
55-
"mkdocs-material == 9.5.12",
55+
"mkdocs-material == 9.5.16",
5656
"mkdocstrings[python] == 0.24.1",
5757
"frequenz-repo-config[api] == 0.9.1",
5858
]
5959
dev-mypy = [
60-
"mypy == 1.8.0",
60+
"mypy == 1.9.0",
6161
"grpc-stubs == 1.53.0.5",
62-
"types-Markdown == 3.5.0.20240129",
62+
"types-Markdown == 3.6.0.20240316",
6363
# For checking the noxfile, docs/ script, and tests
6464
"frequenz-api-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
6565
]
@@ -73,7 +73,7 @@ dev-pylint = [
7373
"frequenz-api-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
7474
]
7575
dev-pytest = [
76-
"pytest == 8.0.2",
76+
"pytest == 8.1.1",
7777
"frequenz-repo-config[extra-lint-examples] == 0.9.1",
7878
]
7979
dev = [

0 commit comments

Comments
 (0)