Skip to content

Commit

Permalink
Fix repo-config generated code
Browse files Browse the repository at this point in the history
Signed-off-by: Sahas Subramanian <[email protected]>
  • Loading branch information
shsms committed Dec 14, 2023
1 parent f387217 commit 84f948d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.0",
"frequenz-repo-config[lib] == 0.7.5",
]
build-backend = "setuptools.build_meta"

Expand Down Expand Up @@ -55,7 +55,7 @@ dev-mkdocs = [
"mkdocs-macros-plugin == 1.0.4",
"mkdocs-material == 9.3.1",
"mkdocstrings[python] == 0.23.0",
"frequenz-repo-config[lib] == 0.7.0",
"frequenz-repo-config[lib] == 0.7.5",
]
dev-mypy = [
"mypy == 1.5.1",
Expand All @@ -65,7 +65,7 @@ dev-mypy = [
]
dev-noxfile = [
"nox == 2023.4.22",
"frequenz-repo-config[lib] == 0.7.0",
"frequenz-repo-config[lib] == 0.7.5",
]
dev-pylint = [
"pylint == 3.0.2",
Expand All @@ -74,7 +74,7 @@ dev-pylint = [
]
dev-pytest = [
"pytest == 7.4.2",
"frequenz-repo-config[extra-lint-examples] == 0.7.0",
"frequenz-repo-config[extra-lint-examples] == 0.7.5",
"pytest-mock == 3.11.1",
"pytest-asyncio == 0.21.1",
"async-solipsism == 0.5",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 84f948d

Please sign in to comment.