Skip to content

Commit 3c4f2c8

Browse files
committed
Merge branch 'upstream/v0.x.x' into v0.18.x
# By dependabot[bot] (8) and Leandro Lucarella (1) # Via GitHub * upstream/v0.x.x: Bump types-protobuf from 6.30.2.20250703 to 6.30.2.20250822 Bump types-markdown from 3.8.0.20250708 to 3.8.0.20250809 Bump the patch group with 3 updates Bump setuptools-scm[toml] from 8.3.1 to 9.2.0 Bump pydoclint from 0.6.6 to 0.6.11 Bump mkdocstrings-python in the mkdocstrings group Bump actions/checkout from 4 to 5 Bump actions/download-artifact from 4 to 5 in the artifacts group Clear release notes Signed-off-by: Leandro Lucarella <[email protected]>
2 parents 8e59400 + 723ea50 commit 3c4f2c8

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

.github/workflows/ci-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: frequenz-floss/[email protected]
3131

3232
- name: Fetch sources
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v5
3434
with:
3535
submodules: true
3636

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
uses: frequenz-floss/[email protected]
8080

8181
- name: Fetch sources
82-
uses: actions/checkout@v4
82+
uses: actions/checkout@v5
8383
with:
8484
submodules: true
8585

@@ -123,7 +123,7 @@ jobs:
123123
run: env
124124

125125
- name: Download package
126-
uses: actions/download-artifact@v4
126+
uses: actions/download-artifact@v5
127127
with:
128128
name: dist-packages
129129
path: dist
@@ -177,7 +177,7 @@ jobs:
177177
uses: frequenz-floss/[email protected]
178178

179179
- name: Fetch sources
180-
uses: actions/checkout@v4
180+
uses: actions/checkout@v5
181181
with:
182182
submodules: true
183183

@@ -213,7 +213,7 @@ jobs:
213213
uses: frequenz-floss/[email protected]
214214

215215
- name: Fetch sources
216-
uses: actions/checkout@v4
216+
uses: actions/checkout@v5
217217
with:
218218
submodules: true
219219

@@ -279,7 +279,7 @@ jobs:
279279
runs-on: ubuntu-24.04
280280
steps:
281281
- name: Download distribution files
282-
uses: actions/download-artifact@v4
282+
uses: actions/download-artifact@v5
283283
with:
284284
name: dist-packages
285285
path: dist
@@ -325,7 +325,7 @@ jobs:
325325
id-token: write
326326
steps:
327327
- name: Download distribution files
328-
uses: actions/download-artifact@v4
328+
uses: actions/download-artifact@v5
329329
with:
330330
name: dist-packages
331331
path: dist

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[build-system]
55
requires = [
66
"setuptools == 80.9.0",
7-
"setuptools_scm[toml] == 8.3.1",
7+
"setuptools_scm[toml] == 9.2.0",
88
"frequenz-repo-config[lib] == 0.13.5",
99
]
1010
build-backend = "setuptools.build_meta"
@@ -55,7 +55,7 @@ dev-flake8 = [
5555
"flake8 == 7.3.0",
5656
"flake8-docstrings == 1.7.0",
5757
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
58-
"pydoclint == 0.6.6",
58+
"pydoclint == 0.6.11",
5959
"pydocstyle == 6.3.0",
6060
]
6161
dev-formatting = ["black == 25.1.0", "isort == 6.0.1"]
@@ -65,23 +65,23 @@ dev-mkdocs = [
6565
"mike == 2.1.3",
6666
"mkdocs-gen-files == 0.5.0",
6767
"mkdocs-literate-nav == 0.6.2",
68-
"mkdocs-macros-plugin == 1.3.7",
69-
"mkdocs-material == 9.6.16",
68+
"mkdocs-macros-plugin == 1.3.9",
69+
"mkdocs-material == 9.6.18",
7070
"mkdocstrings[python] == 0.30.0",
71-
"mkdocstrings-python == 1.16.12",
71+
"mkdocstrings-python == 1.18.2",
7272
"frequenz-repo-config[lib] == 0.13.5",
7373
]
7474
dev-mypy = [
7575
"mypy == 1.17.1",
7676
"grpc-stubs == 1.53.0.6",
77-
"types-Markdown == 3.8.0.20250708",
78-
"types-protobuf == 6.30.2.20250703",
77+
"types-Markdown == 3.8.0.20250809",
78+
"types-protobuf == 6.30.2.20250822",
7979
# For checking the noxfile, docs/ script, and tests
8080
"frequenz-client-microgrid[dev-mkdocs,dev-noxfile,dev-pytest]",
8181
]
8282
dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.5"]
8383
dev-pylint = [
84-
"pylint == 3.3.7",
84+
"pylint == 3.3.8",
8585
# For checking the noxfile, docs/ script, and tests
8686
"frequenz-client-microgrid[dev-mkdocs,dev-noxfile,dev-pytest]",
8787
]

0 commit comments

Comments
 (0)