File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 23232424 - 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
Original file line number Diff line number Diff line change 11-r requirements_test_pre_commit.txt
22mypy==1.19.0
33pre-commit==4.5.0
4- pylint==4.0.3
4+ pylint==4.0.4
55pytest==9.0.1
66pytest-asyncio==1.3.0
77types-aiofiles==25.1.0.20251011
You can’t perform that action at this time.
0 commit comments