Skip to content

Commit

Permalink
build(deps): update dependency pdm to v2.19.1 (#742)
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 Sep 30, 2024
1 parent 24900c2 commit 55a7be4
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.18.2
version: 2.19.1
- run: env | sort
- run: make prerequisites
- run: make dev
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.18.2
version: 2.19.1
- run: env | sort
- run: make dev-doc
- run: make doc
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
with:
cache: true
python-version: '3.12'
version: 2.18.2
version: 2.19.1
- run: env | sort
- env:
PDM_PUBLISH_PASSWORD: ${{ secrets.PDM_PUBLISH_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ build:
post_system_dependencies:
- env | sort
pre_create_environment:
- PIPX_BIN_DIR=$READTHEDOCS_VIRTUALENV_PATH/bin pipx install pdm==2.18.2
- PIPX_BIN_DIR=$READTHEDOCS_VIRTUALENV_PATH/bin pipx install pdm==2.19.1
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.18.2",
"pdm": "2.19.1",
"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 @@ -57,7 +57,7 @@ dev:
# Install standalone tools
prerequisites:
pipx install --force codespell[toml]==2.3.0
pipx install --force pdm==2.18.2
pipx install --force pdm==2.19.1
ifeq ($(PIPX_PYTHON_VERSION), 3.8)
pipx install --force pre-commit==3.5.0
else
Expand Down
2 changes: 1 addition & 1 deletion template/.readthedocs.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ build:
post_system_dependencies:
- env | sort
pre_create_environment:
- PIPX_BIN_DIR=$READTHEDOCS_VIRTUALENV_PATH/bin pipx install pdm==2.18.2
- PIPX_BIN_DIR=$READTHEDOCS_VIRTUALENV_PATH/bin pipx install pdm==2.19.1
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.18.2",
"pdm": "2.19.1",
"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 @@ -59,7 +59,7 @@ dev:
# Install standalone tools
prerequisites:
pipx install --force codespell[toml]==2.3.0
pipx install --force pdm==2.18.2
pipx install --force pdm==2.19.1
ifeq ($(PIPX_PYTHON_VERSION), 3.8)
pipx install --force pre-commit==3.5.0
else
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.18.2
version: 2.19.1
- run: env | sort
- run: make prerequisites
- run: make dev
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.18.2
version: 2.19.1
- run: env | sort
- run: make dev-doc
- run: make doc
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
with:
cache: true
python-version: '{{ default_py }}'
version: 2.18.2
version: 2.19.1
- run: env | sort
- env:
PDM_PUBLISH_PASSWORD: {{ '${{ secrets.PDM_PUBLISH_PASSWORD }}' }}
Expand Down

0 comments on commit 55a7be4

Please sign in to comment.