Skip to content
This repository was archived by the owner on Sep 2, 2024. It is now read-only.

Commit 3844fbe

Browse files
Bump the required group with 7 updates
Bumps the required group with 7 updates: | Package | From | To | | --- | --- | --- | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.23` | `9.5.24` | | [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) | `0.24.2` | `0.25.1` | | [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.9.2` | `1.10.3` | | [pylint](https://github.com/pylint-dev/pylint) | `3.2.0` | `3.2.2` | | [pytest](https://github.com/pytest-dev/pytest) | `8.2.0` | `8.2.1` | | [pytest-mock](https://github.com/pytest-dev/pytest-mock) | `3.11.1` | `3.14.0` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.23.6` | `0.23.7` | Updates `mkdocs-material` from 9.5.23 to 9.5.24 - [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.23...9.5.24) Updates `mkdocstrings[python]` from 0.24.2 to 0.25.1 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.24.2...0.25.1) Updates `mkdocstrings-python` from 1.9.2 to 1.10.3 - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/python@1.9.2...1.10.3) Updates `pylint` from 3.2.0 to 3.2.2 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.2.0...v3.2.2) Updates `pytest` from 8.2.0 to 8.2.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.2.0...8.2.1) Updates `pytest-mock` from 3.11.1 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.11.1...v3.14.0) Updates `pytest-asyncio` from 0.23.6 to 0.23.7 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.23.6...v0.23.7) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: mkdocstrings[python] dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: mkdocstrings-python dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: pytest-mock dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ee5b39b commit 3844fbe

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
@@ -61,9 +61,9 @@ dev-mkdocs = [
6161
"mkdocs-gen-files == 0.5.0",
6262
"mkdocs-literate-nav == 0.6.1",
6363
"mkdocs-macros-plugin == 1.0.5",
64-
"mkdocs-material == 9.5.23",
65-
"mkdocstrings[python] == 0.24.2",
66-
"mkdocstrings-python == 1.9.2",
64+
"mkdocs-material == 9.5.24",
65+
"mkdocstrings[python] == 0.25.1",
66+
"mkdocstrings-python == 1.10.3",
6767
"frequenz-repo-config[lib] == 0.9.2",
6868
]
6969
dev-mypy = [
@@ -74,15 +74,15 @@ dev-mypy = [
7474
]
7575
dev-noxfile = ["nox == 2023.4.22", "frequenz-repo-config[lib] == 0.9.2"]
7676
dev-pylint = [
77-
"pylint == 3.2.0",
77+
"pylint == 3.2.2",
7878
# For checking the noxfile, docs/ script, and tests
7979
"frequenz-microgrid-betterproto[dev-mkdocs,dev-noxfile,dev-pytest]",
8080
]
8181
dev-pytest = [
82-
"pytest == 8.2.0",
82+
"pytest == 8.2.1",
8383
"frequenz-repo-config[extra-lint-examples] == 0.9.2",
84-
"pytest-mock == 3.11.1",
85-
"pytest-asyncio == 0.23.6",
84+
"pytest-mock == 3.14.0",
85+
"pytest-asyncio == 0.23.7",
8686
]
8787
dev = [
8888
"frequenz-microgrid-betterproto[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",

0 commit comments

Comments
 (0)