We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83e5532 + ea68d19 commit 9ecc2afCopy full SHA for 9ecc2af
pyproject.toml
@@ -137,15 +137,6 @@ ignore_path = [
137
138
strict = true
139
140
-[[tool.mypy.overrides]]
141
-
142
-module = [
143
- "sybil",
144
- "sybil.parsers.rest",
145
-]
146
147
-ignore_missing_imports = true
148
149
[build-system]
150
build-backend = "setuptools.build_meta"
151
requires = [
@@ -256,7 +247,7 @@ dev = [
256
247
"sphinx-prompt==1.8",
257
248
"Sphinx-Substitution-Extensions==2022.2.16",
258
249
"sphinxcontrib-spelling==8",
259
- "sybil==5.0.3",
250
+ "sybil==6.0.1",
260
251
"types-requests==2.31.0.10",
261
252
"vulture==2.10",
262
253
"VWS-Python-Mock==2023.5.21",
0 commit comments