Skip to content

Commit 792abfc

Browse files
Bump the required group with 5 updates
Bumps the required group with 5 updates: | Package | From | To | | --- | --- | --- | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.43` | `9.5.46` | | [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) | `0.26.2` | `0.27.0` | | [frequenz-repo-config[lib]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.10.0` | `0.11.0` | | [uv](https://github.com/astral-sh/uv) | `0.4.29` | `0.5.5` | | [frequenz-repo-config[extra-lint-examples]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.10.0` | `0.11.0` | Updates `mkdocs-material` from 9.5.43 to 9.5.46 - [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.46) 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 `frequenz-repo-config[lib]` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/frequenz-floss/frequenz-repo-config-python/releases) - [Changelog](https://github.com/frequenz-floss/frequenz-repo-config-python/blob/v0.x.x/RELEASE_NOTES.md) - [Commits](frequenz-floss/frequenz-repo-config-python@v0.10.0...v0.11.0) Updates `uv` from 0.4.29 to 0.5.5 - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](astral-sh/uv@0.4.29...0.5.5) Updates `frequenz-repo-config[extra-lint-examples]` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/frequenz-floss/frequenz-repo-config-python/releases) - [Changelog](https://github.com/frequenz-floss/frequenz-repo-config-python/blob/v0.x.x/RELEASE_NOTES.md) - [Commits](frequenz-floss/frequenz-repo-config-python@v0.10.0...v0.11.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: frequenz-repo-config[lib] dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: uv dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: frequenz-repo-config[extra-lint-examples] dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 12a3368 commit 792abfc

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
@@ -5,7 +5,7 @@
55
requires = [
66
"setuptools == 68.1.0",
77
"setuptools_scm[toml] == 7.1.0",
8-
"frequenz-repo-config[lib] == 0.10.0",
8+
"frequenz-repo-config[lib] == 0.11.0",
99
]
1010
build-backend = "setuptools.build_meta"
1111

@@ -65,10 +65,10 @@ dev-mkdocs = [
6565
"mkdocs-gen-files == 0.5.0",
6666
"mkdocs-literate-nav == 0.6.1",
6767
"mkdocs-macros-plugin == 1.3.7",
68-
"mkdocs-material == 9.5.43",
69-
"mkdocstrings[python] == 0.26.2",
68+
"mkdocs-material == 9.5.46",
69+
"mkdocstrings[python] == 0.27.0",
7070
"mkdocstrings-python == 1.12.2",
71-
"frequenz-repo-config[lib] == 0.10.0",
71+
"frequenz-repo-config[lib] == 0.11.0",
7272
]
7373
dev-mypy = [
7474
"mypy == 1.13.0",
@@ -79,9 +79,9 @@ dev-mypy = [
7979
"frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
8080
]
8181
dev-noxfile = [
82-
"uv == 0.4.29",
82+
"uv == 0.5.5",
8383
"nox == 2024.10.9",
84-
"frequenz-repo-config[lib] == 0.10.0",
84+
"frequenz-repo-config[lib] == 0.11.0",
8585
]
8686
dev-pylint = [
8787
"pylint == 3.3.1",
@@ -90,7 +90,7 @@ dev-pylint = [
9090
]
9191
dev-pytest = [
9292
"pytest == 8.3.3",
93-
"frequenz-repo-config[extra-lint-examples] == 0.10.0",
93+
"frequenz-repo-config[extra-lint-examples] == 0.11.0",
9494
"pytest-mock == 3.14.0",
9595
"pytest-asyncio == 0.24.0",
9696
"async-solipsism == 0.7",

0 commit comments

Comments
 (0)