@@ -77,8 +77,8 @@ dev-mkdocs = [
7777 " mkdocs-literate-nav == 0.6.2" ,
7878 " frequenz-api-dispatch == 1.0.0-rc3" ,
7979 " mkdocs-macros-plugin == 1.4.0" ,
80- " mkdocs-material == 9.6.18 " ,
81- " mkdocstrings[python] == 0.30.0 " ,
80+ " mkdocs-material == 9.6.21 " ,
81+ " mkdocstrings[python] == 0.30.1 " ,
8282 " frequenz-repo-config[lib] == 0.13.5" ,
8383]
8484dev-mypy = [
@@ -92,19 +92,19 @@ dev-mypy = [
9292]
9393dev-noxfile = [" nox == 2025.5.1" , " frequenz-repo-config[lib] == 0.13.5" ]
9494dev-pylint = [
95- " pylint == 3.3.8 " ,
95+ " pylint == 3.3.9 " ,
9696 # For checking the noxfile, docs/ script, and tests
9797 " frequenz-client-dispatch[cli,dev-mkdocs,dev-noxfile,dev-pytest]" ,
9898 " frequenz-api-dispatch == 1.0.0-rc3" ,
9999]
100100dev-pytest = [
101- " pytest == 8.4.1 " ,
101+ " pytest == 8.4.2 " ,
102102 " frequenz-repo-config[extra-lint-examples] == 0.13.5" ,
103103 " pytest-mock == 3.15.1" ,
104104 " pytest-asyncio == 1.2.0" ,
105105 " async-solipsism == 0.8" ,
106106 " time-machine == 2.19.0" ,
107- " hypothesis == 6.140.2 " ,
107+ " hypothesis == 6.140.3 " ,
108108 " frequenz-client-dispatch[cli]" ,
109109]
110110dev = [
0 commit comments