From 0a0622184b4b2863b753c6c2f6ff60d036710f2d Mon Sep 17 00:00:00 2001 From: Dominic Ayre Date: Mon, 20 Oct 2025 07:52:19 +0000 Subject: [PATCH 1/4] Bump deepdiff version --- src/confcom/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/confcom/setup.py b/src/confcom/setup.py index df6c58e0180..a557f1f5b00 100644 --- a/src/confcom/setup.py +++ b/src/confcom/setup.py @@ -40,7 +40,7 @@ DEPENDENCIES = [ "docker>=6.1.0", "tqdm==4.65.0", - "deepdiff==6.3.0", + "deepdiff~=8.6.1", "PyYAML>=6.0.1" ] From c704c374b4de9eba0ce30ba18b7e438510ea7bce Mon Sep 17 00:00:00 2001 From: Dominic Ayre Date: Wed, 22 Oct 2025 03:37:44 -0700 Subject: [PATCH 2/4] retrigger CI --- src/confcom/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/confcom/setup.py b/src/confcom/setup.py index a557f1f5b00..5f942c4ab5b 100644 --- a/src/confcom/setup.py +++ b/src/confcom/setup.py @@ -41,7 +41,7 @@ "docker>=6.1.0", "tqdm==4.65.0", "deepdiff~=8.6.1", - "PyYAML>=6.0.1" + "PyYAML>=6.0.1", ] SecurityPolicyProxy.download_binaries() From d9a5f5db480093f1a3256728a4fe36913fe01e1b Mon Sep 17 00:00:00 2001 From: Dominic Ayre Date: Wed, 22 Oct 2025 04:12:17 -0700 Subject: [PATCH 3/4] . --- src/confcom/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/confcom/setup.py b/src/confcom/setup.py index 5f942c4ab5b..a557f1f5b00 100644 --- a/src/confcom/setup.py +++ b/src/confcom/setup.py @@ -41,7 +41,7 @@ "docker>=6.1.0", "tqdm==4.65.0", "deepdiff~=8.6.1", - "PyYAML>=6.0.1", + "PyYAML>=6.0.1" ] SecurityPolicyProxy.download_binaries() From eaea985be01200c11c46ac4dffdc0a54443d83a6 Mon Sep 17 00:00:00 2001 From: Dominic Ayre Date: Fri, 24 Oct 2025 08:59:59 +0000 Subject: [PATCH 4/4] Bump version --- src/confcom/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/confcom/setup.py b/src/confcom/setup.py index a557f1f5b00..2b623cbd2c0 100644 --- a/src/confcom/setup.py +++ b/src/confcom/setup.py @@ -19,7 +19,7 @@ logger.warn("Wheel is not available, disabling bdist_wheel hook") -VERSION = "1.3.0" +VERSION = "1.3.1" # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers