We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc0ca5d commit 56c8121Copy full SHA for 56c8121
Pipfile
@@ -11,7 +11,7 @@ loguru = "==0.7.2"
11
12
[dev-packages]
13
pre-commit = "3.4.0"
14
-pylint = "2.17.5"
+pylint = "2.17.6"
15
flake8 = "6.1.0"
16
pytest = "7.4.2"
17
pdoc3 = "0.10.0"
setup.cfg
@@ -23,8 +23,8 @@ classifiers =
23
packages = find:
24
python_requires = >=3.6
25
install_requires =
26
- websocket-client==1.2.1
27
- httpx ==0.23.0
+ websocket-client==1.6.3
+ httpx ==0.25.0
28
29
[options.extras_require]
30
httpx = http2
0 commit comments