Skip to content

Commit

Permalink
Update Poetry and lock file (#54)
Browse files Browse the repository at this point in the history
* Update Poetry to 1.8.1
* Update Poetry lock file
* Set `--no-cache` on the `poetry lock` pre-commit hook to ensure package caching does not affect the result
  • Loading branch information
Callum027 authored Mar 1, 2024
1 parent fd56053 commit 251abfe
Show file tree
Hide file tree
Showing 4 changed files with 331 additions and 293 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
uses: JRubics/[email protected]
with:
python_version: "3.11"
poetry_version: "==1.7.0"
poetry_version: "==1.8.1"
ignore_dev_requirements: "yes"
pypi_token: ${{ secrets.PYPI_TOKEN }}
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ repos:
- buildarr==0.7.0
- types-requests==2.31.0.10
- repo: https://github.com/python-poetry/poetry
rev: "1.7.0"
rev: "1.8.1"
hooks:
- id: poetry-check
- id: poetry-lock
args: ["--no-update"]
args: ["--no-update", "--no-cache"]
- id: poetry-export
additional_dependencies:
- poetry-plugin-export==1.6.0
Expand Down
Loading

0 comments on commit 251abfe

Please sign in to comment.