@@ -10,7 +10,7 @@ requires = [
1010 # sure the code is generated using the minimum supported versions, as older
1111 # versions can't work with code that was generated with newer versions.
1212 # https://protobuf.dev/support/cross-version-runtime-guarantee/#backwards
13- " protobuf == 5.29.0 " ,
13+ " protobuf == 5.29.2 " ,
1414 " grpcio-tools == 1.68.1" ,
1515 " grpcio == 1.68.1" ,
1616]
@@ -36,7 +36,7 @@ dependencies = [
3636 # We can't widen beyond the current value unless we bump the minimum
3737 # requirements too because of protobuf cross-version runtime guarantees:
3838 # https://protobuf.dev/support/cross-version-runtime-guarantee/#major
39- " protobuf >= 5.29.0 , < 7" , # Do not widen beyond 7!
39+ " protobuf >= 5.29.2 , < 7" , # Do not widen beyond 7!
4040 # We couldn't find any document with a spec about the cross-version runtime
4141 # guarantee for grpcio, so unless we find one in the future, we'll assume
4242 # major version jumps are not compatible
@@ -53,27 +53,27 @@ dev-flake8 = [
5353 " flake8 == 7.1.1" ,
5454 " flake8-docstrings == 1.7.0" ,
5555 " flake8-pyproject == 1.2.3" , # For reading the flake8 config from pyproject.toml
56- " pydoclint == 0.5.9 " ,
56+ " pydoclint == 0.5.14 " ,
5757 " pydocstyle == 6.3.0" ,
5858]
5959dev-formatting = [" black == 24.10.0" , " isort == 5.13.2" ]
6060dev-mkdocs = [
6161 " mike == 1.1.2" ,
6262 " mkdocs-gen-files == 0.5.0" ,
6363 " mkdocs-literate-nav == 0.6.1" ,
64- " mkdocs-material == 9.5.47 " ,
64+ " mkdocs-material == 9.5.49 " ,
6565 " mkdocstrings[python] == 0.27.0" ,
6666 " frequenz-repo-config[api] == 0.11.0" ,
6767]
6868dev-mypy = [
69- " mypy == 1.13.0 " ,
69+ " mypy == 1.14.1 " ,
7070 " grpc-stubs == 1.53.0.5" ,
7171 # For checking the noxfile, docs/ script, and tests
7272 " frequenz-api-common[dev-mkdocs,dev-noxfile,dev-pytest]" ,
7373]
7474dev-noxfile = [" nox == 2024.10.9" , " frequenz-repo-config[api] == 0.11.0" ]
7575dev-pylint = [
76- " pylint == 3.3.2 " ,
76+ " pylint == 3.3.3 " ,
7777 # For checking the noxfile, docs/ script, and tests
7878 " frequenz-api-common[dev-mkdocs,dev-noxfile,dev-pytest]" ,
7979]
0 commit comments