Skip to content

Commit ca050c2

Browse files
committed
update httpx version to 0.2.3 that fixes potential vulnerability
1 parent a938c2b commit ca050c2

File tree

2 files changed

+320
-224
lines changed

2 files changed

+320
-224
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name = "pypi"
66
[packages]
77
websocket-client= "1.2.1"
88
urllib3 = "1.26.6"
9-
httpx = {extras = ["http2"], version = "0.19.0"}
9+
httpx = {extras = ["http2"], version = "0.23.0"}
1010

1111
[dev-packages]
1212
pre-commit = "2.10.1"

0 commit comments

Comments
 (0)