Skip to content

Commit 448b946

Browse files
authored
Merge pull request #181 from livechat/security-update
security update
2 parents 6bd721d + c4da3ed commit 448b946

File tree

3 files changed

+82
-82
lines changed

3 files changed

+82
-82
lines changed

Pipfile

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,25 @@ name = "pypi"
77
websocket-client= "==1.9.0"
88
urllib3 = "==2.6.3"
99
loguru = "==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"
1313
exceptiongroup = "==1.3.1"
1414
h11 = "==0.16.0"
1515
h2 = "==4.3.0"
1616
hpack = "==4.1.0"
1717
httpcore = "==1.0.9"
1818
hyperframe = "==6.1.0"
1919
sniffio = "==1.3.1"
20-
typing-extensions = "==4.12.2"
20+
typing-extensions = "==4.15.0"
2121
httpx = {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]
3131
python_version = "3.13.0"

Pipfile.lock

Lines changed: 69 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
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'
44
exceptiongroup==1.3.1; python_version >= '3.7'
55
h11==0.16.0; python_version >= '3.8'
66
h2==4.3.0; python_version >= '3.9'
77
hpack==4.1.0; python_version >= '3.9'
88
httpcore==1.0.9; python_version >= '3.8'
99
httpx[http2]==0.28.1; python_version >= '3.8'
1010
hyperframe==6.1.0; python_version >= '3.9'
11-
idna==3.10; python_version >= '3.6'
11+
idna==3.11; python_version >= '3.8'
1212
loguru==0.7.3; python_version >= '3.5' and python_version < '4.0'
1313
sniffio==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'
1515
urllib3==2.6.3; python_version >= '3.9'
1616
websocket-client==1.9.0; python_version >= '3.9'

0 commit comments

Comments
 (0)