Skip to content

Commit 739c62f

Browse files
dependabot[bot]Marenz
authored andcommitted
Bump the optional group with 6 updates
Bumps the optional group with 6 updates: | Package | From | To | | --- | --- | --- | | [black](https://github.com/psf/black) | `23.10.1` | `23.11.0` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.4.7` | `9.4.14` | | [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) | `0.23.0` | `0.24.0` | | [mypy](https://github.com/python/mypy) | `1.6.1` | `1.7.1` | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.88.1` | `6.91.0` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.21.1` | `0.23.2` | Updates `black` from 23.10.1 to 23.11.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@23.10.1...23.11.0) Updates `mkdocs-material` from 9.4.7 to 9.4.14 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.4.7...9.4.14) Updates `mkdocstrings[python]` from 0.23.0 to 0.24.0 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.23.0...0.24.0) Updates `mypy` from 1.6.1 to 1.7.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.6.1...v1.7.1) Updates `hypothesis` from 6.88.1 to 6.91.0 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.88.1...hypothesis-python-6.91.0) Updates `pytest-asyncio` from 0.21.1 to 0.23.2 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.21.1...v0.23.2) --- updated-dependencies: - dependency-name: black 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: mypy 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 - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: optional ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f8a5b61 commit 739c62f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,24 +43,24 @@ dev-flake8 = [
4343
"pydoclint == 0.3.8",
4444
"pydocstyle == 6.3.0",
4545
]
46-
dev-formatting = ["black == 23.10.1", "isort == 5.12.0"]
46+
dev-formatting = ["black == 23.11.0", "isort == 5.12.0"]
4747
dev-mkdocs = [
4848
"Markdown == 3.5.1",
49-
"black == 23.10.1",
49+
"black == 23.11.0",
5050
"frequenz-repo-config[lib] == 0.7.5",
5151
"markdown-svgbob == 202112.1022",
5252
"mike == 2.0.0",
5353
"mkdocs-gen-files == 0.5.0",
5454
"mkdocs-include-markdown-plugin == 6.0.4",
5555
"mkdocs-literate-nav == 0.6.1",
5656
"mkdocs-macros-plugin == 1.0.5",
57-
"mkdocs-material == 9.4.7",
58-
"mkdocstrings[python] == 0.23.0",
57+
"mkdocs-material == 9.4.14",
58+
"mkdocstrings[python] == 0.24.0",
5959
]
6060
dev-mypy = [
6161
# For checking the noxfile, docs/ script, and tests
6262
"frequenz-channels[dev-mkdocs,dev-noxfile,dev-pytest]",
63-
"mypy == 1.6.1",
63+
"mypy == 1.7.1",
6464
"types-Markdown == 3.5.0.3",
6565
]
6666
dev-noxfile = ["nox == 2023.4.22", "frequenz-repo-config[lib] == 0.7.5"]
@@ -72,9 +72,9 @@ dev-pylint = [
7272
dev-pytest = [
7373
"async-solipsism == 0.5",
7474
"frequenz-repo-config[extra-lint-examples] == 0.7.5",
75-
"hypothesis == 6.88.1",
75+
"hypothesis == 6.91.0",
7676
"pytest == 7.4.3",
77-
"pytest-asyncio == 0.21.1",
77+
"pytest-asyncio == 0.23.2",
7878
"pytest-mock == 3.12.0",
7979
]
8080
dev = [

0 commit comments

Comments
 (0)