Skip to content

Commit 6d1769f

Browse files
authored
Bump the required group across 1 directory with 19 updates (#316)
2 parents d8bafe8 + 2716a39 commit 6d1769f

File tree

3 files changed

+49
-30
lines changed

3 files changed

+49
-30
lines changed

.github/workflows/ci.yaml

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
runs-on: ${{ matrix.os }}
4242

4343
steps:
44+
- name: Setup Git
45+
uses: frequenz-floss/[email protected]
46+
4447
- name: Print environment (debug)
4548
run: env
4649

@@ -119,6 +122,9 @@ jobs:
119122
runs-on: ${{ matrix.os }}
120123

121124
steps:
125+
- name: Setup Git
126+
uses: frequenz-floss/[email protected]
127+
122128
- name: Fetch sources
123129
uses: actions/checkout@v4
124130
with:
@@ -219,6 +225,9 @@ jobs:
219225
name: Build distribution packages
220226
runs-on: ubuntu-20.04
221227
steps:
228+
- name: Setup Git
229+
uses: frequenz-floss/[email protected]
230+
222231
- name: Fetch sources
223232
uses: actions/checkout@v4
224233
with:
@@ -251,17 +260,24 @@ jobs:
251260
needs: ["build"]
252261
runs-on: ubuntu-20.04
253262
steps:
263+
- name: Setup Git
264+
uses: frequenz-floss/[email protected]
265+
254266
- name: Fetch sources
255267
uses: actions/checkout@v4
268+
256269
- name: Download package
257270
uses: actions/download-artifact@v4
258271
with:
259272
name: dist-packages
260273
path: dist
274+
261275
- name: Set up QEMU
262276
uses: docker/setup-qemu-action@v3
277+
263278
- name: Set up docker-buildx
264279
uses: docker/setup-buildx-action@v3
280+
265281
- name: Test Installation
266282
uses: docker/build-push-action@v6
267283
with:
@@ -276,14 +292,14 @@ jobs:
276292
if: github.event_name != 'push'
277293
runs-on: ubuntu-20.04
278294
steps:
295+
- name: Setup Git
296+
uses: frequenz-floss/[email protected]
297+
279298
- name: Fetch sources
280299
uses: actions/checkout@v4
281300
with:
282301
submodules: true
283302

284-
- name: Setup Git user and e-mail
285-
uses: frequenz-floss/setup-git-user@v2
286-
287303
- name: Set up Python
288304
uses: actions/setup-python@v5
289305
with:
@@ -318,14 +334,14 @@ jobs:
318334
permissions:
319335
contents: write
320336
steps:
337+
- name: Setup Git
338+
uses: frequenz-floss/[email protected]
339+
321340
- name: Fetch sources
322341
uses: actions/checkout@v4
323342
with:
324343
submodules: true
325344

326-
- name: Setup Git user and e-mail
327-
uses: frequenz-floss/setup-git-user@v2
328-
329345
- name: Set up Python
330346
uses: actions/setup-python@v5
331347
with:

mkdocs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ plugins:
102102
- literate-nav:
103103
nav_file: SUMMARY.md
104104
- mike:
105-
alias_type: redirect
105+
alias_type: symlink
106106
canonical_version: latest
107107
- mkdocstrings:
108108
default_handler: python
@@ -120,7 +120,6 @@ plugins:
120120
show_signature_annotations: true
121121
show_source: true
122122
show_symbol_type_toc: true
123-
show_symbol_type_toc: true
124123
signature_crossrefs: true
125124
import:
126125
# See https://mkdocstrings.github.io/python/usage/#import for details

pyproject.toml

Lines changed: 26 additions & 22 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.9.2",
8+
"frequenz-repo-config[lib] == 0.10.0",
99
]
1010
build-backend = "setuptools.build_meta"
1111

@@ -27,7 +27,7 @@ classifiers = [
2727
requires-python = ">= 3.11, < 4"
2828
dependencies = [
2929
"typing-extensions >= 4.5.0, < 5",
30-
"watchfiles >= 0.15.0, < 0.23.0",
30+
"watchfiles >= 0.15.0, < 0.25.0",
3131
]
3232
dynamic = ["version"]
3333

@@ -37,47 +37,47 @@ email = "[email protected]"
3737

3838
[project.optional-dependencies]
3939
dev-flake8 = [
40-
"flake8 == 7.1.0",
40+
"flake8 == 7.1.1",
4141
"flake8-docstrings == 1.7.0",
4242
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
43-
"pydoclint == 0.5.3",
43+
"pydoclint == 0.5.6",
4444
"pydocstyle == 6.3.0",
4545
]
46-
dev-formatting = ["black == 24.4.2", "isort == 5.13.2"]
46+
dev-formatting = ["black == 24.8.0", "isort == 5.13.2"]
4747
dev-mkdocs = [
48-
"Markdown == 3.6",
49-
"black == 24.4.2",
50-
"frequenz-repo-config[lib] == 0.9.2",
48+
"Markdown == 3.7",
49+
"black == 24.8.0",
50+
"frequenz-repo-config[lib] == 0.10.0",
5151
"markdown-callouts == 0.4.0",
5252
"markdown-svgbob == 202406.1023",
53-
"mike == 2.1.2",
53+
"mike == 2.1.3",
5454
"mkdocs-gen-files == 0.5.0",
55-
"mkdocs-include-markdown-plugin == 6.2.1",
55+
"mkdocs-include-markdown-plugin == 6.2.2",
5656
"mkdocs-literate-nav == 0.6.1",
5757
"mkdocs-macros-plugin == 1.0.5",
58-
"mkdocs-material == 9.5.27",
59-
"mkdocstrings[python] == 0.25.1",
60-
"mkdocstrings-python == 1.10.5",
58+
"mkdocs-material == 9.5.34",
59+
"mkdocstrings[python] == 0.26.0",
60+
"mkdocstrings-python == 1.10.9",
6161
"pymdownx-superfence-filter-lines == 0.1.0",
6262
]
6363
dev-mypy = [
6464
# For checking the noxfile, docs/ script, and tests
6565
"frequenz-channels[dev-mkdocs,dev-noxfile,dev-pytest]",
66-
"mypy == 1.10.1",
67-
"types-Markdown == 3.6.0.20240316",
66+
"mypy == 1.11.2",
67+
"types-Markdown == 3.7.0.20240822",
6868
]
69-
dev-noxfile = ["nox == 2024.4.15", "frequenz-repo-config[lib] == 0.9.2"]
69+
dev-noxfile = ["nox == 2024.4.15", "frequenz-repo-config[lib] == 0.10.0"]
7070
dev-pylint = [
7171
# For checking the noxfile, docs/ script, and tests
7272
"frequenz-channels[dev-mkdocs,dev-noxfile,dev-pytest]",
73-
"pylint == 3.2.5",
73+
"pylint == 3.2.7",
7474
]
7575
dev-pytest = [
76-
"async-solipsism == 0.6",
77-
"frequenz-repo-config[extra-lint-examples] == 0.9.2",
78-
"hypothesis == 6.104.2",
79-
"pytest == 8.2.2",
80-
"pytest-asyncio == 0.23.7",
76+
"async-solipsism == 0.7",
77+
"frequenz-repo-config[extra-lint-examples] == 0.10.0",
78+
"hypothesis == 6.111.2",
79+
"pytest == 8.3.2",
80+
"pytest-asyncio == 0.24.0",
8181
"pytest-mock == 3.14.0",
8282
]
8383
dev = [
@@ -133,10 +133,14 @@ disable = [
133133
# pylint's unsubscriptable check is buggy and is not needed because
134134
# it is a type-check, for which we already have mypy.
135135
"unsubscriptable-object",
136+
# Checked by mypy
137+
"no-member",
136138
# Checked by flake8
139+
"f-string-without-interpolation",
137140
"redefined-outer-name",
138141
"unused-import",
139142
"line-too-long",
143+
"missing-function-docstring",
140144
"unused-variable",
141145
"unnecessary-lambda-assignment",
142146
]

0 commit comments

Comments
 (0)