chore: upgrade poetry for deploy (#2049)

This commit is contained in:
cthomas
2025-05-06 17:42:00 -07:00
committed by GitHub
parent db6982a4bc
commit 58ba642060
2 changed files with 4 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ jobs:
uses: packetcoders/action-setup-cache-python-poetry@main
with:
python-version: ${{ matrix.python-version }}
poetry-version: "1.8.2"
poetry-version: "2.1.3"
install-args: "-E dev -E postgres -E external-tools -E tests" # Adjust as necessary
- name: Validate PR Title