Skip to content

Commit 5d41385

Browse files
authored
Update to repo-config v0.7.2 (#230)
- Fix the wrong `cli` package name. - Improve the arm64 `Dockerfile` description.
2 parents 1dab247 + 12d7318 commit 5d41385

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/containers/nox-cross-arch/arm64-ubuntu-20.04-python-3.11.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# License: MIT
22
# Copyright © 2023 Frequenz Energy-as-a-Service GmbH
3-
# This Dockerfile is used to run the tests in architectures not supported by
4-
# GitHub Actions.
3+
# This Dockerfile is used to run the tests in arm64, which is not supported by
4+
# GitHub Actions at the moment.
55

66
FROM docker.io/library/ubuntu:20.04
77

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ jobs:
363363
if: steps.mike-version.outputs.version
364364
run: |
365365
git checkout gh-pages
366-
python -m frequenz.repo.config.cli.version.mkdocs.sort versions.json
366+
python -m frequenz.repo.config.cli.version.mike.sort versions.json
367367
git commit -a -m "Sort versions.json"
368368
369369
- name: Publish site

pyproject.toml

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

@@ -53,15 +53,15 @@ dev-mkdocs = [
5353
"mkdocs-material == 9.3.2",
5454
"mkdocs-macros-plugin == 1.0.4",
5555
"mkdocstrings[python] == 0.23.0",
56-
"frequenz-repo-config[lib] == 0.7.1",
56+
"frequenz-repo-config[lib] == 0.7.2",
5757
]
5858
dev-mypy = [
5959
"mypy == 1.6.1",
6060
"types-Markdown == 3.4.2.10",
6161
# For checking the noxfile, docs/ script, and tests
6262
"frequenz-channels[dev-mkdocs,dev-noxfile,dev-pytest]",
6363
]
64-
dev-noxfile = ["nox == 2023.4.22", "frequenz-repo-config[lib] == 0.7.1"]
64+
dev-noxfile = ["nox == 2023.4.22", "frequenz-repo-config[lib] == 0.7.2"]
6565
dev-pylint = [
6666
"pylint == 2.17.7",
6767
# For checking the noxfile, docs/ script, and tests
@@ -71,7 +71,7 @@ dev-pytest = [
7171
"pytest == 7.4.3",
7272
"async-solipsism == 0.5",
7373
"hypothesis == 6.88.1",
74-
"frequenz-repo-config[extra-lint-examples] == 0.7.1",
74+
"frequenz-repo-config[extra-lint-examples] == 0.7.2",
7575
"pytest-asyncio == 0.21.1",
7676
"pytest-mock == 3.12.0",
7777
]

0 commit comments

Comments
 (0)