From 34db2b50cdaa147e699db601317bc2be889ee0dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 11:00:55 +0000 Subject: [PATCH 1/2] Bump vws-python-mock from 2024.8.30 to 2025.2.18 Bumps [vws-python-mock](https://github.com/VWS-Python/vws-python-mock) from 2024.8.30 to 2025.2.18. - [Release notes](https://github.com/VWS-Python/vws-python-mock/releases) - [Changelog](https://github.com/VWS-Python/vws-python-mock/blob/main/CHANGELOG.rst) - [Commits](https://github.com/VWS-Python/vws-python-mock/compare/2024.08.30...2025.02.18) --- updated-dependencies: - dependency-name: vws-python-mock dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 16399ce7..63bf5292 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ optional-dependencies.dev = [ "sybil==9.1.0", "types-requests==2.32.0.20241016", "vulture==2.14", - "vws-python-mock==2024.8.30", + "vws-python-mock==2025.2.18", "vws-test-fixtures==2023.3.5", "yamlfix==1.17.0", ] From ab4a5ebec7e21706610568be4f9bcd86be0c1c4e Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Sun, 23 Feb 2025 02:38:25 +0000 Subject: [PATCH 2/2] Use cache on publish site --- .github/workflows/publish-site.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-site.yml b/.github/workflows/publish-site.yml index 4ca927cc..8f5a347a 100644 --- a/.github/workflows/publish-site.yml +++ b/.github/workflows/publish-site.yml @@ -24,4 +24,5 @@ jobs: pyproject_extras: dev python_version: '3.13' sphinx_build_options: -W + cache: true publish: ${{ github.ref_name == 'main' }}