From db0a8e4c227a9ad36a5efb956da44e2101388c23 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 5 Sep 2021 18:56:17 +0200 Subject: [PATCH 1/2] update renovate --- renovate.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000000000..4526bdb8d5c90 --- /dev/null +++ b/renovate.json @@ -0,0 +1,19 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:base" + ], + "prConcurrentLimit": 0, + "prHourlyLimit": 0, + "includeForks": true, + "includePaths": [ + "tools/**", + "third_party/python/requirements.*" + ], + "ignorePaths": [ + "third_party/" + ], + "pip_requirements": { + "fileMatch": ["(^|/).*requirements.*\\.(in|txt)$"] + } +} From b49e6756d0ae7a800736dab41543f56a9335914d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 5 Sep 2021 17:38:21 +0000 Subject: [PATCH 2/2] Update dependency isort to v5.9.3 --- tools/lint/python/pylint_requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/lint/python/pylint_requirements.txt b/tools/lint/python/pylint_requirements.txt index 1e2c70996c670..b20fed0c23ffd 100644 --- a/tools/lint/python/pylint_requirements.txt +++ b/tools/lint/python/pylint_requirements.txt @@ -40,9 +40,9 @@ lazy-object-proxy==1.5.2 \ astroid==2.5 \ --hash=sha256:87ae7f2398b8a0ae5638ddecf9987f081b756e0e9fc071aeebdca525671fc4dc \ --hash=sha256:b31c92f545517dcc452f284bc9c044050862fbe6d93d2b3de4a215a6b384bf0d -isort==5.7.0 \ - --hash=sha256:c729845434366216d320e936b8ad6f9d681aab72dc7cbc2d51bedc3582f3ad1e \ - --hash=sha256:fff4f0c04e1825522ce6949973e83110a6e907750cd92d128b0d14aaaadbffdc +isort==5.9.3 \ + --hash=sha256:9c2ea1e62d871267b78307fe511c0838ba0da28698c5732d54e2790bf3ba9899 \ + --hash=sha256:e17d6e2b81095c9db0a03a8025a957f334d6ea30b26f9ec70805411e5c7c81f2 typed-ast==1.4.2 \ --hash=sha256:07d49388d5bf7e863f7fa2f124b1b1d89d8aa0e2f7812faff0a5658c01c59aa1 \ --hash=sha256:14bf1522cdee369e8f5581238edac09150c765ec1cb33615855889cf33dcb92d \