upgrade poetry to 2.1.3

This commit is contained in:
Kenneth Kehl
2025-05-27 11:34:11 -07:00
parent 1c048e140c
commit 29db4dcf4d

View File

@@ -15,7 +15,7 @@ runs:
python-version: "3.12.3"
- name: Install poetry
shell: bash
run: pip install poetry==1.8.5
run: pip install poetry==2.1.3
- name: Downgrade virtualenv to compatible version
shell: bash
run: pip install "virtualenv<20.30"