Skip to content

Commit caed48f

Browse files
build(deps): update dependency pdm to v2.25.3
1 parent 2d15ff1 commit caed48f

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.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.3
27+
version: 2.25.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.3
25+
version: 2.25.3
2626
cache-dependency-path: |
2727
./pdm.dev.lock
2828
./pdm.lock
@@ -128,7 +128,7 @@ jobs:
128128
with:
129129
cache: true
130130
python-version: '3.12'
131-
version: 2.22.3
131+
version: 2.25.3
132132
cache-dependency-path: |
133133
./pdm.dev.lock
134134
./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.3
26+
- PIPX_BIN_DIR=$READTHEDOCS_VIRTUALENV_PATH/bin pipx install pdm==2.25.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
@@ -2,7 +2,7 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"constraints": {
44
"copier": "==9.4.1",
5-
"pdm": "2.22.3",
5+
"pdm": "2.25.3",
66
"python": "==3.12"
77
},
88
"customManagers": [

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ lock:
6262
prerequisites:
6363
pipx list --short | grep -q "check-jsonschema 0.31.1" || pipx install --force check-jsonschema==0.31.1
6464
pipx list --short | grep -q "codespell 2.4.1" || pipx install --force codespell[toml]==2.4.1
65-
pipx list --short | grep -q "pdm 2.22.3" || pipx install --force pdm==2.22.3
65+
pipx list --short | grep -q "pdm 2.25.3" || pipx install --force pdm==2.25.3
6666
pipx list --short | grep -q "pre-commit 4.1.0" || pipx install --force pre-commit==4.1.0
6767
pipx list --short | grep -q "pyproject-fmt 2.5.0" || pipx install --force pyproject-fmt==2.5.0
6868
pipx list --short | grep -q "ruff 0.9.4" || pipx install --force ruff==0.9.4

0 commit comments

Comments
 (0)