chore: update dependencies in project configuration files

This commit is contained in:
HarithaVattikuti
2026-06-12 18:56:39 -05:00
parent c8813ba1bc
commit 3c92d177a0
15 changed files with 140 additions and 34 deletions
+3 -1
View File
@@ -145,7 +145,9 @@ jobs:
steps:
- uses: actions/checkout@v6
- name: Install poetry
run: pipx install poetry
run: |
pipx install poetry
pipx inject poetry "packaging<25"
- name: Init pyproject.toml
run: mv ./__tests__/data/pyproject.toml .
- name: Setup Python