upgrade poetry to 2.1.3

This commit is contained in:
Kenneth Kehl
2025-05-27 12:32:54 -07:00
parent 0afc93958c
commit 7ba4f3658e
4 changed files with 4 additions and 4 deletions

View File

@@ -42,7 +42,7 @@ jobs:
- uses: ./.github/actions/setup-project
- name: Create requirements.txt
run: poetry export --without-hashes --format=requirements.txt > requirements.txt
run: poetry export --output requirements.txt
- name: Deploy to cloud.gov
uses: cloud-gov/cg-cli-tools@main