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 24
24
with :
25
25
cache : true
26
26
python-version : ${{ matrix.python-version }}
27
- version : 2.23.1
27
+ version : 2.24.0
28
28
cache-dependency-path : |
29
29
./pdm.dev.lock
30
30
./pdm.lock
Original file line number Diff line number Diff line change 22
22
with :
23
23
cache : true
24
24
python-version : ' 3.12'
25
- version : 2.23.1
25
+ version : 2.24.0
26
26
cache-dependency-path : |
27
27
./pdm.dev.lock
28
28
./pdm.lock
@@ -129,7 +129,7 @@ jobs:
129
129
with :
130
130
cache : true
131
131
python-version : ' 3.12'
132
- version : 2.23.1
132
+ version : 2.24.0
133
133
cache-dependency-path : |
134
134
./pdm.dev.lock
135
135
./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.23.1
26
+ - PIPX_BIN_DIR=$READTHEDOCS_VIRTUALENV_PATH/bin pipx install pdm==2.24.0
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.23.1 " ,
4
+ "pdm" : " 2.24.0 " ,
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.0" || pipx install --force check-jsonschema==0.33.0
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.6.0" || pipx install --force copier==9.6.0
67
- pipx list --short | grep -q " pdm 2.23.1 " || pipx install --force pdm==2.23.1
67
+ pipx list --short | grep -q " pdm 2.24.0 " || pipx install --force pdm==2.24.0
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.5.1" || pipx install --force pyproject-fmt==2.5.1
70
70
pipx list --short | grep -q " ruff 0.11.5" || pipx install --force ruff==0.11.5
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.23.1
26
+ - PIPX_BIN_DIR=$READTHEDOCS_VIRTUALENV_PATH/bin pipx install pdm==2.24.0
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.23.1 ",
5
+ "pdm": "2.24.0 ",
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.6.0" || pipx install --force copier==9.6.0
72
72
{% endif %}
73
- pipx list --short | grep -q "pdm 2.23.1 " || pipx install --force pdm==2.23.1
73
+ pipx list --short | grep -q "pdm 2.24.0 " || pipx install --force pdm==2.24.0
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.5.1" || pipx install --force pyproject-fmt==2.5.1
76
76
pipx list --short | grep -q "ruff 0.11.5" || pipx install --force ruff==0.11.5
Original file line number Diff line number Diff line change 25
25
with:
26
26
cache: true
27
27
python-version: {{ '${{ matrix.python-version }}' }}
28
- version: 2.23.1
28
+ version: 2.24.0
29
29
cache-dependency-path: |
30
30
./pdm.dev.lock
31
31
./pdm.lock
Original file line number Diff line number Diff line change 23
23
with:
24
24
cache: true
25
25
python-version: '{{ default_py }}'
26
- version: 2.23.1
26
+ version: 2.24.0
27
27
cache-dependency-path: |
28
28
./pdm.dev.lock
29
29
./pdm.lock
@@ -140,7 +140,7 @@ jobs:
140
140
with:
141
141
cache: true
142
142
python-version: '{{ default_py }}'
143
- version: 2.23.1
143
+ version: 2.24.0
144
144
cache-dependency-path: |
145
145
./pdm.dev.lock
146
146
./pdm.lock
You can’t perform that action at this time.
0 commit comments