File tree Expand file tree Collapse file tree 10 files changed +12
-12
lines changed
{% if repo_platform == 'github' %}.github{% endif %}/workflows Expand file tree Collapse file tree 10 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 2424 with :
2525 cache : true
2626 python-version : ${{ matrix.python-version }}
27- version : 2.23.0
27+ version : 2.23.1
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.23.0
25+ version : 2.23.1
2626 cache-dependency-path : |
2727 ./pdm.dev.lock
2828 ./pdm.lock
@@ -129,7 +129,7 @@ jobs:
129129 with :
130130 cache : true
131131 python-version : ' 3.12'
132- version : 2.23.0
132+ version : 2.23.1
133133 cache-dependency-path : |
134134 ./pdm.dev.lock
135135 ./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.23.0
26+ - PIPX_BIN_DIR=$READTHEDOCS_VIRTUALENV_PATH/bin pipx install pdm==2.23.1
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 11{
22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
33 "constraints" : {
4- "pdm" : " 2.23.0 " ,
4+ "pdm" : " 2.23.1 " ,
55 "python" : " ==3.12"
66 },
77 "customManagers" : [
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ prerequisites:
6464 pipx list --short | grep -q " check-jsonschema 0.32.1" || pipx install --force check-jsonschema==0.32.1
6565 pipx list --short | grep -q " codespell 2.4.1" || pipx install --force codespell[toml]==2.4.1
6666 pipx list --short | grep -q " copier 9.6.0" || pipx install --force copier==9.6.0
67- pipx list --short | grep -q " pdm 2.23.0 " || pipx install --force pdm==2.23.0
67+ pipx list --short | grep -q " pdm 2.23.1 " || pipx install --force pdm==2.23.1
6868 pipx list --short | grep -q " pre-commit 4.2.0" || pipx install --force pre-commit==4.2.0
6969 pipx list --short | grep -q " pyproject-fmt 2.5.1" || pipx install --force pyproject-fmt==2.5.1
7070 pipx list --short | grep -q " ruff 0.11.4" || pipx install --force ruff==0.11.4
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.23.0
26+ - PIPX_BIN_DIR=$READTHEDOCS_VIRTUALENV_PATH/bin pipx install pdm==2.23.1
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{
33 "$schema": "https://docs.renovatebot.com/renovate-schema.json",
44 "constraints": {
5- "pdm": "2.23.0 ",
5+ "pdm": "2.23.1 ",
66 "python": "=={{ default_py }}"
77 },
88 "customManagers": [
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ prerequisites:
7070{% if project_name == "Serious Scaffold Python" %}
7171 pipx list --short | grep -q "copier 9.6.0" || pipx install --force copier==9.6.0
7272{% endif %}
73- pipx list --short | grep -q "pdm 2.23.0 " || pipx install --force pdm==2.23.0
73+ pipx list --short | grep -q "pdm 2.23.1 " || pipx install --force pdm==2.23.1
7474 pipx list --short | grep -q "pre-commit 4.2.0" || pipx install --force pre-commit==4.2.0
7575 pipx list --short | grep -q "pyproject-fmt 2.5.1" || pipx install --force pyproject-fmt==2.5.1
7676 pipx list --short | grep -q "ruff 0.11.4" || pipx install --force ruff==0.11.4
Original file line number Diff line number Diff line change 2525 with:
2626 cache: true
2727 python-version: {{ '${{ matrix.python-version }}' }}
28- version: 2.23.0
28+ version: 2.23.1
2929 cache-dependency-path: |
3030 ./pdm.dev.lock
3131 ./pdm.lock
Original file line number Diff line number Diff line change 2323 with:
2424 cache: true
2525 python-version: '{{ default_py }}'
26- version: 2.23.0
26+ version: 2.23.1
2727 cache-dependency-path: |
2828 ./pdm.dev.lock
2929 ./pdm.lock
@@ -140,7 +140,7 @@ jobs:
140140 with:
141141 cache: true
142142 python-version: '{{ default_py }}'
143- version: 2.23.0
143+ version: 2.23.1
144144 cache-dependency-path: |
145145 ./pdm.dev.lock
146146 ./pdm.lock
You can’t perform that action at this time.
0 commit comments