Skip to content

Commit b0d8b37

Browse files
Bump the optional group with 4 updates
Bumps the optional group with 4 updates: [polars](https://github.com/pola-rs/polars), [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) and [pytest](https://github.com/pytest-dev/pytest). Updates `polars` from 0.18.15 to 0.19.1 - [Release notes](https://github.com/pola-rs/polars/releases) - [Commits](pola-rs/polars@py-0.18.15...py-0.19.1) Updates `mkdocs-material` from 9.2.5 to 9.2.7 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.2.5...9.2.7) Updates `mkdocstrings[python]` from 0.22.0 to 0.23.0 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.22.0...0.23.0) Updates `pytest` from 7.4.0 to 7.4.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@7.4.0...7.4.1) --- updated-dependencies: - dependency-name: polars 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: mkdocstrings[python] 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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 385b81b commit b0d8b37

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ dev-flake8 = [
5656
"pydoclint == 0.3.1",
5757
"pydocstyle == 6.3.0",
5858
]
59-
dev-examples = ["polars == 0.18.15"]
59+
dev-examples = ["polars == 0.19.1"]
6060
dev-formatting = ["black == 23.7.0", "isort == 5.12.0"]
6161
dev-mkdocs = [
6262
"mike == 1.1.2",
6363
"mkdocs-gen-files == 0.5.0",
6464
"mkdocs-literate-nav == 0.6.0",
65-
"mkdocs-material == 9.2.5",
65+
"mkdocs-material == 9.2.7",
6666
"mkdocs-section-index == 0.3.5",
67-
"mkdocstrings[python] == 0.22.0",
67+
"mkdocstrings[python] == 0.23.0",
6868
"frequenz-repo-config[lib] == 0.6.1",
6969
]
7070
dev-mypy = [
@@ -88,7 +88,7 @@ dev-pylint = [
8888
"frequenz-sdk[dev-mkdocs,dev-noxfile,dev-pytest]",
8989
]
9090
dev-pytest = [
91-
"pytest == 7.4.0",
91+
"pytest == 7.4.1",
9292
"frequenz-repo-config[extra-lint-examples] == 0.6.1",
9393
"pytest-mock == 3.11.1",
9494
"pytest-asyncio == 0.21.1",

0 commit comments

Comments
 (0)