From d99a318e206bb7bf1431275111d9a8329ce4c303 Mon Sep 17 00:00:00 2001 From: fabpiaf <144336756+fabpiaf@users.noreply.github.com> Date: Mon, 11 Mar 2024 09:57:11 +0000 Subject: [PATCH] Update pyproject.toml Fix `AttributeError: cython_sources` e.g. ref https://github.com/yaml/pyyaml/issues/601 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0831c09..8a3fb3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,8 +11,8 @@ keywords = ["openapi", "jsonschema"] [tool.poetry.dependencies] python = "^3.7" jsonref = "^0.2.0" -pyyaml = "^5.1" -click = "^7.0" +pyyaml = "^6.0" +click = "^8.0" colorama = "^0.4.1" [tool.poetry.scripts]