From fecc7f4509ceeca05c995854a9a281721e072486 Mon Sep 17 00:00:00 2001 From: Jacob Boddey Date: Fri, 11 Oct 2024 17:00:25 +0100 Subject: [PATCH 1/2] Fix issue with incompatible Python versions --- framework/python/src/core/session.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/python/src/core/session.py b/framework/python/src/core/session.py index f65da0bb5..c3fbc83c5 100644 --- a/framework/python/src/core/session.py +++ b/framework/python/src/core/session.py @@ -635,7 +635,7 @@ def update_profile(self, profile_json): return risk_profile - def _remove_invalid_questions(self, questions: list[dict]) -> list[dict]: + def _remove_invalid_questions(self, questions): """Remove unrecognised questions from the profile""" # Store valid questions From 167692f1e24d803c6eaea2d35fcde9cee29d2ec6 Mon Sep 17 00:00:00 2001 From: Jacob Boddey Date: Mon, 14 Oct 2024 10:10:05 +0100 Subject: [PATCH 2/2] Bump version --- make/DEBIAN/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/DEBIAN/control b/make/DEBIAN/control index 31922abde..c822e65fd 100644 --- a/make/DEBIAN/control +++ b/make/DEBIAN/control @@ -1,5 +1,5 @@ Package: Testrun -Version: 2.0 +Version: 2.0.1 Architecture: amd64 Maintainer: Google Homepage: https://github.com/google/testrun