Skip to content

Commit 087b4c2

Browse files
authored
Merge pull request #108 from livechat/API-13021-API-13022-libraries-maintenance
API-13021 API-13022: Update packages and switch ws_client.py logger …
2 parents 7acc914 + 200436e commit 087b4c2

File tree

6 files changed

+255
-226
lines changed

6 files changed

+255
-226
lines changed

Pipfile

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

66
[packages]
7-
websocket-client= "1.2.1"
8-
urllib3 = "1.26.6"
9-
httpx = {extras = ["http2"], version = "0.23.0"}
10-
loguru = "==0.7.0"
7+
websocket-client= "1.6.3"
8+
urllib3 = "2.0.5"
9+
httpx = {extras = ["http2"], version = "0.25.0"}
10+
loguru = "==0.7.2"
1111

1212
[dev-packages]
13-
pre-commit = "2.10.1"
14-
pylint = "2.7.0"
15-
flake8 = "3.8.4"
16-
pytest = "6.2.2"
13+
pre-commit = "3.4.0"
14+
pylint = "2.17.6"
15+
flake8 = "6.1.0"
16+
pytest = "7.4.2"
1717
pdoc3 = "0.10.0"
1818

1919
[requires]

0 commit comments

Comments
 (0)