From f5e640b372fd6e5c78170419cc95555f62f6e93e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 10:09:58 +0000 Subject: [PATCH 1/2] fix(deps): update dependency dpath to v2 --- poetry.lock | 12 +++++++++--- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2c63f087..0be70794 100644 --- a/poetry.lock +++ b/poetry.lock @@ -623,15 +623,21 @@ reference = "pypi-test" [[package]] name = "dpath" -version = "1.5.0" +version = "2.1.5" description = "Filesystem-like pathing and searching for dictionaries" category = "main" optional = false python-versions = "*" files = [ - {file = "dpath-1.5.0.tar.gz", hash = "sha256:496615b4ea84236d18e0d286122de74869a60e0f87e2c7ec6787ff286c48361b"}, + {file = "dpath-2.1.5-py3-none-any.whl", hash = "sha256:b9ae2dc18b7c569fd28b9e5d7839867b3299c7b2a629ba117fe435dc60de5d9e"}, + {file = "dpath-2.1.5.tar.gz", hash = "sha256:e8e1aba1143ceb572304dd59a76a701a65fdb1054429b56a3d0628a524184ae6"}, ] +[package.source] +type = "legacy" +url = "https://test.pypi.org/simple" +reference = "pypi-test" + [[package]] name = "exceptiongroup" version = "1.0.1" @@ -2683,4 +2689,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = ">=3.7,<3.12" -content-hash = "81ab9f82d8241941f392a85e15fc8866f0d0f2a3aeb5172e0065d8c955d5232a" +content-hash = "36f14189bff3dbd12d303cdac3608eec5a5334e5a5abfd7c799fa7fdc583561e" diff --git a/pyproject.toml b/pyproject.toml index 6d06c2da..f50c231e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ tqdm = "4.64.1" click = "8.1.3" colorama = { version = "==0.4.6", platform = "win32" } jsonschema = "=3.2.0" -dpath = "==1.5.0" +dpath = "==2.1.5" GitPython = "==3.1.30" packaging = "21.3" python-minifier = "==2.8.0" From 194bf18a5f47eb55542ae941c8b2bc60109eeaec Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 10:10:11 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=8E=A8=20[pre-commit.ci]=20Auto=20for?= =?UTF-8?q?mat=20from=20pre-commit.com=20hooks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index ad0d7f40..dc7a8b1f 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -18,7 +18,7 @@ dbus-fast==1.73.0 ; python_version >= "3.7" and python_version < "3.12" and plat dill==0.3.6 ; python_version >= "3.7" and python_version < "3.12" distlib==0.3.6 ; python_version >= "3.7" and python_version < "3.12" docutils==0.17.1 ; python_version >= "3.7" and python_version < "3.12" -dpath==1.5.0 ; python_version >= "3.7" and python_version < "3.12" +dpath==2.1.5 ; python_version >= "3.7" and python_version < "3.12" gitdb==4.0.9 ; python_version >= "3.7" and python_version < "3.12" gitpython==3.1.30 ; python_version >= "3.7" and python_version < "3.12" idna==3.4 ; python_version >= "3.7" and python_version < "3.12"