From 461d3df4be095e58fc7c54cdab46199dfd2b28d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Feb 2025 12:20:41 +0000 Subject: [PATCH] Bump vws-python-mock from 2024.8.30 to 2025.2.21 Bumps [vws-python-mock](https://github.com/VWS-Python/vws-python-mock) from 2024.8.30 to 2025.2.21. - [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.21) --- 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 47ef807d..0d115a86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ optional-dependencies.dev = [ "sybil==9.1.0", "types-requests==2.32.0.20241016", "vulture==2.14", - "vws-python-mock==2025.2.18", + "vws-python-mock==2025.2.21", "yamlfix==1.17.0", ] optional-dependencies.release = [ "check-wheel-contents==0.6.1" ]