File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 with :
2525 cache : true
2626 python-version : ${{ matrix.python-version }}
27- version : 2.22 .3
27+ version : 2.25 .3
2828 cache-dependency-path : |
2929 ./pdm.dev.lock
3030 ./pdm.lock
Original file line number Diff line number Diff line change 2222 with :
2323 cache : true
2424 python-version : ' 3.12'
25- version : 2.22 .3
25+ version : 2.25 .3
2626 cache-dependency-path : |
2727 ./pdm.dev.lock
2828 ./pdm.lock
@@ -128,7 +128,7 @@ jobs:
128128 with :
129129 cache : true
130130 python-version : ' 3.12'
131- version : 2.22 .3
131+ version : 2.25 .3
132132 cache-dependency-path : |
133133 ./pdm.dev.lock
134134 ./pdm.lock
Original file line number Diff line number Diff line change 2323 post_system_dependencies :
2424 - env | sort
2525 pre_create_environment :
26- - PIPX_BIN_DIR=$READTHEDOCS_VIRTUALENV_PATH/bin pipx install pdm==2.22 .3
26+ - PIPX_BIN_DIR=$READTHEDOCS_VIRTUALENV_PATH/bin pipx install pdm==2.25 .3
2727 post_install :
2828 - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH make dev-doc
2929 post_build :
Original file line number Diff line number Diff line change 22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
33 "constraints" : {
44 "copier" : " ==9.4.1" ,
5- "pdm" : " 2.22 .3" ,
5+ "pdm" : " 2.25 .3" ,
66 "python" : " ==3.12"
77 },
88 "customManagers" : [
Original file line number Diff line number Diff line change 6262prerequisites :
6363 pipx list --short | grep -q " check-jsonschema 0.31.1" || pipx install --force check-jsonschema==0.31.1
6464 pipx list --short | grep -q " codespell 2.4.1" || pipx install --force codespell[toml]==2.4.1
65- pipx list --short | grep -q " pdm 2.22 .3" || pipx install --force pdm==2.22 .3
65+ pipx list --short | grep -q " pdm 2.25 .3" || pipx install --force pdm==2.25 .3
6666 pipx list --short | grep -q " pre-commit 4.1.0" || pipx install --force pre-commit==4.1.0
6767 pipx list --short | grep -q " pyproject-fmt 2.5.0" || pipx install --force pyproject-fmt==2.5.0
6868 pipx list --short | grep -q " ruff 0.9.4" || pipx install --force ruff==0.9.4
You can’t perform that action at this time.
0 commit comments