Skip to content

Commit 6dfb863

Browse files
AlexCatarinoclaude
andcommitted
Update mypy to 2.1.0 in syntax tests workflow
Matches QuantConnect/Lean#9566. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent dbb038e commit 6dfb863

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/syntax-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
4949
- name: Run Syntax Test
5050
run: |
51-
runInContainer bash -c "pip install --no-cache-dir quantconnect-stubs requests types-requests==2.32.* types-pytz==2025.2.0.* mypy==1.20.2"
51+
runInContainer bash -c "pip install --no-cache-dir quantconnect-stubs requests types-requests==2.32.* types-pytz==2025.2.0.* mypy==2.1.0"
5252
runInContainer python -u project-templates/python/run_syntax_check.py
5353
5454
- name: Run Project Match Check

0 commit comments

Comments
 (0)