Skip to content

Commit f00e6c2

Browse files
authored
Bump the patch group with 6 updates (#254)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
2 parents d99bdfc + 92cc7e7 commit f00e6c2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
requires = [
66
"setuptools == 80.9.0",
77
"setuptools_scm[toml] == 8.3.1",
8-
"frequenz-repo-config[api] == 0.13.4",
8+
"frequenz-repo-config[api] == 0.13.5",
99
# We need to pin the protobuf, grpcio and grpcio-tools dependencies to make
1010
# sure the code is generated using the minimum supported versions, as older
1111
# versions can't work with code that was generated with newer versions.
@@ -71,32 +71,32 @@ dev-flake8 = [
7171
dev-formatting = ["black == 25.1.0", "isort == 6.0.1"]
7272
dev-mkdocs = [
7373
"black == 25.1.0",
74-
"Markdown==3.8",
74+
"Markdown==3.8.2",
7575
"mike == 2.1.3",
7676
"mkdocs-gen-files == 0.5.0",
7777
"mkdocs-literate-nav == 0.6.2",
7878
"mkdocs-macros-plugin == 1.3.7",
79-
"mkdocs-material == 9.6.14",
79+
"mkdocs-material == 9.6.15",
8080
"mkdocstrings[python] == 0.29.1",
81-
"mkdocstrings-python == 1.16.11",
82-
"frequenz-repo-config[api] == 0.13.4",
81+
"mkdocstrings-python == 1.16.12",
82+
"frequenz-repo-config[api] == 0.13.5",
8383
]
8484
dev-mypy = [
85-
"mypy == 1.16.0",
85+
"mypy == 1.16.1",
8686
"grpc-stubs == 1.53.0.6",
8787
"types-Markdown == 3.8.0.20250415",
8888
# For checking the noxfile, docs/ script, and tests
8989
"frequenz-api-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
9090
]
91-
dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[api] == 0.13.4"]
91+
dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[api] == 0.13.5"]
9292
dev-pylint = [
9393
"pylint == 3.3.7",
9494
# For checking the noxfile, docs/ script, and tests
9595
"frequenz-api-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
9696
]
9797
dev-pytest = [
9898
"pytest == 8.3.5",
99-
"frequenz-repo-config[extra-lint-examples] == 0.13.4",
99+
"frequenz-repo-config[extra-lint-examples] == 0.13.5",
100100
]
101101
dev = [
102102
"frequenz-api-dispatch[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",

0 commit comments

Comments
 (0)