diff --git a/poetry.lock b/poetry.lock index 35cba72..c3b64e1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -616,13 +616,13 @@ all = ["flake8 (>=7.1.1)", "mypy (>=1.11.2)", "pytest (>=8.3.2)", "ruff (>=0.6.2 [[package]] name = "infrahub-sdk" -version = "1.6.1" +version = "1.7.1" description = "Python Client to interact with Infrahub" optional = false python-versions = "<4.0,>=3.9" files = [ - {file = "infrahub_sdk-1.6.1-py3-none-any.whl", hash = "sha256:66e4b165bb448d3678555b98c3d11592212f3000cb76a437198e4c1048f2f06e"}, - {file = "infrahub_sdk-1.6.1.tar.gz", hash = "sha256:4a4e7d1063ea4bcf37c788d7187bf59a0844a4f67ec4d7e255f11767d420a64f"}, + {file = "infrahub_sdk-1.7.1-py3-none-any.whl", hash = "sha256:7ed4b54f8e1d3af19bef10811f96efc6cc718086fcf5cb77bb7a5fba934e0a84"}, + {file = "infrahub_sdk-1.7.1.tar.gz", hash = "sha256:e2226ed1856ece068ce1f94b984e264a6441a3cc5a66832972941fbf5b0ec934"}, ] [package.dependencies] @@ -1521,8 +1521,8 @@ astroid = ">=3.3.8,<=3.4.0-dev0" colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} dill = [ {version = ">=0.2", markers = "python_version < \"3.11\""}, - {version = ">=0.3.7", markers = "python_version >= \"3.12\""}, {version = ">=0.3.6", markers = "python_version >= \"3.11\" and python_version < \"3.12\""}, + {version = ">=0.3.7", markers = "python_version >= \"3.12\""}, ] isort = ">=4.2.5,<5.13.0 || >5.13.0,<6" mccabe = ">=0.6,<0.8"