Skip to content

Commit 56c8121

Browse files
author
skamieniarz
committed
fixup! API-13021 API-13022: Update libraries and switch ws_client.py logger to loguru
1 parent bc0ca5d commit 56c8121

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ loguru = "==0.7.2"
1111

1212
[dev-packages]
1313
pre-commit = "3.4.0"
14-
pylint = "2.17.5"
14+
pylint = "2.17.6"
1515
flake8 = "6.1.0"
1616
pytest = "7.4.2"
1717
pdoc3 = "0.10.0"

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ classifiers =
2323
packages = find:
2424
python_requires = >=3.6
2525
install_requires =
26-
websocket-client==1.2.1
27-
httpx ==0.23.0
26+
websocket-client==1.6.3
27+
httpx ==0.25.0
2828

2929
[options.extras_require]
3030
httpx = http2

0 commit comments

Comments
 (0)