Skip to content

Commit bc0d609

Browse files
build(deps): update dependency pdm to v2.22.3 (#874)
Co-authored-by: serious-scaffold[bot] <160990600+serious-scaffold[bot]@users.noreply.github.com>
1 parent c47e573 commit bc0d609

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
cache: true
2626
python-version: ${{ matrix.python-version }}
27-
version: 2.22.2
27+
version: 2.22.3
2828
cache-dependency-path: |
2929
./pdm.dev.lock
3030
./pdm.lock

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
cache: true
2424
python-version: '3.12'
25-
version: 2.22.2
25+
version: 2.22.3
2626
cache-dependency-path: |
2727
./pdm.dev.lock
2828
./pdm.lock
@@ -126,7 +126,7 @@ jobs:
126126
with:
127127
cache: true
128128
python-version: '3.12'
129-
version: 2.22.2
129+
version: 2.22.3
130130
cache-dependency-path: |
131131
./pdm.dev.lock
132132
./pdm.lock

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ build:
2323
post_system_dependencies:
2424
- env | sort
2525
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
2727
post_install:
2828
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH make dev-doc
2929
post_build:

.renovaterc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"constraints": {
4-
"pdm": "2.22.2",
4+
"pdm": "2.22.3",
55
"python": "==3.12"
66
},
77
"customManagers": [

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ lock:
6363
prerequisites:
6464
pipx install --force check-jsonschema==0.30.0
6565
pipx install --force codespell[toml]==2.4.1
66-
pipx install --force pdm==2.22.2
66+
pipx install --force pdm==2.22.3
6767
pipx install --force pre-commit==4.0.1
6868
pipx install --force pyproject-fmt==2.5.0
6969
pipx install --force ruff==0.9.3

template/.readthedocs.yaml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ build:
2323
post_system_dependencies:
2424
- env | sort
2525
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
2727
post_install:
2828
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH make dev-doc
2929
post_build:

template/.renovaterc.json.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
44
"constraints": {
5-
"pdm": "2.22.2",
5+
"pdm": "2.22.3",
66
"python": "=={{ default_py }}"
77
},
88
"customManagers": [

template/Makefile.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ lock:
6767
prerequisites:
6868
pipx install --force check-jsonschema==0.30.0
6969
pipx install --force codespell[toml]==2.4.1
70-
pipx install --force pdm==2.22.2
70+
pipx install --force pdm==2.22.3
7171
pipx install --force pre-commit==4.0.1
7272
pipx install --force pyproject-fmt==2.5.0
7373
pipx install --force ruff==0.9.3

template/[% if repo_platform == 'github' %].github[% endif %]/workflows/ci.yml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
cache: true
2727
python-version: {{ '${{ matrix.python-version }}' }}
28-
version: 2.22.2
28+
version: 2.22.3
2929
cache-dependency-path: |
3030
./pdm.dev.lock
3131
./pdm.lock

template/[% if repo_platform == 'github' %].github[% endif %]/workflows/release.yml.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
cache: true
2525
python-version: '{{ default_py }}'
26-
version: 2.22.2
26+
version: 2.22.3
2727
cache-dependency-path: |
2828
./pdm.dev.lock
2929
./pdm.lock
@@ -137,7 +137,7 @@ jobs:
137137
with:
138138
cache: true
139139
python-version: '{{ default_py }}'
140-
version: 2.22.2
140+
version: 2.22.3
141141
cache-dependency-path: |
142142
./pdm.dev.lock
143143
./pdm.lock

0 commit comments

Comments
 (0)