From dd6ca5736d09bf5f2cb4ab742b308b3a9d238c9b Mon Sep 17 00:00:00 2001 From: Mathieu LE CLEACH Date: Mon, 9 Mar 2026 11:24:10 +0100 Subject: [PATCH 1/2] update: setup.cfg requirements and bump pySigma to v1.1.1 --- requirements.txt | 3 +-- setup.cfg | 12 ++++++------ 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index aa7d302..4761676 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ PyYAML==6.0.3 -pySigma==1.1.0 +pySigma==1.1.1 ruamel.yaml==0.18.1 azure-common==1.1.28 azure-core==1.38.0 @@ -11,7 +11,6 @@ azure-mgmt-resourcegraph==8.0.0 azure-mgmt-securityinsight==2.0.0b2 azure-monitor-query==1.4.1 splunk-sdk==2.0.1 -colorama==0.4.6 python-json-logger==2.0.7 requests==2.32.5 elasticsearch==8.14.0 diff --git a/setup.cfg b/setup.cfg index 0e673a3..9fc53d1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,12 +16,11 @@ package_dir = = src python_requires = >=3.11.8 install_requires = - typer==0.24.0 - PyYAML==6.0.1 - pySigma==0.11.23 + PyYAML==6.0.3 + pySigma==1.1.1 ruamel.yaml==0.18.1 azure-common==1.1.28 - azure-core==1.30.1 + azure-core==1.38.0 azure-identity==1.16.1 azure-mgmt-core==1.4.0 azure-mgmt-monitor==6.0.2 @@ -30,10 +29,11 @@ install_requires = azure-mgmt-securityinsight==2.0.0b2 azure-monitor-query==1.4.1 splunk-sdk==2.0.1 - rich==14.3.2 python-json-logger==2.0.7 - requests==2.32.3 + requests==2.32.5 elasticsearch==8.14.0 + typer==0.24.0 + rich==14.3.2 [options.packages.find] where=src From a4218eeebd93b23f17e662eaa33e8759a41dfbe2 Mon Sep 17 00:00:00 2001 From: Mathieu LE CLEACH Date: Mon, 9 Mar 2026 11:26:16 +0100 Subject: [PATCH 2/2] ci: enable tests when upgrading modifying requirements --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8579845..ef7b61a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,6 +9,8 @@ on: pull_request: paths: - 'src/**' + - setup.cfg + - requirements.txt jobs: run_tests: