diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c676f3..7fca8b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: attestations: write steps: - name: Checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 @@ -54,12 +54,12 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v6.1.0 + uses: actions/setup-python@v6.2.0 with: python-version: "${{ matrix.python-version }}" allow-prereleases: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d6eebfd..a7b5efa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: echo "VERSION=${GITHUB_REF_NAME#v}" | tee -a $GITHUB_ENV - name: Set up Python - uses: actions/setup-python@v6.1.0 + uses: actions/setup-python@v6.2.0 with: python-version: "3.x" diff --git a/pyproject.toml b/pyproject.toml index f05c9c1..547eb5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "setuptools==80.9.0", + "setuptools==80.10.2", "setuptools_scm==9.2.2", ] build-backend = "setuptools.build_meta" @@ -36,7 +36,7 @@ classifiers = [ "Topic :: Utilities", ] dependencies = [ - "build == 1.3.0", + "build == 1.4.0", ] [project.scripts]