From 2d8b828952c5198bc0206bb6c0c5376242a9bfb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 05:55:48 +0000 Subject: [PATCH] Bump vws-web-tools from 2023.12.26 to 2024.10.6.1 Bumps [vws-web-tools](https://github.com/VWS-Python/vws-web-tools) from 2023.12.26 to 2024.10.6.1. - [Release notes](https://github.com/VWS-Python/vws-web-tools/releases) - [Commits](https://github.com/VWS-Python/vws-web-tools/compare/2023.12.26...2024.10.06.1) --- updated-dependencies: - dependency-name: vws-web-tools 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 6db1223e1..e975e104f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -103,7 +103,7 @@ optional-dependencies.dev = [ "vulture==2.13", "vws-python==2024.9.21", "vws-test-fixtures==2023.3.5", - "vws-web-tools==2023.12.26", + "vws-web-tools==2024.10.6.1", ] optional-dependencies.release = [ "build", "check-wheel-contents" ] urls.Documentation = "https://vws-python-mock.readthedocs.io"