diff --git a/.github/workflows/constraints.txt b/.github/workflows/constraints.txt index a0df1c5..9dfb449 100644 --- a/.github/workflows/constraints.txt +++ b/.github/workflows/constraints.txt @@ -1,4 +1,4 @@ -pip==23.2.1 +pip==24.2 nox==2022.8.7 nox-poetry==1.0.2 poetry==1.6.1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e81109c..0b830b4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -70,7 +70,7 @@ jobs: repository-url: https://test.pypi.org/legacy/ - name: Publish the release notes - uses: release-drafter/release-drafter@v5.23.0 + uses: release-drafter/release-drafter@v6.0.0 with: publish: ${{ steps.check-version.outputs.tag != '' }} tag: ${{ steps.check-version.outputs.tag }} diff --git a/docs/requirements.txt b/docs/requirements.txt index 95bc2b2..a5d76f7 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ furo==2022.12.7 -sphinx==7.3.7 +sphinx==8.0.2 sphinx-click==4.4.0 myst_parser==0.18.1