Skip to content

Commit

Permalink
Bump httpx version to 0.23 to mitigate GHSA-h8pj-cxx2-jfg2 (#1632)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbeSneyders committed Feb 11, 2023
1 parent 15e985e commit 83e65fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 83e65fc

Please sign in to comment.