From 64928a344ddf553e3fe2bbc5bde3b475324ad3bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 07:37:58 +0000 Subject: [PATCH] Update clr-loader requirement from <0.3.0,>=0.2.7 to >=0.2.7,<0.4.0 Updates the requirements on [clr-loader](https://github.com/pythonnet/clr-loader) to permit the latest version. - [Release notes](https://github.com/pythonnet/clr-loader/releases) - [Commits](https://github.com/pythonnet/clr-loader/compare/v0.2.7...v0.3.0) --- updated-dependencies: - dependency-name: clr-loader dependency-version: 0.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 62b47dae2..093f52102 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ license = "MIT" readme = "README.rst" dependencies = [ - "clr_loader>=0.2.7,<0.3.0" + "clr_loader>=0.2.7,<0.4.0" ] requires-python = ">=3.10, <3.15"