diff --git a/ci/config.yaml b/ci/config.yaml index e26d82d85..96e49fc36 100644 --- a/ci/config.yaml +++ b/ci/config.yaml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.2.31/c2cciutils/schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.2.32/c2cciutils/schema.json version: branch_to_version_re: diff --git a/ci/requirements.txt b/ci/requirements.txt index 7e75aa9a2..38fe8e449 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,4 +1,4 @@ -c2cciutils==1.2.31 +c2cciutils==1.2.32 importlib-metadata<8.0.0 # issue with twine, see: https://github.com/python/importlib_metadata/issues/492 node_vm2==0.4.5 # Pin because version 0.4.7 is not working ruamel.yaml==0.17.40 # Pin because version 0.18.* is not working