From 71ab1ed35443468e033bb1667e219697f89e4dd3 Mon Sep 17 00:00:00 2001 From: Robbe Sneyders Date: Wed, 8 Feb 2023 09:00:27 +0100 Subject: [PATCH] Bump httpx version to 0.23 to mitigate GHSA-h8pj-cxx2-jfg2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3f4e23920..61596d474 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ connexion = 'connexion.cli:main' [tool.poetry.dependencies] python = '^3.7' clickclick = ">= 1.2, < 21" -httpx = "^0.15" +httpx = "^0.23" importlib_metadata = { version = "^6.0.0", python = "<3.8" } inflection = ">= 0.3.1, < 0.6" jsonschema = "^4.0.1"