diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index d7aa45607..05b4446b7 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -36,7 +36,7 @@ jobs: - name: Install poetry if: env.PUBLISH == 'true' - run: pipx install "poetry==1.8.2" + run: pipx install "poetry==1.8.3" - name: Set up Python ${{ matrix.python-version }} if: env.PUBLISH == 'true' diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1d97fad1c..0b949b949 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 - name: Install poetry - run: pipx install "poetry==1.8.2" + run: pipx install "poetry==1.8.3" - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5 @@ -93,7 +93,7 @@ jobs: - uses: actions/checkout@v4 - name: Install poetry - run: pipx install "poetry==1.8.2" + run: pipx install "poetry==1.8.3" - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5 diff --git a/.tool-versions b/.tool-versions index 20adfdc1e..0c9294c31 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,2 +1,2 @@ -poetry 1.8.2 +poetry 1.8.3 python 3.12.2 3.11.6 3.10.13 3.9.18 3.8.18 3.7.17