From 910544aa5050e3940b4ffaa5b9b76b604c31c81f Mon Sep 17 00:00:00 2001
From: Renovate Bot <bot@renovateapp.com>
Date: Thu, 19 Aug 2021 19:59:50 +0000
Subject: [PATCH 1/3] Update all non-major dependencies

---
 .pre-commit-config.yaml |   2 +-
 pyproject.toml          | 108 ++++++++++++++++++++--------------------
 2 files changed, 55 insertions(+), 55 deletions(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index a4caa9ae..1664e598 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -13,7 +13,7 @@ repos:
     language_version: python3     # Should be a command that runs python3.6+
     exclude: labels.py|metrics|generated|labeled-datasets
 - repo: https://github.com/timothycrosley/isort
-  rev: 5.8.0
+  rev: 5.9.3
   hooks:
   - id: isort
     args: [--profile, black]
diff --git a/pyproject.toml b/pyproject.toml
index e6b25777..fa5a0ca3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -10,8 +10,8 @@ packages = [
 
 [tool.poetry.dependencies]
 python = "^3.8"
-scipy = "1.6.0"
-absl-py = "0.12.0"
+scipy = "1.7.1"
+absl-py = "0.13.0"
 appdirs = "1.4.4"
 atpublic = "2.3"
 bcrypt = "3.2.0"
@@ -19,7 +19,7 @@ beeprint = "2.4.10"
 cached-property = "1.5.2"
 cachetools = "4.2.2"
 certifi = "2020.12.5"
-cffi = "1.14.5"
+cffi = "1.14.6"
 chardet = "4.0.0"
 click = "7.1.2"
 cloudpickle = "1.6.0"
@@ -27,18 +27,18 @@ colorama = "0.4.4"
 commonmark = "0.9.1"
 configobj = "5.0.6"
 cryptography = "3.4.7"
-Cython = "0.29.23"
-dask = "2021.4.1"
-decorator = "5.0.7"
+Cython = "0.29.24"
+dask = "2021.8.0"
+decorator = "5.0.9"
 deepdiff = "5.5.0"
-dictdiffer = "0.8.1"
+dictdiffer = "0.9.0"
 diskcache = "5.2.1"
 distributed = "2020.12.0"
-distro = "1.5.0"
+distro = "1.6.0"
 dpath = "2.0.1"
-dulwich = "0.20.21"
-dvc = "2.0.14"
-flatten-dict = "0.3.0"
+dulwich = "0.20.24"
+dvc = "2.6.3"
+flatten-dict = "0.4.2"
 "flufl.lock" = "3.2"
 fsspec = "0.9.0"
 ftfy = "5.9"
@@ -46,100 +46,100 @@ funcy = "1.16"
 future = "0.18.2"
 gitdb = "4.0.7"
 GitPython = "3.1.20"
-google-api-core = "1.26.3"
+google-api-core = "1.31.2"
 google-api-python-client = "2.17.0"
-google-auth = "1.30.0"
+google-auth = "1.35.0"
 google-auth-httplib2 = "0.1.0"
 googleapis-common-protos = "1.53.0"
-grandalf = "0.6"
-grpcio = "1.37.1"
+grandalf = "0.7"
+grpcio = "1.39.0"
 HeapDict = "1.0.1"
 httplib2 = "0.19.1"
 idna = "2.10"
-invoke = "1.5.0"
+invoke = "1.6.0"
 Jinja2 = "2.11.3"
 joblib = "1.0.1"
-jsonpath-ng = "1.5.2"
-jsons = "1.4.0"
-mailchecker = "4.0.6"
+jsonpath-ng = "1.5.3"
+jsons = "1.5.0"
+mailchecker = "4.0.11"
 Markdown = "3.3.4"
 MarkupSafe = "1.1.1"
 msgpack = "1.0.2"
 munkres = "1.1.4"
 nanotime = "0.5.2"
-networkx = "2.3"
-nltk = "3.5"
-numpy = "1.20.1"
+networkx = "2.6.2"
+nltk = "3.6.2"
+numpy = "1.21.2"
 numpyencoder = "0.3.0"
 oauth2client = "4.1.3"
 ordered-set = "4.0.2"
 packaging = "20.9"
-pandas = "1.2.4"
+pandas = "1.3.2"
 paramiko = "2.7.2"
-pathlib2 = "2.3.5"
-pathspec = "0.8.1"
-phonenumbers = "8.12.21"
+pathlib2 = "2.3.6"
+pathspec = "0.9.0"
+phonenumbers = "8.12.30"
 ply = "3.11"
-protobuf = "3.14.0"
+protobuf = "3.17.3"
 psutil = "5.8.0"
 pyasn1 = "0.4.8"
 pyasn1-modules = "0.2.8"
 pycparser = "2.20"
 pydot = "1.4.2"
-PyDrive2 = "1.8.2"
-pygit2 = "1.5.0"
-Pygments = "2.9.0"
-pygtrie = "2.3.2"
+PyDrive2 = "1.9.1"
+pygit2 = "1.6.1"
+Pygments = "2.10.0"
+pygtrie = "2.4.2"
 PyNaCl = "1.4.0"
 pyOpenSSL = "20.0.1"
 pyparsing = "2.4.7"
-python-benedict = "0.23.2"
-python-dateutil = "2.8.1"
-python-fsutil = "0.4.0"
+python-benedict = "0.24.2"
+python-dateutil = "2.8.2"
+python-fsutil = "0.5.0"
 python-slugify = "4.0.1"
 pytz = "2021.1"
 PyYAML = "5.4.1"
 regex = "2020.11.13"
-requests = "2.25.1"
+requests = "2.26.0"
 rich = "9.13.0"
 rsa = "4.7.2"
-"ruamel.yaml" = "0.17.4"
-"ruamel.yaml.clib" = "0.2.2"
-scikit-learn = "0.21.3"
+"ruamel.yaml" = "0.17.11"
+"ruamel.yaml.clib" = "0.2.6"
+scikit-learn = "0.24.2"
 shortuuid = "1.0.1"
-shtab = "1.3.5"
-six = "1.15.0"
+shtab = "1.3.10"
+six = "1.16.0"
 smmap = "4.0.0"
-snorkel = "0.9.6"
+snorkel = "0.9.7"
 commit-explorer-client = "^0.1.0"
 
 
 [tool.poetry.dev-dependencies]
 appdirs = "1.4.4"
-astroid = "2.4.2"
+astroid = "2.7.1"
 attrs = "21.2.0"
 black = "20.8b1"
-cfgv = "3.2.0"
-distlib = "0.3.1"
+cfgv = "3.3.0"
+distlib = "0.3.2"
 filelock = "3.0.12"
-identify = "1.5.11"
+identify = "1.6.2"
 iniconfig = "1.1.1"
-isort = "5.7.0"
-lazy-object-proxy = "1.4.3"
+isort = "5.9.3"
+lazy-object-proxy = "1.6.0"
 mccabe = "0.6.1"
 mypy-extensions = "0.4.3"
-nodeenv = "1.5.0"
+nodeenv = "1.6.0"
 packaging = "20.9"
-pathspec = "0.8.1"
+pathspec = "0.9.0"
 pluggy = "0.13.1"
-pre-commit = "2.9.3"
+pre-commit = "2.14.0"
 py = "1.10.0"
-pylint = "2.6.0"
+pylint = "2.9.6"
 pyparsing = "2.4.7"
-pytest = "6.2.1"
+pytest = "6.2.4"
 toml = "0.10.2"
-typed-ast = "1.4.2"
-virtualenv = "20.2.2"
+typed-ast = "1.4.3"
+virtualenv = "20.7.2"
 wrapt = "1.12.1"
 
 [tool.poetry.scripts]

From 0a74faf60550284f47a0918bc92710d99515d031 Mon Sep 17 00:00:00 2001
From: Hlib <hlibbabii@gmail.com>
Date: Thu, 19 Aug 2021 22:34:54 +0200
Subject: [PATCH 2/3] Update pyproject.toml

---
 pyproject.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index fa5a0ca3..429c67cb 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -27,7 +27,7 @@ colorama = "0.4.4"
 commonmark = "0.9.1"
 configobj = "5.0.6"
 cryptography = "3.4.7"
-Cython = "0.29.24"
+Cython = "0.29.23"
 dask = "2021.8.0"
 decorator = "5.0.9"
 deepdiff = "5.5.0"
@@ -134,7 +134,7 @@ pathspec = "0.9.0"
 pluggy = "0.13.1"
 pre-commit = "2.14.0"
 py = "1.10.0"
-pylint = "2.9.6"
+pylint = "2.6.0"
 pyparsing = "2.4.7"
 pytest = "6.2.4"
 toml = "0.10.2"

From eb64810a3e2325bc16467af825ef2d726360b3c9 Mon Sep 17 00:00:00 2001
From: Hlib <hlibbabii@gmail.com>
Date: Thu, 19 Aug 2021 22:36:32 +0200
Subject: [PATCH 3/3] Update pyproject.toml

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 429c67cb..781f0727 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -139,7 +139,7 @@ pyparsing = "2.4.7"
 pytest = "6.2.4"
 toml = "0.10.2"
 typed-ast = "1.4.3"
-virtualenv = "20.7.2"
+virtualenv = "20.2.2"
 wrapt = "1.12.1"
 
 [tool.poetry.scripts]