diff --git a/poetry.lock b/poetry.lock index e55e2818d..2c586bf36 100644 --- a/poetry.lock +++ b/poetry.lock @@ -618,15 +618,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" @@ -2681,4 +2687,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = ">=3.7,<3.12" -content-hash = "5d7881e6a8944f5ad42dd8ffe3233ac8873617e2f5a907f6f4d3ce44dc99a09f" +content-hash = "f99e6cde5f0d016f282806087a8c2f229e728ced1944e2d26bfb81db87754a65" diff --git a/pyproject.toml b/pyproject.toml index 5f9aaa988..23e983d76 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.29" packaging = "21.3" python-minifier = "==2.7.0"