@@ -35,7 +35,7 @@ classifiers = [
35
35
requires-python = " >= 3.11, < 4"
36
36
dependencies = [
37
37
" python-dateutil >= 2.8.2, < 3.0" ,
38
- " typing-extensions == 4.10 .0" ,
38
+ " typing-extensions == 4.11 .0" ,
39
39
# Make sure to update the version for cross-referencing also in the
40
40
# mkdocs.yml file when changing the version here (look for the config key
41
41
# plugins.mkdocstrings.handlers.python.import)
@@ -60,28 +60,28 @@ dev-flake8 = [
60
60
" pydoclint == 0.4.1" ,
61
61
" pydocstyle == 6.3.0" ,
62
62
]
63
- dev-formatting = [" black == 24.3.0 " , " isort == 5.13.2" ]
63
+ dev-formatting = [" black == 24.4.2 " , " isort == 5.13.2" ]
64
64
dev-mkdocs = [
65
- " black == 24.3.0 " ,
65
+ " black == 24.4.2 " ,
66
66
" Markdown==3.6" ,
67
- " mike == 2.0 .0" ,
67
+ " mike == 2.1 .0" ,
68
68
" mkdocs-gen-files == 0.5.0" ,
69
69
" mkdocs-literate-nav == 0.6.1" ,
70
70
" 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 " ,
73
73
" frequenz-repo-config[lib] == 0.9.2" ,
74
74
]
75
75
dev-mypy = [
76
- " mypy == 1.9 .0" ,
76
+ " mypy == 1.10 .0" ,
77
77
" types-Markdown == 3.6.0.20240316" ,
78
78
" types-python-dateutil==2.9.0.20240316" ,
79
79
# For checking the noxfile, docs/ script, and tests
80
80
" frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]" ,
81
81
]
82
82
dev-noxfile = [
83
- " uv == 0.1.28 " ,
84
- " nox == 2024.3.02 " ,
83
+ " uv == 0.1.39 " ,
84
+ " nox == 2024.4.15 " ,
85
85
" frequenz-repo-config[lib] == 0.9.2" ,
86
86
]
87
87
dev-pylint = [
@@ -90,7 +90,7 @@ dev-pylint = [
90
90
" frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]" ,
91
91
]
92
92
dev-pytest = [
93
- " pytest == 8.1.1 " ,
93
+ " pytest == 8.2.0 " ,
94
94
" frequenz-repo-config[extra-lint-examples] == 0.9.2" ,
95
95
" pytest-mock == 3.14.0" ,
96
96
" pytest-asyncio == 0.23.6" ,
0 commit comments