5
5
requires = [
6
6
" setuptools == 68.1.0" ,
7
7
" setuptools_scm[toml] == 7.1.0" ,
8
- " frequenz-repo-config[lib] == 0.9.1 " ,
8
+ " frequenz-repo-config[lib] == 0.9.2 " ,
9
9
]
10
10
build-backend = " setuptools.build_meta"
11
11
@@ -14,7 +14,15 @@ name = "frequenz-dispatch"
14
14
description = " A highlevel interface for the dispatch API"
15
15
readme = " README.md"
16
16
license = { text = " MIT" }
17
- keywords = [" frequenz" , " python" , " actor" , " frequenz-dispatch" , " dispatch" , " highlevel" , " api" ]
17
+ keywords = [
18
+ " frequenz" ,
19
+ " python" ,
20
+ " actor" ,
21
+ " frequenz-dispatch" ,
22
+ " dispatch" ,
23
+ " highlevel" ,
24
+ " api" ,
25
+ ]
18
26
classifiers = [
19
27
" Development Status :: 3 - Alpha" ,
20
28
" Intended Audience :: Developers" ,
@@ -62,7 +70,7 @@ dev-mkdocs = [
62
70
" mkdocs-macros-plugin == 1.0.5" ,
63
71
" mkdocs-material == 9.5.17" ,
64
72
" mkdocstrings[python] == 0.24.2" ,
65
- " frequenz-repo-config[lib] == 0.9.1 " ,
73
+ " frequenz-repo-config[lib] == 0.9.2 " ,
66
74
]
67
75
dev-mypy = [
68
76
" mypy == 1.9.0" ,
@@ -74,7 +82,7 @@ dev-mypy = [
74
82
dev-noxfile = [
75
83
" uv == 0.1.28" ,
76
84
" nox == 2024.3.02" ,
77
- " frequenz-repo-config[lib] == 0.9.1 " ,
85
+ " frequenz-repo-config[lib] == 0.9.2 " ,
78
86
]
79
87
dev-pylint = [
80
88
" pylint == 3.1.0" ,
@@ -83,13 +91,11 @@ dev-pylint = [
83
91
]
84
92
dev-pytest = [
85
93
" pytest == 8.1.1" ,
86
- " frequenz-repo-config[extra-lint-examples] == 0.9.1 " ,
94
+ " frequenz-repo-config[extra-lint-examples] == 0.9.2 " ,
87
95
" pytest-mock == 3.14.0" ,
88
96
" pytest-asyncio == 0.23.6" ,
89
97
" async-solipsism == 0.6" ,
90
98
" time-machine == 2.14.1" ,
91
- # Currently pinned due to v6.1.0 breaking our code
92
- " sybil == 6.0.3" ,
93
99
]
94
100
dev = [
95
101
" frequenz-dispatch[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]" ,
@@ -171,11 +177,7 @@ packages = ["frequenz.dispatch"]
171
177
strict = true
172
178
173
179
[[tool .mypy .overrides ]]
174
- module = [
175
- " mkdocs_macros.*" ,
176
- " async_solipsism" ,
177
- " async_solipsism.*" ,
178
- ]
180
+ module = [" mkdocs_macros.*" , " async_solipsism" , " async_solipsism.*" ]
179
181
ignore_missing_imports = true
180
182
181
183
[tool .setuptools_scm ]
0 commit comments