From 6b9385c99e559c231a533fbf5e852a23cae8924b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Mar 2025 05:26:39 +0000 Subject: [PATCH] Bump vws-python from 2024.9.21 to 2025.3.10.1 Bumps [vws-python](https://github.com/VWS-Python/vws-python) from 2024.9.21 to 2025.3.10.1. - [Release notes](https://github.com/VWS-Python/vws-python/releases) - [Changelog](https://github.com/VWS-Python/vws-python/blob/main/CHANGELOG.rst) - [Commits](https://github.com/VWS-Python/vws-python/compare/2024.09.21...2025.03.10.1) --- updated-dependencies: - dependency-name: vws-python 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 998fa1b8..dc82139b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -103,7 +103,7 @@ optional-dependencies.dev = [ "types-requests==2.32.0.20250306", "urllib3==2.3.0", "vulture==2.14", - "vws-python==2024.9.21", + "vws-python==2025.3.10.1", "vws-test-fixtures==2023.3.5", "vws-web-tools==2024.10.6.1", "yamlfix==1.17.0",