Skip to content

Commit bf35468

Browse files
Update dependency mypy to ~=1.19.1
1 parent 68cf374 commit bf35468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shodan/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dev = [
3232
"black~=25.1", # Code formatter
3333
"isort~=7.0.0", # Import sorter
3434
"ruff~=0.14.2", # linter
35-
"mypy~=1.18.2", # Type validator
35+
"mypy~=1.19.1", # Type validator
3636
"pip_audit~=2.9.0", # Security checker
3737
"pre-commit~=4.3.0", # Git hooks
3838
"types-PyYAML~=6.0.12", # stubs for untyped module

0 commit comments

Comments
 (0)