diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 672042b1..2fdfb52e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,12 +42,12 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v6.2.0 + uses: actions/setup-python@v6.3.0 with: python-version: ${{ matrix.python-version }} allow-prereleases: true diff --git a/pyproject.toml b/pyproject.toml index c7c2a870..e64115b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools == 82.0.1"] +requires = ["setuptools == 83.0.0"] build-backend = "setuptools.build_meta" [project]