File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 contents : write
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2424 - name : Set up PDM
2525 uses : pdm-project/setup-pdm@v4
2626 with :
Original file line number Diff line number Diff line change 1515 - macos-local
1616
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1919 - name : Install dependencies
2020 run : |
2121 pdm install -dG test
Original file line number Diff line number Diff line change 1414 runs-on : ${{ matrix.os }}
1515
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1818 - name : Set up PDM
1919 uses : pdm-project/setup-pdm@v4
2020 with :
3131 runs-on : ubuntu-latest
3232
3333 steps :
34- - uses : actions/checkout@v4
34+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3535 - name : Set up PDM
3636 uses : pdm-project/setup-pdm@v4
3737 with :
4848 runs-on : ubuntu-latest
4949
5050 steps :
51- - uses : actions/checkout@v4
51+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
5252 - name : Set up PDM
5353 uses : pdm-project/setup-pdm@v4
5454 with :
Original file line number Diff line number Diff line change @@ -52,13 +52,13 @@ tox = "tox --parallel auto"
5252[tool .pdm .dev-dependencies ]
5353lint = [
5454 " codespell~=2.2.6" , # https://github.com/codespell-project/codespell (latest: 2.2.6)
55- " pylint~=3.1.0 " , # https://github.com/pylint-dev/pylint (latest: 3.1.0)
55+ " pylint~=4.0.5 " , # https://github.com/pylint-dev/pylint (latest: 3.1.0)
5656 " requests>=2.31.0" , # https://github.com/psf/requests (latest: 2.31.0)
5757 " ruff~=0.3.7" , # https://github.com/astral-sh/ruff (latest: 0.3.7)
5858 " safety==3.1.0" , # https://github.com/pyupio/safety (latest: 3.1.0)
5959]
6060test = [
61- " pytest~=8.1.1 " , # https://github.com/pytest-dev/pytest (latest: 8.1.1)
61+ " pytest~=9.0.2 " , # https://github.com/pytest-dev/pytest (latest: 8.1.1)
6262 " pytest-mock~=3.14.0" , # https://github.com/pytest-dev/pytest-mock/ (latest: 3.14.0)
6363 " pytest-sugar~=1.0.0" , # https://github.com/Teemu/pytest-sugar (latest: 1.0.0)
6464]
You can’t perform that action at this time.
0 commit comments