Skip to content

Commit

Permalink
Update to repo-config v0.7.2 (#230)
Browse files Browse the repository at this point in the history
- Fix the wrong `cli` package name.
- Improve the arm64 `Dockerfile` description.
  • Loading branch information
llucax authored Nov 1, 2023
2 parents 1dab247 + 12d7318 commit 5d41385
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# License: MIT
# Copyright © 2023 Frequenz Energy-as-a-Service GmbH
# This Dockerfile is used to run the tests in architectures not supported by
# GitHub Actions.
# This Dockerfile is used to run the tests in arm64, which is not supported by
# GitHub Actions at the moment.

FROM docker.io/library/ubuntu:20.04

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ jobs:
if: steps.mike-version.outputs.version
run: |
git checkout gh-pages
python -m frequenz.repo.config.cli.version.mkdocs.sort versions.json
python -m frequenz.repo.config.cli.version.mike.sort versions.json
git commit -a -m "Sort versions.json"
- name: Publish site
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
requires = [
"setuptools == 68.1.0",
"setuptools_scm[toml] == 7.1.0",
"frequenz-repo-config[lib] == 0.7.1",
"frequenz-repo-config[lib] == 0.7.2",
]
build-backend = "setuptools.build_meta"

Expand Down Expand Up @@ -53,15 +53,15 @@ dev-mkdocs = [
"mkdocs-material == 9.3.2",
"mkdocs-macros-plugin == 1.0.4",
"mkdocstrings[python] == 0.23.0",
"frequenz-repo-config[lib] == 0.7.1",
"frequenz-repo-config[lib] == 0.7.2",
]
dev-mypy = [
"mypy == 1.6.1",
"types-Markdown == 3.4.2.10",
# For checking the noxfile, docs/ script, and tests
"frequenz-channels[dev-mkdocs,dev-noxfile,dev-pytest]",
]
dev-noxfile = ["nox == 2023.4.22", "frequenz-repo-config[lib] == 0.7.1"]
dev-noxfile = ["nox == 2023.4.22", "frequenz-repo-config[lib] == 0.7.2"]
dev-pylint = [
"pylint == 2.17.7",
# For checking the noxfile, docs/ script, and tests
Expand All @@ -71,7 +71,7 @@ dev-pytest = [
"pytest == 7.4.3",
"async-solipsism == 0.5",
"hypothesis == 6.88.1",
"frequenz-repo-config[extra-lint-examples] == 0.7.1",
"frequenz-repo-config[extra-lint-examples] == 0.7.2",
"pytest-asyncio == 0.21.1",
"pytest-mock == 3.12.0",
]
Expand Down

0 comments on commit 5d41385

Please sign in to comment.