Skip to content

Commit

Permalink
fix: update httpx to ^0.23 to fix critical vulnerability (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
pietrodn authored Jun 7, 2022
1 parent 5b538b2 commit bf2a5d6
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 56 deletions.
114 changes: 59 additions & 55 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ packages = [
[tool.poetry.dependencies]
python = "^3.7"
construct-typing = "^0.5.2"
httpx = "^0.18.2"
httpx = "^0.23.0"
requests = "^2.24"
typing-extensions = ">=3.10.0"
cachetools = "^4.2.2"
Expand Down

0 comments on commit bf2a5d6

Please sign in to comment.