Skip to content

Commit 8d7d910

Browse files
committed
Update requirements.txt
Update Python Package Version - find issue: pytest-dev/py#287
1 parent 1e6e997 commit 8d7d910

File tree

1 file changed

+30
-47
lines changed

1 file changed

+30
-47
lines changed

client/python/requirements.txt

Lines changed: 30 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,31 @@
1-
astroid==2.5
2-
attrs==20.3.0
3-
bleach==3.3.0
4-
bravado==11.0.2
5-
bravado-core==5.17.0
6-
certifi==2022.12.7
7-
chardet==4.0.0
8-
colorama==0.4.4
9-
docutils==0.16
10-
idna==3.1
11-
isort==5.7.0
12-
jsonpointer==2.0
13-
jsonref==0.2
14-
jsonschema==3.2.0
15-
keyring==22.0.1
16-
lazy-object-proxy==1.5.2
17-
mccabe==0.6.1
18-
monotonic==1.5
19-
msgpack==1.0.2
20-
packaging==20.9
21-
pkginfo==1.7.0
22-
Pygments==2.8.0
23-
PyJWT==2.4.0
24-
pylint==2.13.0
25-
pyparsing==2.4.7
26-
pyrsistent==0.17.3
27-
python-dateutil==2.8.1
28-
pytz==2021.1
29-
pywin32-ctypes==0.2.0
30-
PyYAML==5.4.1
31-
readme-renderer==28.0
32-
requests==2.25.1
33-
requests-toolbelt==0.9.1
34-
rfc3986==1.4.0
1+
arrow==1.2.3
2+
attrs==23.1.0
3+
bravado==11.0.3
4+
bravado-core==5.17.1
5+
certifi==2023.5.7
6+
charset-normalizer==3.1.0
7+
fqdn==1.5.1
8+
idna==3.4
9+
isoduration==20.11.0
10+
jsonpointer==2.3
11+
jsonref==1.1.0
12+
jsonschema==4.17.3
13+
monotonic==1.6
14+
msgpack==1.0.5
15+
PyJWT==2.7.0
16+
pyrsistent==0.19.3
17+
python-dateutil==2.8.2
18+
pytz==2023.3
19+
PyYAML==6.0
20+
requests==2.30.0
21+
rfc3339-validator==0.1.4
3522
rfc3987==1.3.8
36-
simplejson==3.17.2
37-
six==1.15.0
38-
strict-rfc3339==0.7
39-
swagger-spec-validator==2.7.3
40-
toml==0.10.2
41-
tqdm==4.57.0
42-
twine==3.3.0
43-
typing-extensions==3.7.4.3
44-
urllib3==1.26.5
45-
webcolors==1.11.1
46-
webencodings==0.5.1
47-
websockets==10.1
48-
wrapt==1.12.1
23+
simplejson==3.19.1
24+
six==1.16.0
25+
swagger-spec-validator==3.0.3
26+
typing_extensions==4.5.0
27+
upbit-client==1.3.2.0
28+
uri-template==1.2.0
29+
urllib3==2.0.2
30+
webcolors==1.13
31+
websockets==11.0.3

0 commit comments

Comments
 (0)