Skip to content

Commit

Permalink
Updated pdm, dev dependencies, and pre-commit pinned versions (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
francis-clairicia authored Apr 25, 2024
1 parent 9aa5b23 commit 733adfd
Show file tree
Hide file tree
Showing 5 changed files with 96 additions and 96 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-tox/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
shell: bash
- uses: pdm-project/setup-pdm@v4
with:
version: '2.14.0'
version: '2.15.1'
python-version: ${{ inputs.python-version }}
### setup-pdm cache seems broken. See https://github.com/pdm-project/setup-pdm/issues/43
# cache: true
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repos:
- id: isort
args: ['--filter-files', '--settings-file', 'pyproject.toml']
- repo: https://github.com/psf/black
rev: '24.4.0'
rev: '24.4.1'
hooks:
- id: black
args: ['--config', 'pyproject.toml']
Expand All @@ -53,7 +53,7 @@ repos:
types: [] # Overwrite with empty in order to fallback to types_or
types_or: [python, pyi]
- repo: https://github.com/pdm-project/pdm
rev: '2.14.0'
rev: '2.15.1'
hooks:
- id: pdm-lock-check
- id: pdm-export
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build:
python: "3.11"
jobs:
post_create_environment:
- pip install --no-cache-dir pdm==2.14.0
- pip install --no-cache-dir pdm==2.15.1
- pdm config check_update false
- pdm use -f $READTHEDOCS_VIRTUALENV_PATH
post_install:
Expand Down
Loading

0 comments on commit 733adfd

Please sign in to comment.