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 27
27
with :
28
28
cache : true
29
29
python-version : ${{ matrix.python-version }}
30
- version : 2.25.4
30
+ version : 2.25.6
31
31
cache-dependency-path : |
32
32
./pdm.dev.lock
33
33
./pdm.lock
Original file line number Diff line number Diff line change 25
25
with :
26
26
cache : true
27
27
python-version : " 3.12"
28
- version : 2.25.4
28
+ version : 2.25.6
29
29
cache-dependency-path : |
30
30
./pdm.dev.lock
31
31
./pdm.lock
@@ -132,7 +132,7 @@ jobs:
132
132
with :
133
133
cache : true
134
134
python-version : " 3.12"
135
- version : 2.25.4
135
+ version : 2.25.6
136
136
cache-dependency-path : |
137
137
./pdm.dev.lock
138
138
./pdm.lock
Original file line number Diff line number Diff line change 23
23
post_system_dependencies :
24
24
- env | sort
25
25
pre_create_environment :
26
- - PIPX_BIN_DIR=$READTHEDOCS_VIRTUALENV_PATH/bin pipx install pdm==2.25.4
26
+ - PIPX_BIN_DIR=$READTHEDOCS_VIRTUALENV_PATH/bin pipx install pdm==2.25.6
27
27
post_install :
28
28
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH make dev-doc
29
29
post_build :
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3
3
"constraints" : {
4
- "pdm" : " 2.25.4 " ,
4
+ "pdm" : " 2.25.6 " ,
5
5
"python" : " ==3.12"
6
6
},
7
7
"customManagers" : [
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ prerequisites:
64
64
pipx list --short | grep -q " check-jsonschema 0.33.2" || pipx install --force check-jsonschema==0.33.2
65
65
pipx list --short | grep -q " codespell 2.4.1" || pipx install --force codespell[toml]==2.4.1
66
66
pipx list --short | grep -q " copier 9.8.0" || pipx install --force copier==9.8.0
67
- pipx list --short | grep -q " pdm 2.25.4 " || pipx install --force pdm==2.25.4
67
+ pipx list --short | grep -q " pdm 2.25.6 " || pipx install --force pdm==2.25.6
68
68
pipx list --short | grep -q " pre-commit 4.2.0" || pipx install --force pre-commit==4.2.0
69
69
pipx list --short | grep -q " pyproject-fmt 2.6.0" || pipx install --force pyproject-fmt==2.6.0
70
70
pipx list --short | grep -q " ruff 0.12.3" || pipx install --force ruff==0.12.3
Original file line number Diff line number Diff line change 23
23
post_system_dependencies:
24
24
- env | sort
25
25
pre_create_environment:
26
- - PIPX_BIN_DIR=$READTHEDOCS_VIRTUALENV_PATH/bin pipx install pdm==2.25.4
26
+ - PIPX_BIN_DIR=$READTHEDOCS_VIRTUALENV_PATH/bin pipx install pdm==2.25.6
27
27
post_install:
28
28
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH make dev-doc
29
29
post_build:
Original file line number Diff line number Diff line change 2
2
{
3
3
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
4
4
"constraints": {
5
- "pdm": "2.25.4 ",
5
+ "pdm": "2.25.6 ",
6
6
"python": "=={{ default_py }}"
7
7
},
8
8
"customManagers": [
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ prerequisites:
70
70
{% if project_name == "Serious Scaffold Python" %}
71
71
pipx list --short | grep -q "copier 9.8.0" || pipx install --force copier==9.8.0
72
72
{% endif %}
73
- pipx list --short | grep -q "pdm 2.25.4 " || pipx install --force pdm==2.25.4
73
+ pipx list --short | grep -q "pdm 2.25.6 " || pipx install --force pdm==2.25.6
74
74
pipx list --short | grep -q "pre-commit 4.2.0" || pipx install --force pre-commit==4.2.0
75
75
pipx list --short | grep -q "pyproject-fmt 2.6.0" || pipx install --force pyproject-fmt==2.6.0
76
76
pipx list --short | grep -q "ruff 0.12.3" || pipx install --force ruff==0.12.3
Original file line number Diff line number Diff line change 28
28
with:
29
29
cache: true
30
30
python-version: {{ '${{ matrix.python-version }}' }}
31
- version: 2.25.4
31
+ version: 2.25.6
32
32
cache-dependency-path: |
33
33
./pdm.dev.lock
34
34
./pdm.lock
Original file line number Diff line number Diff line change 26
26
with:
27
27
cache: true
28
28
python-version: "{{ default_py }}"
29
- version: 2.25.4
29
+ version: 2.25.6
30
30
cache-dependency-path: |
31
31
./pdm.dev.lock
32
32
./pdm.lock
@@ -143,7 +143,7 @@ jobs:
143
143
with:
144
144
cache: true
145
145
python-version: "{{ default_py }}"
146
- version: 2.25.4
146
+ version: 2.25.6
147
147
cache-dependency-path: |
148
148
./pdm.dev.lock
149
149
./pdm.lock
You can’t perform that action at this time.
0 commit comments