Skip to content

Commit 207624a

Browse files
committed
bump workflow deps
1 parent 85a33a9 commit 207624a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/setup-python@v2
1717
with:
1818
python-version: '3.8'
19-
- run: pip3 install pyright==1.1.271 flake8==5.0.4 --user
19+
- run: pip3 install pyright==1.1.402 flake8==7.3.0 --user
2020
- run: echo "$HOME/.local/bin" >> $GITHUB_PATH
2121
- run: pyright .
2222
- run: flake8 .

0 commit comments

Comments
 (0)