File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 deploy :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
12+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1313 - name : Set up Python
1414 uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
1515 with :
Original file line number Diff line number Diff line change 66 py39 :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
9+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1010 - name : Setup Python
1111 uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
1212 with :
2020 py313 :
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
23+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2424 - name : Setup Python
2525 uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
2626 with :
3434 static :
3535 runs-on : ubuntu-latest
3636 steps :
37- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
37+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3838 - name : Setup Python
3939 uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
4040 with :
4848 coverage :
4949 runs-on : ubuntu-latest
5050 steps :
51- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
51+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
5252 - name : Setup Python
5353 uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
5454 with :
7373 docs :
7474 runs-on : ubuntu-latest
7575 steps :
76- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
76+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
7777 - name : Setup Python
7878 uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
7979 with :
Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ optional = true
4141
4242[tool .poetry .group .dev .dependencies ]
4343black = " ==25.1.0"
44- pre-commit = " 4.2 .0"
44+ pre-commit = " 4.3 .0"
4545mypy = " 1.17.1"
46- pylint = " 3.3.7 "
46+ pylint = " 3.3.8 "
4747pytest-cov = " 6.2.1"
4848bandit = " 1.8.6"
4949# dependencies of dependencies for python 3.6 compatibility
You can’t perform that action at this time.
0 commit comments