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.22.2
27
+ version : 2.22.3
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.22.2
25
+ version : 2.22.3
26
26
cache-dependency-path : |
27
27
./pdm.dev.lock
28
28
./pdm.lock
@@ -126,7 +126,7 @@ jobs:
126
126
with :
127
127
cache : true
128
128
python-version : ' 3.12'
129
- version : 2.22.2
129
+ version : 2.22.3
130
130
cache-dependency-path : |
131
131
./pdm.dev.lock
132
132
./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.22.2
26
+ - PIPX_BIN_DIR=$READTHEDOCS_VIRTUALENV_PATH/bin pipx install pdm==2.22.3
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.22.2 " ,
4
+ "pdm" : " 2.22.3 " ,
5
5
"python" : " ==3.12"
6
6
},
7
7
"customManagers" : [
Original file line number Diff line number Diff line change 63
63
prerequisites :
64
64
pipx install --force check-jsonschema==0.30.0
65
65
pipx install --force codespell[toml]==2.4.1
66
- pipx install --force pdm==2.22.2
66
+ pipx install --force pdm==2.22.3
67
67
pipx install --force pre-commit==4.0.1
68
68
pipx install --force pyproject-fmt==2.5.0
69
69
pipx install --force ruff==0.9.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.22.2
26
+ - PIPX_BIN_DIR=$READTHEDOCS_VIRTUALENV_PATH/bin pipx install pdm==2.22.3
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.22.2 ",
5
+ "pdm": "2.22.3 ",
6
6
"python": "=={{ default_py }}"
7
7
},
8
8
"customManagers": [
Original file line number Diff line number Diff line change 67
67
prerequisites:
68
68
pipx install --force check-jsonschema==0.30.0
69
69
pipx install --force codespell[toml]==2.4.1
70
- pipx install --force pdm==2.22.2
70
+ pipx install --force pdm==2.22.3
71
71
pipx install --force pre-commit==4.0.1
72
72
pipx install --force pyproject-fmt==2.5.0
73
73
pipx install --force ruff==0.9.3
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.22.2
28
+ version: 2.22.3
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.22.2
26
+ version: 2.22.3
27
27
cache-dependency-path: |
28
28
./pdm.dev.lock
29
29
./pdm.lock
@@ -137,7 +137,7 @@ jobs:
137
137
with:
138
138
cache: true
139
139
python-version: '{{ default_py }}'
140
- version: 2.22.2
140
+ version: 2.22.3
141
141
cache-dependency-path: |
142
142
./pdm.dev.lock
143
143
./pdm.lock
You can’t perform that action at this time.
0 commit comments