Skip to content

Commit d71c683

Browse files
authored
bump pip dependencies (#143)
1 parent 22dbad9 commit d71c683

File tree

4 files changed

+202
-147
lines changed

4 files changed

+202
-147
lines changed

Pipfile

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,21 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7-
websocket-client= "1.7.0"
8-
urllib3 = "2.2.2"
9-
httpx = {extras = ["http2"], version = "==0.25.2"}
10-
loguru = "==0.7.2"
11-
idna = ">=3.7"
7+
websocket-client= "==1.8.0"
8+
urllib3 = "==2.2.3"
9+
loguru = "==0.7.3"
10+
idna = "==3.10"
11+
anyio = "==4.5.2"
12+
certifi = "==2024.12.14"
13+
exceptiongroup = "==1.2.2"
14+
h11 = "==0.14.0"
15+
h2 = "==4.1.0"
16+
hpack = "==4.0.0"
17+
httpcore = "==1.0.7"
18+
hyperframe = "==6.0.1"
19+
sniffio = "==1.3.1"
20+
typing-extensions = "==4.12.2"
21+
httpx = {extras = ["http2"], version = "==0.28.1"}
1222

1323
[dev-packages]
1424
pre-commit = "3.5.0"

0 commit comments

Comments
 (0)