From 89db577f16b0d93e19516a193d752881555ef4ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 09:39:31 +0000 Subject: [PATCH] Bump click-type-test from 0.0.7 to 1.0.0 Bumps [click-type-test](https://github.com/sirosen/click-type-test) from 0.0.7 to 1.0.0. - [Release notes](https://github.com/sirosen/click-type-test/releases) - [Changelog](https://github.com/sirosen/click-type-test/blob/main/CHANGELOG.md) - [Commits](https://github.com/sirosen/click-type-test/compare/0.0.7...1.0.0) --- updated-dependencies: - dependency-name: click-type-test 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 5e737fc0..05d6dd4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ test = [ "pytest>=7", "pytest-xdist<4", "pytest-timeout<3", - "click-type-test==0.0.7;python_version>='3.10'", + "click-type-test==1.0.0;python_version>='3.10'", "responses==0.25.3", # loading test fixture data "ruamel.yaml==0.18.6",