Skip to content

Commit 40ad447

Browse files
⬆️ poetry 2.3.2
1 parent b2193e6 commit 40ad447

5 files changed

Lines changed: 1259 additions & 15 deletions

File tree

.config/mise.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[tools]
22
"pipx:mypy" = "1.19"
3-
"pipx:poetry" = "2.2"
4-
poetry = "2.1.2"
3+
poetry = "2.3.2"
54
ruff = "0.14.10"
65

76
[tasks]

.github/workflows/mkdocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
3131
- name: Install dependencies
3232
run: |
33-
pip install poetry
34-
poetry install --no-root
33+
pip install poetry==2.3.2
34+
poetry install --no-root --with=docs
3535
3636
- name: Build site
3737
run: poetry run mkdocs build -f .config/mkdocs.yaml

.github/workflows/test_publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
uses: packetcoders/action-setup-cache-python-poetry@main
5959
with:
6060
python-version: ${{ matrix.python-version }}
61-
poetry-version: 2.1.1
61+
poetry-version: 2.3.2
6262

6363
- name: Install dependencies
6464
run: poetry install
@@ -83,7 +83,7 @@ jobs:
8383
uses: packetcoders/action-setup-cache-python-poetry@main
8484
with:
8585
python-version: 3.12
86-
poetry-version: 2.1.1
86+
poetry-version: 2.3.2
8787
- name: Mint token
8888
id: mint
8989
uses: tschm/token-mint-action@v1.0.3

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repos:
2828
- id: ruff-format
2929
pass_filenames: false
3030
- repo: https://github.com/python-poetry/poetry
31-
rev: 2.1.2
31+
rev: 2.3.2
3232
hooks:
3333
- id: poetry-check
3434
- repo: https://github.com/pre-commit/mirrors-mypy

0 commit comments

Comments
 (0)