Skip to content

Commit d84a2a5

Browse files
committed
ci: bump python-poetry version used in testing to v2.3.2 from v2.1.1
1 parent b985cc3 commit d84a2a5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/famedly-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: matrix-org/setup-python-poetry@v2
2727
with:
2828
python-version: "3.13"
29-
poetry-version: "2.1.1"
29+
poetry-version: "2.3.2"
3030
extras: "all"
3131
- run: poetry run scripts-dev/generate_sample_config.sh --check
3232
- run: poetry run scripts-dev/config-lint.sh
@@ -62,7 +62,7 @@ jobs:
6262
- name: Setup Poetry
6363
uses: matrix-org/setup-python-poetry@v2
6464
with:
65-
poetry-version: "2.1.1"
65+
poetry-version: "2.3.2"
6666
python-version: "3.13"
6767
install-project: "false"
6868

@@ -93,7 +93,7 @@ jobs:
9393
# To make CI green, err towards caution and install the project.
9494
install-project: "true"
9595
python-version: "3.13"
96-
poetry-version: "2.1.1"
96+
poetry-version: "2.3.2"
9797

9898
# Cribbed from
9999
# https://github.com/AustinScola/mypy-cache-github-action/blob/85ea4f2972abed39b33bd02c36e341b28ca59213/src/restore.ts#L10-L17
@@ -223,7 +223,7 @@ jobs:
223223
- uses: matrix-org/setup-python-poetry@v2
224224
with:
225225
python-version: ${{ matrix.job.python-version }}
226-
poetry-version: "2.1.1"
226+
poetry-version: "2.3.2"
227227
extras: ${{ matrix.job.extras }}
228228
- name: Await PostgreSQL
229229
if: ${{ matrix.job.postgres-version }}

0 commit comments

Comments
 (0)