Skip to content

Commit 2c78326

Browse files
committed
Update versions
Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent 99bf556 commit 2c78326

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pyproject.toml

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

@@ -43,23 +43,23 @@ email = "[email protected]"
4343
# TODO(cookiecutter): Remove and add more optional dependencies if appropriate
4444
[project.optional-dependencies]
4545
dev-flake8 = [
46-
"flake8 == 6.1.0",
46+
"flake8 == 7.0.0",
4747
"flake8-docstrings == 1.7.0",
4848
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
4949
"pydoclint == 0.3.2",
5050
"pydocstyle == 6.3.0",
5151
]
52-
dev-formatting = ["black == 23.9.1", "isort == 5.12.0"]
52+
dev-formatting = ["black == 24.2.0", "isort == 5.12.0"]
5353
dev-mkdocs = [
54-
"black == 23.9.1",
54+
"black == 24.2.0",
5555
"Markdown==3.4.4",
5656
"mike == 2.0.0",
5757
"mkdocs-gen-files == 0.5.0",
5858
"mkdocs-literate-nav == 0.6.1",
5959
"mkdocs-macros-plugin == 1.0.4",
6060
"mkdocs-material == 9.3.1",
6161
"mkdocstrings[python] == 0.23.0",
62-
"frequenz-repo-config[actor] == 0.8.0",
62+
"frequenz-repo-config[actor] == 0.9.0",
6363
]
6464
dev-mypy = [
6565
"mypy == 1.5.1",
@@ -69,7 +69,7 @@ dev-mypy = [
6969
]
7070
dev-noxfile = [
7171
"nox == 2023.4.22",
72-
"frequenz-repo-config[actor] == 0.8.0",
72+
"frequenz-repo-config[actor] == 0.9.0",
7373
]
7474
dev-pylint = [
7575
"pylint == 3.0.2",
@@ -78,7 +78,7 @@ dev-pylint = [
7878
]
7979
dev-pytest = [
8080
"pytest == 8.0.0",
81-
"frequenz-repo-config[extra-lint-examples] == 0.8.0",
81+
"frequenz-repo-config[extra-lint-examples] == 0.9.0",
8282
"pytest-mock == 3.11.1",
8383
"pytest-asyncio == 0.21.1",
8484
"async-solipsism == 0.5",

0 commit comments

Comments
 (0)