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.17.1
27
+ version : 2.17.3
28
28
- run : env | sort
29
29
- run : make prerequisites
30
30
- run : make dev
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.17.1
25
+ version : 2.17.3
26
26
- run : env | sort
27
27
- run : make dev-doc
28
28
- run : make doc
@@ -123,7 +123,7 @@ jobs:
123
123
with :
124
124
cache : true
125
125
python-version : ' 3.12'
126
- version : 2.17.1
126
+ version : 2.17.3
127
127
- run : env | sort
128
128
- env :
129
129
PDM_PUBLISH_PASSWORD : ${{ secrets.PDM_PUBLISH_PASSWORD }}
Original file line number Diff line number Diff line change 22
22
post_system_dependencies :
23
23
- env | sort
24
24
pre_create_environment :
25
- - PIPX_BIN_DIR=$READTHEDOCS_VIRTUALENV_PATH/bin pipx install pdm==2.17.1
25
+ - PIPX_BIN_DIR=$READTHEDOCS_VIRTUALENV_PATH/bin pipx install pdm==2.17.3
26
26
post_install :
27
27
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH make dev-doc
28
28
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.17.1 " ,
4
+ "pdm" : " 2.17.3 " ,
5
5
"python" : " ==3.12"
6
6
},
7
7
"customManagers" : [
Original file line number Diff line number Diff line change 57
57
# Install standalone tools
58
58
prerequisites :
59
59
pipx install --force codespell[toml]==2.3.0
60
- pipx install --force pdm==2.17.1
60
+ pipx install --force pdm==2.17.3
61
61
ifeq ($(PIPX_PYTHON_VERSION ) , 3.8)
62
62
pipx install --force pre-commit==3.5.0
63
63
else
Original file line number Diff line number Diff line change 22
22
post_system_dependencies:
23
23
- env | sort
24
24
pre_create_environment:
25
- - PIPX_BIN_DIR=$READTHEDOCS_VIRTUALENV_PATH/bin pipx install pdm==2.17.1
25
+ - PIPX_BIN_DIR=$READTHEDOCS_VIRTUALENV_PATH/bin pipx install pdm==2.17.3
26
26
post_install:
27
27
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH make dev-doc
28
28
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.17.1 ",
5
+ "pdm": "2.17.3 ",
6
6
"python": "=={{ default_py }}"
7
7
},
8
8
"customManagers": [
Original file line number Diff line number Diff line change 59
59
# Install standalone tools
60
60
prerequisites:
61
61
pipx install --force codespell[toml]==2.3.0
62
- pipx install --force pdm==2.17.1
62
+ pipx install --force pdm==2.17.3
63
63
ifeq ($(PIPX_PYTHON_VERSION), 3.8)
64
64
pipx install --force pre-commit==3.5.0
65
65
else
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.17.1
28
+ version: 2.17.3
29
29
- run: env | sort
30
30
- run: make prerequisites
31
31
- run: make dev
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.17.1
26
+ version: 2.17.3
27
27
- run: env | sort
28
28
- run: make dev-doc
29
29
- run: make doc
@@ -134,7 +134,7 @@ jobs:
134
134
with:
135
135
cache: true
136
136
python-version: '{{ default_py }}'
137
- version: 2.17.1
137
+ version: 2.17.3
138
138
- run: env | sort
139
139
- env:
140
140
PDM_PUBLISH_PASSWORD: {{ '${{ secrets.PDM_PUBLISH_PASSWORD }}' }}
You can’t perform that action at this time.
0 commit comments