Skip to content

Commit

Permalink
build(deps): update dependency pdm to v2.21.0 (#822)
Browse files Browse the repository at this point in the history
Co-authored-by: serious-scaffold[bot] <160990600+serious-scaffold[bot]@users.noreply.github.com>
  • Loading branch information
serious-scaffold[bot] authored Dec 2, 2024
1 parent afa461a commit 6b6acb1
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
cache: true
python-version: ${{ matrix.python-version }}
version: 2.20.1
version: 2.21.0
cache-dependency-path: |
./pdm.dev.lock
./pdm.lock
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
cache: true
python-version: '3.12'
version: 2.20.1
version: 2.21.0
cache-dependency-path: |
./pdm.dev.lock
./pdm.lock
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
with:
cache: true
python-version: '3.12'
version: 2.20.1
version: 2.21.0
cache-dependency-path: |
./pdm.dev.lock
./pdm.lock
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ build:
post_system_dependencies:
- env | sort
pre_create_environment:
- PIPX_BIN_DIR=$READTHEDOCS_VIRTUALENV_PATH/bin pipx install pdm==2.20.1
- PIPX_BIN_DIR=$READTHEDOCS_VIRTUALENV_PATH/bin pipx install pdm==2.21.0
post_install:
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH make dev-doc
post_build:
Expand Down
2 changes: 1 addition & 1 deletion .renovaterc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"constraints": {
"pdm": "2.20.1",
"pdm": "2.21.0",
"python": "==3.12"
},
"customManagers": [
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ lock:
prerequisites:
pipx install --force check-jsonschema==0.29.4
pipx install --force codespell[toml]==2.3.0
pipx install --force pdm==2.20.1
pipx install --force pdm==2.21.0
pipx install --force pre-commit==4.0.1
pipx install --force pyproject-fmt==2.5.0
pipx install --force ruff==0.8.1
Expand Down
2 changes: 1 addition & 1 deletion template/.readthedocs.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ build:
post_system_dependencies:
- env | sort
pre_create_environment:
- PIPX_BIN_DIR=$READTHEDOCS_VIRTUALENV_PATH/bin pipx install pdm==2.20.1
- PIPX_BIN_DIR=$READTHEDOCS_VIRTUALENV_PATH/bin pipx install pdm==2.21.0
post_install:
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH make dev-doc
post_build:
Expand Down
2 changes: 1 addition & 1 deletion template/.renovaterc.json.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"constraints": {
"pdm": "2.20.1",
"pdm": "2.21.0",
"python": "=={{ default_py }}"
},
"customManagers": [
Expand Down
2 changes: 1 addition & 1 deletion template/Makefile.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ lock:
prerequisites:
pipx install --force check-jsonschema==0.29.4
pipx install --force codespell[toml]==2.3.0
pipx install --force pdm==2.20.1
pipx install --force pdm==2.21.0
pipx install --force pre-commit==4.0.1
pipx install --force pyproject-fmt==2.5.0
pipx install --force ruff==0.8.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
cache: true
python-version: {{ '${{ matrix.python-version }}' }}
version: 2.20.1
version: 2.21.0
cache-dependency-path: |
./pdm.dev.lock
./pdm.lock
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
cache: true
python-version: '{{ default_py }}'
version: 2.20.1
version: 2.21.0
cache-dependency-path: |
./pdm.dev.lock
./pdm.lock
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
with:
cache: true
python-version: '{{ default_py }}'
version: 2.20.1
version: 2.21.0
cache-dependency-path: |
./pdm.dev.lock
./pdm.lock
Expand Down

0 comments on commit 6b6acb1

Please sign in to comment.