diff --git a/.github/workflows/increment-version.yml b/.github/workflows/increment-version.yml index 21ee608..7a19afe 100644 --- a/.github/workflows/increment-version.yml +++ b/.github/workflows/increment-version.yml @@ -36,7 +36,7 @@ jobs: version-fragment: 'bug' - name: Install the latest version of uv - uses: astral-sh/setup-uv@4db96194c378173c656ce18a155ffc14a9fc4355 # v5 + uses: astral-sh/setup-uv@1edb52594c857e2b5b13128931090f0640537287 # v5 - name: Update version in pyproject.toml id: update_version diff --git a/.github/workflows/test-and-tag.yml b/.github/workflows/test-and-tag.yml index c9a7e07..8098a3f 100644 --- a/.github/workflows/test-and-tag.yml +++ b/.github/workflows/test-and-tag.yml @@ -28,7 +28,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Install the latest version of uv - uses: astral-sh/setup-uv@4db96194c378173c656ce18a155ffc14a9fc4355 # v5 + uses: astral-sh/setup-uv@1edb52594c857e2b5b13128931090f0640537287 # v5 - name: Install tox run: uv tool install --python-preference only-managed --python 3.12 tox --with tox-uv --with tox-gh - name: Install Python @@ -85,7 +85,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Install uv - uses: astral-sh/setup-uv@4db96194c378173c656ce18a155ffc14a9fc4355 # v5 + uses: astral-sh/setup-uv@1edb52594c857e2b5b13128931090f0640537287 # v5 - name: Build for publish id: build_dist diff --git a/pyproject.toml b/pyproject.toml index f87466b..d93002c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "funding-service-design-utils" -version = "6.0.2" +version = "6.0.3" authors = [ { name="MHCLG", email="FundingService@communities.gov.uk" }, diff --git a/uv.lock b/uv.lock index 71f46bd..99fa94b 100644 --- a/uv.lock +++ b/uv.lock @@ -1,4 +1,5 @@ version = 1 +revision = 1 requires-python = ">=3.10, <4.0" [[package]] @@ -406,7 +407,7 @@ wheels = [ [[package]] name = "funding-service-design-utils" -version = "6.0.2" +version = "6.0.3" source = { editable = "." } dependencies = [ { name = "beautifulsoup4" }, @@ -464,6 +465,7 @@ requires-dist = [ { name = "sentry-sdk", extras = ["flask"], specifier = ">=2.0.0" }, { name = "sqlalchemy-utils", specifier = ">=0.38.3" }, ] +provides-extras = ["toggles"] [package.metadata.requires-dev] dev = [