Skip to content

Commit aab5f4f

Browse files
Bump the required group across 1 directory with 5 updates
Bumps the required group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.43` | `9.5.47` | | [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) | `0.26.2` | `0.27.0` | | [pylint](https://github.com/pylint-dev/pylint) | `3.3.1` | `3.3.2` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.3` | `8.3.4` | | [setuptools](https://github.com/pypa/setuptools) | `75.5.0` | `75.6.0` | Updates `mkdocs-material` from 9.5.43 to 9.5.47 - [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.43...9.5.47) Updates `mkdocstrings[python]` from 0.26.2 to 0.27.0 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.26.2...0.27.0) Updates `pylint` from 3.3.1 to 3.3.2 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.3.1...v3.3.2) Updates `pytest` from 8.3.3 to 8.3.4 - [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.3.3...8.3.4) Updates `setuptools` from 75.5.0 to 75.6.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v75.5.0...v75.6.0) --- 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: 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: setuptools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent caddfa8 commit aab5f4f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[build-system]
55
requires = [
6-
"setuptools == 75.5.0",
6+
"setuptools == 75.6.0",
77
"setuptools_scm[toml] == 8.1.0",
88
"frequenz-repo-config[lib] == 0.11.0",
99
]
@@ -60,8 +60,8 @@ dev-mkdocs = [
6060
"mkdocs-gen-files == 0.5.0",
6161
"mkdocs-literate-nav == 0.6.1",
6262
"mkdocs-macros-plugin == 1.3.7",
63-
"mkdocs-material == 9.5.43",
64-
"mkdocstrings[python] == 0.26.2",
63+
"mkdocs-material == 9.5.47",
64+
"mkdocstrings[python] == 0.27.0",
6565
"frequenz-repo-config[lib] == 0.11.0",
6666
]
6767
dev-mypy = [
@@ -77,13 +77,13 @@ dev-noxfile = [
7777
"frequenz-repo-config[lib] == 0.11.0",
7878
]
7979
dev-pylint = [
80-
"pylint == 3.3.1",
80+
"pylint == 3.3.2",
8181
# For checking the noxfile, docs/ script, and tests
8282
"frequenz-client-reporting[dev-mkdocs,dev-noxfile,dev-pytest]",
8383
"pandas >= 2, < 3", # Only required for example
8484
]
8585
dev-pytest = [
86-
"pytest == 8.3.3",
86+
"pytest == 8.3.4",
8787
"frequenz-repo-config[extra-lint-examples] == 0.11.0",
8888
"pytest-mock == 3.14.0",
8989
"pytest-asyncio == 0.24.0",

0 commit comments

Comments
 (0)