File tree Expand file tree Collapse file tree 3 files changed +82
-82
lines changed
Expand file tree Collapse file tree 3 files changed +82
-82
lines changed Original file line number Diff line number Diff line change @@ -7,25 +7,25 @@ name = "pypi"
77websocket-client = " ==1.9.0"
88urllib3 = " ==2.6.3"
99loguru = " ==0.7.3"
10- idna = " ==3.10 "
11- anyio = " ==4.5.2 "
12- certifi = " ==2025.11.12 "
10+ idna = " ==3.11 "
11+ anyio = " ==4.12.1 "
12+ certifi = " ==2026.1.4 "
1313exceptiongroup = " ==1.3.1"
1414h11 = " ==0.16.0"
1515h2 = " ==4.3.0"
1616hpack = " ==4.1.0"
1717httpcore = " ==1.0.9"
1818hyperframe = " ==6.1.0"
1919sniffio = " ==1.3.1"
20- typing-extensions = " ==4.12.2 "
20+ typing-extensions = " ==4.15.0 "
2121httpx = {extras = [" http2" ], version = " ==0.28.1" }
2222
2323[dev-packages ]
24- pre-commit = " 3 .5.0 "
25- pylint = " 3 .0.2 "
26- flake8 = " 6.1 .0"
27- pytest = " 7.4.3 "
28- pdoc3 = " 0.10.0 "
24+ pre-commit = " 4 .5.1 "
25+ pylint = " 4 .0.4 "
26+ flake8 = " 7.3 .0"
27+ pytest = " 7.4.4 "
28+ pdoc3 = " 0.11.6 "
2929
3030[requires ]
3131python_version = " 3.13.0"
Original file line number Diff line number Diff line change 11-i https://pypi.org/simple
2- anyio == 4.5.2 ; python_version >= '3.8 '
3- certifi == 2025.11.12 ; python_version >= '3.7'
2+ anyio == 4.12.1 ; python_version >= '3.9 '
3+ certifi == 2026.1.4 ; python_version >= '3.7'
44exceptiongroup == 1.3.1 ; python_version >= '3.7'
55h11 == 0.16.0 ; python_version >= '3.8'
66h2 == 4.3.0 ; python_version >= '3.9'
77hpack == 4.1.0 ; python_version >= '3.9'
88httpcore == 1.0.9 ; python_version >= '3.8'
99httpx [http2 ]== 0.28.1 ; python_version >= '3.8'
1010hyperframe == 6.1.0 ; python_version >= '3.9'
11- idna == 3.10 ; python_version >= '3.6 '
11+ idna == 3.11 ; python_version >= '3.8 '
1212loguru == 0.7.3 ; python_version >= '3.5' and python_version < '4.0'
1313sniffio == 1.3.1 ; python_version >= '3.7'
14- typing-extensions == 4.12.2 ; python_version >= '3.8 '
14+ typing-extensions == 4.15.0 ; python_version >= '3.9 '
1515urllib3 == 2.6.3 ; python_version >= '3.9'
1616websocket-client == 1.9.0 ; python_version >= '3.9'
You can’t perform that action at this time.
0 commit comments