Skip to content

Commit

Permalink
fixup! API-13021 API-13022: Update libraries and switch ws_client.py …
Browse files Browse the repository at this point in the history
…logger to loguru
  • Loading branch information
skamieniarz committed Sep 26, 2023
1 parent bc0ca5d commit 56c8121
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ loguru = "==0.7.2"

[dev-packages]
pre-commit = "3.4.0"
pylint = "2.17.5"
pylint = "2.17.6"
flake8 = "6.1.0"
pytest = "7.4.2"
pdoc3 = "0.10.0"
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ classifiers =
packages = find:
python_requires = >=3.6
install_requires =
websocket-client==1.2.1
httpx ==0.23.0
websocket-client==1.6.3
httpx ==0.25.0

[options.extras_require]
httpx = http2
Expand Down

0 comments on commit 56c8121

Please sign in to comment.