Skip to content

Commit dc648de

Browse files
authored
Merge branch 'main' into dependabot/pip/mypy-1.19.0
2 parents 8f1d8e4 + 6496b47 commit dc648de

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- &setup-python-default
2929
name: Set up Python ${{ env.DEFAULT_PYTHON }}
3030
id: python
31-
uses: &actions-setup-python actions/setup-python@v6.0.0
31+
uses: &actions-setup-python actions/setup-python@v6.1.0
3232
with:
3333
python-version: ${{ env.DEFAULT_PYTHON }}
3434
check-latest: true

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/[email protected]
2424
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
2525
id: python
26-
uses: actions/setup-python@v6.0.0
26+
uses: actions/setup-python@v6.1.0
2727
with:
2828
python-version: ${{ env.DEFAULT_PYTHON }}
2929
- name: Build distributions

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-r requirements_test_pre_commit.txt
22
mypy==1.19.0
33
pre-commit==4.5.0
4-
pylint==4.0.3
4+
pylint==4.0.4
55
pytest==9.0.1
66
pytest-asyncio==1.3.0
77
types-aiofiles==25.1.0.20251011

0 commit comments

Comments
 (0)