From cce23071a3d0f6a0c8385f7cefd54461f66e3083 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 11:09:59 +0000 Subject: [PATCH] Apply updates from cookiecutter This automated commit applies the latest updates from our cookiecutters [1] to this repo. [1]: https://github.com/hypothesis/cookiecutters --- .github/workflows/ci.yml | 4 ++-- pyproject.toml | 5 ----- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e72271d..ec1a369 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: env: COVERAGE_FILE: .coverage.${{ matrix.python-version }} - name: Upload coverage file - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: coverage path: .coverage.* @@ -77,7 +77,7 @@ jobs: with: python-version: '3.12' - name: Download coverage files - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: coverage - run: python -m pip install 'tox<4' diff --git a/pyproject.toml b/pyproject.toml index a351c09..89bb707 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -158,8 +158,3 @@ module= [ "tests.*", ] ignore_errors = true - - -[tool.hdev] -project_name = "dependabot-alerts" -project_type = "library"