We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d8c3a5 commit e7e0754Copy full SHA for e7e0754
Pipfile
@@ -4,11 +4,21 @@ verify_ssl = true
4
name = "pypi"
5
6
[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"
+websocket-client= "==1.8.0"
+urllib3 = "==2.2.3"
+loguru = "==0.7.3"
+idna = "==3.10"
+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"}
22
23
[dev-packages]
24
pre-commit = "3.5.0"
0 commit comments