@@ -36,7 +36,7 @@ dependencies = [
36
36
" frequenz-dispatch-client @ git+https://github.com/frequenz-floss/frequenz-client-dispatch-python.git@00dcb3c" ,
37
37
" frequenz-api-dispatch @ git+https://github.com/frequenz-floss/frequenz-api-dispatch.git@223315c" ,
38
38
# "frequenz-api-dispatch >= 0.13.0, < 0.14",
39
- " frequenz-client-base >= 0.2.1, < 0.3 .0" ,
39
+ " frequenz-client-base >= 0.2.1, < 0.4 .0" ,
40
40
# Directly use unreleased commit until the first release
41
41
" frequenz-client-common @ git+https://github.com/frequenz-floss/frequenz-client-common-python.git@5e6e7b7" ,
42
42
]
@@ -54,27 +54,27 @@ dev-flake8 = [
54
54
" pydoclint == 0.4.1" ,
55
55
" pydocstyle == 6.3.0" ,
56
56
]
57
- dev-formatting = [" black == 24.2 .0" , " isort == 5.13.2" ]
57
+ dev-formatting = [" black == 24.3 .0" , " isort == 5.13.2" ]
58
58
dev-mkdocs = [
59
- " black == 24.2 .0" ,
60
- " Markdown==3.5.2 " ,
59
+ " black == 24.3 .0" ,
60
+ " Markdown==3.6 " ,
61
61
" mike == 2.0.0" ,
62
62
" mkdocs-gen-files == 0.5.0" ,
63
63
" mkdocs-literate-nav == 0.6.1" ,
64
64
" mkdocs-macros-plugin == 1.0.5" ,
65
- " mkdocs-material == 9.5.12 " ,
65
+ " mkdocs-material == 9.5.16 " ,
66
66
" mkdocstrings[python] == 0.24.1" ,
67
67
" frequenz-repo-config[lib] == 0.9.1" ,
68
68
]
69
69
dev-mypy = [
70
- " mypy == 1.8 .0" ,
71
- " types-Markdown == 3.5 .0.20240129 " ,
72
- " types-python-dateutil==2.8.19.20240311 " ,
70
+ " mypy == 1.9 .0" ,
71
+ " types-Markdown == 3.6 .0.20240316 " ,
72
+ " types-python-dateutil==2.9.0.20240316 " ,
73
73
# For checking the noxfile, docs/ script, and tests
74
74
" frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]" ,
75
75
]
76
76
dev-noxfile = [
77
- " uv == 0.1.14 " ,
77
+ " uv == 0.1.26 " ,
78
78
" nox == 2024.3.02" ,
79
79
" frequenz-repo-config[lib] == 0.9.1" ,
80
80
]
@@ -84,12 +84,12 @@ dev-pylint = [
84
84
" frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]" ,
85
85
]
86
86
dev-pytest = [
87
- " pytest == 8.0.2 " ,
87
+ " pytest == 8.1.1 " ,
88
88
" frequenz-repo-config[extra-lint-examples] == 0.9.1" ,
89
- " pytest-mock == 3.12 .0" ,
90
- " pytest-asyncio == 0.23.5 " ,
89
+ " pytest-mock == 3.14 .0" ,
90
+ " pytest-asyncio == 0.23.6 " ,
91
91
" async-solipsism == 0.6" ,
92
- " time-machine == 2.14.0 " ,
92
+ " time-machine == 2.14.1 " ,
93
93
]
94
94
dev = [
95
95
" frequenz-dispatch[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]" ,
0 commit comments