Skip to content

Commit f949671

Browse files
committed
update to latest dependencies
python now requires version 3.9 or greater removed tomli, I guess it was a temporary requirement
1 parent 035df01 commit f949671

File tree

3 files changed

+450
-524
lines changed

3 files changed

+450
-524
lines changed

features/stubs/behave/model_core.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Status(Enum):
1414
failed: int
1515
undefined: int
1616
executing: int
17-
IGNORE_LINT = 99 # Used to ignore linting error
17+
IGNORE_LINT = 99 # Used to ignore linting error
1818
def __eq__(self, other): ...
1919
@classmethod
2020
def from_name(cls, name): ...

0 commit comments

Comments
 (0)