From 8ce35af55f5f48941bc7f2d9b69398f9f99780ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 05:39:36 +0000 Subject: [PATCH] Update pysigma requirement from ^0.10.8 to >=0.10.8,<0.12.0 Updates the requirements on [pysigma](https://github.com/SigmaHQ/pySigma) to permit the latest version. - [Release notes](https://github.com/SigmaHQ/pySigma/releases) - [Commits](https://github.com/SigmaHQ/pySigma/compare/v0.10.8...v0.11.5) --- updated-dependencies: - dependency-name: pysigma 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 4a277314..39fd30b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ semantic-version = "^2.10.0" bottle = "^0.12.25" tqdm = "^4.66.1" #splunk-appinspect = "^2.36.0" -pysigma = "^0.10.8" +pysigma = ">=0.10.8,<0.12.0" pysigma-backend-splunk = "^1.0.3" pygit2 = "^1.14.1" tyro = "^0.8.3"