22# Copyright © 2023 Frequenz Energy-as-a-Service GmbH
33
44[build-system ]
5- requires = [" setuptools == 67.7.2 " , " setuptools_scm[toml] == 7.1.0" ]
5+ requires = [" setuptools == 68.1.0 " , " setuptools_scm[toml] == 7.1.0" ]
66build-backend = " setuptools.build_meta"
77
88[project ]
@@ -51,7 +51,7 @@ actor = []
5151api = [
5252 " grpcio-tools >= 1.47.0, < 2" ,
5353 " mypy-protobuf >= 3.0.0, < 4" ,
54- " setuptools >= 67.6.0, < 68 " ,
54+ " setuptools >= 67.6.0, < 69 " ,
5555]
5656app = []
5757lib = []
@@ -66,17 +66,17 @@ dev-docstrings = [
6666 " darglint == 1.8.1" ,
6767 " tomli == 2.0.1" , # Needed by pydocstyle to read pyproject.toml
6868]
69- dev-formatting = [" black == 23.3 .0" , " isort == 5.12.0" ]
69+ dev-formatting = [" black == 23.7 .0" , " isort == 5.12.0" ]
7070dev-mkdocs = [
7171 " mike == 1.1.2" ,
7272 " mkdocs-gen-files == 0.5.0" ,
7373 " mkdocs-literate-nav == 0.6.0" ,
74- " mkdocs-material == 9.1.16 " ,
74+ " mkdocs-material == 9.1.21 " ,
7575 " mkdocs-section-index == 0.3.5" ,
7676 " mkdocstrings[python] == 0.22.0" ,
7777]
7878dev-mypy = [
79- " mypy == 1.2.0 " ,
79+ " mypy == 1.5.1 " ,
8080 " types-setuptools >= 67.6.0, < 68" , # Should match the global dependency
8181 # For checking the noxfile, docs/ script, and tests
8282 " frequenz-repo-config[dev-mkdocs,dev-noxfile,dev-pytest]" ,
0 commit comments