From 7462cfc5d408c7549226c680352cb1b1a75e60cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 05:50:13 +0000 Subject: [PATCH] Bump vws-python from 2024.9.4.1 to 2024.9.21 Bumps [vws-python](https://github.com/VWS-Python/vws-python) from 2024.9.4.1 to 2024.9.21. - [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.04.1...2024.09.21) --- updated-dependencies: - dependency-name: vws-python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a1216ecc8..8ce74b736 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,7 +101,7 @@ optional-dependencies.dev = [ "types-requests==2.32.0.20240914", "urllib3==2.2.3", "vulture==2.12", - "vws-python==2024.9.4.1", + "vws-python==2024.9.21", "vws-test-fixtures==2023.3.5", "vws-web-tools==2023.12.26", ]