From 41db753e988d59685d2b2796a63941777db955d2 Mon Sep 17 00:00:00 2001 From: BotellaA Date: Fri, 17 Nov 2023 13:18:00 +0000 Subject: [PATCH] Apply prepare changes --- .clang-tidy | 11 +++-------- bindings/python/requirements.txt | 8 ++++---- 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/.clang-tidy b/.clang-tidy index 417b02cd..c5d55af0 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -53,17 +53,12 @@ CheckOptions: - key: readability-identifier-naming.MemberConstantCase value: CamelCase - key: readability-identifier-naming.StaticConstantCase - value: CamelCase + value: lower_case - key: readability-function-cognitive-complexity.Threshold value: 10 - key: readability-function-size.ParameterThreshold value: 4 - key: misc-include-cleaner.IgnoreHeaders - value: ' - cstddef - .*_export\.h; - geode/.*/common\.h; - geode/basic/types\.h; - geode/basic/assert\.h; - ' + value: utility;cstddef;geode/.*_export\.h;geode/.*/common\.h;geode/basic/types\.h;geode/basic/assert\.h; + diff --git a/bindings/python/requirements.txt b/bindings/python/requirements.txt index 7476e808..57c073c4 100644 --- a/bindings/python/requirements.txt +++ b/bindings/python/requirements.txt @@ -4,17 +4,17 @@ # # pip-compile --pre bindings/python/requirements.in # -opengeode-core==14.*,>=14.9.1rc3 +opengeode-core==14.*,>=14.9.4rc8 # via # -r bindings/python/requirements.in # opengeode-geosciences # opengeode-geosciencesio # opengeode-io -opengeode-geosciences==7.*,>=7.2.1rc1 +opengeode-geosciences==7.*,>=7.2.2rc4 # via # -r bindings/python/requirements.in # opengeode-geosciencesio -opengeode-geosciencesio==4.*,>=4.5.0 +opengeode-geosciencesio==4.*,>=4.5.2rc1 # via -r bindings/python/requirements.in -opengeode-io==6.*,>=6.2.0 +opengeode-io==6.*,>=6.2.1 # via -r bindings/python/requirements.in