@@ -35,7 +35,7 @@ classifiers = [
3535requires-python = " >= 3.11, < 4"
3636dependencies = [
3737 " python-dateutil >= 2.8.2, < 3.0" ,
38- " typing-extensions == 4.10 .0" ,
38+ " typing-extensions == 4.11 .0" ,
3939 # Make sure to update the version for cross-referencing also in the
4040 # mkdocs.yml file when changing the version here (look for the config key
4141 # plugins.mkdocstrings.handlers.python.import)
@@ -60,28 +60,28 @@ dev-flake8 = [
6060 " pydoclint == 0.4.1" ,
6161 " pydocstyle == 6.3.0" ,
6262]
63- dev-formatting = [" black == 24.3.0 " , " isort == 5.13.2" ]
63+ dev-formatting = [" black == 24.4.2 " , " isort == 5.13.2" ]
6464dev-mkdocs = [
65- " black == 24.3.0 " ,
65+ " black == 24.4.2 " ,
6666 " Markdown==3.6" ,
67- " mike == 2.0 .0" ,
67+ " mike == 2.1 .0" ,
6868 " mkdocs-gen-files == 0.5.0" ,
6969 " mkdocs-literate-nav == 0.6.1" ,
7070 " mkdocs-macros-plugin == 1.0.5" ,
71- " mkdocs-material == 9.5.17 " ,
72- " mkdocstrings[python] == 0.24.2 " ,
71+ " mkdocs-material == 9.5.20 " ,
72+ " mkdocstrings[python] == 0.25.0 " ,
7373 " frequenz-repo-config[lib] == 0.9.2" ,
7474]
7575dev-mypy = [
76- " mypy == 1.9 .0" ,
76+ " mypy == 1.10 .0" ,
7777 " types-Markdown == 3.6.0.20240316" ,
7878 " types-python-dateutil==2.9.0.20240316" ,
7979 # For checking the noxfile, docs/ script, and tests
8080 " frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]" ,
8181]
8282dev-noxfile = [
83- " uv == 0.1.28 " ,
84- " nox == 2024.3.02 " ,
83+ " uv == 0.1.39 " ,
84+ " nox == 2024.4.15 " ,
8585 " frequenz-repo-config[lib] == 0.9.2" ,
8686]
8787dev-pylint = [
@@ -90,7 +90,7 @@ dev-pylint = [
9090 " frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]" ,
9191]
9292dev-pytest = [
93- " pytest == 8.1.1 " ,
93+ " pytest == 8.2.0 " ,
9494 " frequenz-repo-config[extra-lint-examples] == 0.9.2" ,
9595 " pytest-mock == 3.14.0" ,
9696 " pytest-asyncio == 0.23.6" ,
0 commit comments