From dfe77db7f1aef0da66be7c2dd069990633d9aa71 Mon Sep 17 00:00:00 2001 From: Fokko Driesprong Date: Sun, 4 Jun 2023 12:48:57 +0200 Subject: [PATCH] Update `openapi-spec-validator` to `0.5.2` (#1343) Co-authored-by: Koudai Aono --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 92a068977..9bfd0cac0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ pydantic = [ ] argcomplete = ">=1.10,<4.0" prance = ">=0.18.2,<1.0" -openapi-spec-validator = ">=0.2.8,<=0.5.1" +openapi-spec-validator = ">=0.2.8,<=0.5.2" jinja2 = ">=2.10.1,<4.0" inflect = ">=4.1.0,<6.0" black = ">=19.10b0"