Skip to content

Commit 69d3456

Browse files
committed
feat(ruff,mypy): Update ruff and mypy versions
1 parent 594e332 commit 69d3456

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/mypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Install dependencies
3030
run: |
31-
python -m pip install 'mypy==1.15.0' 'types-requests==2.32.0.20250328'
31+
python -m pip install 'mypy==1.16.0' 'types-requests==2.32.0.20250602'
3232
3333
- name: Lint the code with mypy
3434
uses: sasanquaneuf/mypy-github-action@a3f3a66f97792cac0cfd11d3e5c87088e5c8f6a9 # releases/v1.3

.github/workflows/ruff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# Ruff does not need a specific python version installed
3636
- name: Install dependencies
3737
run: |
38-
python -m pip install 'ruff==0.11.4'
38+
python -m pip install 'ruff==0.11.13'
3939
4040
- name: Lint with Ruff
4141
run: |

0 commit comments

Comments
 (0)