Skip to content

Commit 143a793

Browse files
authored
Update dependencies (#355)
* Update dependencies * Fix type check
1 parent a2d9ac0 commit 143a793

14 files changed

+398
-377
lines changed

docs/requirements.txt

Lines changed: 81 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -1,78 +1,81 @@
1-
alabaster==0.7.13 ; python_version >= "3.7" and python_version < "4.0"
2-
asn1crypto==1.5.1 ; python_version >= "3.7" and python_version < "4.0"
3-
attrs==23.1.0 ; python_version >= "3.7" and python_version < "4.0"
4-
babel==2.13.0 ; python_version >= "3.7" and python_version < "4.0"
5-
black==23.3.0 ; python_version >= "3.7" and python_version < "4.0"
6-
blockfrost-python==0.5.3 ; python_version >= "3.7" and python_version < "4"
7-
cachetools==5.3.1 ; python_version >= "3.7" and python_version < "4.0"
8-
cbor2==5.4.6 ; python_version >= "3.7" and python_version < "4.0"
9-
certifi==2023.7.22 ; python_version >= "3.7" and python_version < "4"
10-
certvalidator==0.11.1 ; python_version >= "3.7" and python_version < "4.0"
11-
cffi==1.15.1 ; python_version >= "3.7" and python_version < "4.0"
12-
charset-normalizer==3.3.1 ; python_version >= "3.7" and python_version < "4"
13-
click==8.1.7 ; python_version >= "3.7" and python_version < "4.0"
14-
colorama==0.4.6 ; python_version >= "3.7" and python_version < "4.0" and sys_platform == "win32" or python_version >= "3.7" and python_version < "4.0" and platform_system == "Windows"
15-
cose==0.9.dev8 ; python_version >= "3.7" and python_version < "4.0"
16-
coverage[toml]==7.2.7 ; python_version >= "3.7" and python_version < "4.0"
17-
cryptography==41.0.4 ; python_version >= "3.7" and python_version < "4.0"
18-
decorator==5.1.1 ; python_version >= "3.7" and python_version < "4.0"
19-
docutils==0.17.1 ; python_version >= "3.7" and python_version < "4.0"
20-
ecdsa==0.18.0 ; python_version >= "3.7" and python_version < "4.0"
21-
ecpy==1.2.5 ; python_version >= "3.7" and python_version < "4.0"
22-
exceptiongroup==1.1.3 ; python_version >= "3.7" and python_version < "3.11"
23-
execnet==2.0.2 ; python_version >= "3.7" and python_version < "4.0"
24-
flake8==5.0.4 ; python_version >= "3.7" and python_version < "4.0"
25-
flask==2.2.5 ; python_version >= "3.7" and python_version < "4.0"
26-
frozendict==2.3.8 ; python_version >= "3.7" and python_version < "4.0"
27-
frozenlist==1.3.3 ; python_version >= "3.7" and python_version < "4.0"
28-
idna==3.4 ; python_version >= "3.7" and python_version < "4"
29-
imagesize==1.4.1 ; python_version >= "3.7" and python_version < "4.0"
30-
importlib-metadata==4.2.0 ; python_version >= "3.7" and python_version < "3.10"
31-
iniconfig==2.0.0 ; python_version >= "3.7" and python_version < "4.0"
32-
isort==5.11.5 ; python_version >= "3.7" and python_version < "4.0"
33-
itsdangerous==2.1.2 ; python_version >= "3.7" and python_version < "4.0"
34-
jinja2==3.1.2 ; python_version >= "3.7" and python_version < "4.0"
35-
markupsafe==2.1.3 ; python_version >= "3.7" and python_version < "4.0"
36-
mccabe==0.7.0 ; python_version >= "3.7" and python_version < "4.0"
37-
mnemonic==0.20 ; python_version >= "3.7" and python_version < "4.0"
38-
mypy-extensions==1.0.0 ; python_version >= "3.7" and python_version < "4.0"
39-
mypy==1.4.1 ; python_version >= "3.7" and python_version < "4.0"
40-
oscrypto==1.3.0 ; python_version >= "3.7" and python_version < "4.0"
41-
packaging==23.2 ; python_version >= "3.7" and python_version < "4.0"
42-
pathspec==0.11.2 ; python_version >= "3.7" and python_version < "4.0"
43-
platformdirs==3.11.0 ; python_version >= "3.7" and python_version < "4.0"
44-
pluggy==1.2.0 ; python_version >= "3.7" and python_version < "4.0"
45-
pprintpp==0.4.0 ; python_version >= "3.7" and python_version < "4.0"
46-
py==1.11.0 ; python_version >= "3.7" and python_version < "4.0"
47-
pycodestyle==2.9.1 ; python_version >= "3.7" and python_version < "4.0"
48-
pycparser==2.21 ; python_version >= "3.7" and python_version < "4.0"
49-
pyflakes==2.5.0 ; python_version >= "3.7" and python_version < "4.0"
50-
pygments==2.16.1 ; python_version >= "3.7" and python_version < "4.0"
51-
pynacl==1.5.0 ; python_version >= "3.7" and python_version < "4.0"
52-
pytest-cov==4.1.0 ; python_version >= "3.7" and python_version < "4.0"
53-
pytest-xdist==3.3.1 ; python_version >= "3.7" and python_version < "4.0"
54-
pytest==7.4.2 ; python_version >= "3.7" and python_version < "4.0"
55-
pytz==2023.3.post1 ; python_version >= "3.7" and python_version < "3.9"
56-
requests==2.31.0 ; python_version >= "3.7" and python_version < "4"
57-
retry==0.9.2 ; python_version >= "3.7" and python_version < "4.0"
58-
setuptools==68.0.0 ; python_version >= "3.7" and python_version < "4.0"
59-
six==1.16.0 ; python_version >= "3.7" and python_version < "4.0"
60-
snowballstemmer==2.2.0 ; python_version >= "3.7" and python_version < "4.0"
61-
sphinx-copybutton==0.5.2 ; python_version >= "3.7" and python_version < "4.0"
62-
sphinx-rtd-theme==1.3.0 ; python_version >= "3.7" and python_version < "4.0"
63-
sphinx==4.3.2 ; python_version >= "3.7" and python_version < "4.0"
64-
sphinxcontrib-applehelp==1.0.2 ; python_version >= "3.7" and python_version < "4.0"
65-
sphinxcontrib-devhelp==1.0.2 ; python_version >= "3.7" and python_version < "4.0"
66-
sphinxcontrib-htmlhelp==2.0.0 ; python_version >= "3.7" and python_version < "4.0"
67-
sphinxcontrib-jquery==4.1 ; python_version >= "3.7" and python_version < "4.0"
68-
sphinxcontrib-jsmath==1.0.1 ; python_version >= "3.7" and python_version < "4.0"
69-
sphinxcontrib-qthelp==1.0.3 ; python_version >= "3.7" and python_version < "4.0"
70-
sphinxcontrib-serializinghtml==1.1.5 ; python_version >= "3.7" and python_version < "4.0"
71-
tomli==2.0.1 ; python_version >= "3.7" and python_full_version <= "3.11.0a6"
72-
typed-ast==1.5.5 ; python_version < "3.8" and python_version >= "3.7"
73-
typeguard==2.13.3 ; python_version >= "3.7" and python_version < "4.0"
74-
typing-extensions==4.7.1 ; python_version >= "3.7" and python_version < "4.0"
75-
urllib3==2.0.7 ; python_version >= "3.7" and python_version < "4"
76-
websocket-client==1.6.1 ; python_version >= "3.7" and python_version < "4.0"
77-
werkzeug==2.2.3 ; python_version >= "3.7" and python_version < "4.0"
78-
zipp==3.15.0 ; python_version >= "3.7" and python_version < "3.10"
1+
alabaster==0.7.13 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
2+
asn1crypto==1.5.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
3+
attrs==23.2.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
4+
babel==2.15.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
5+
black==24.4.2 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
6+
blinker==1.8.2 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
7+
blockfrost-python==0.5.3 ; python_full_version >= "3.8.1" and python_version < "4"
8+
cachetools==5.3.3 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
9+
cbor2==5.6.3 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
10+
certifi==2024.2.2 ; python_full_version >= "3.8.1" and python_version < "4"
11+
certvalidator==0.11.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
12+
cffi==1.16.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
13+
charset-normalizer==3.3.2 ; python_full_version >= "3.8.1" and python_version < "4"
14+
click==8.1.7 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
15+
colorama==0.4.6 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" and (sys_platform == "win32" or platform_system == "Windows")
16+
cose==0.9.dev8 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
17+
coverage[toml]==7.5.3 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
18+
cryptography==42.0.7 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
19+
decorator==5.1.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
20+
docker==7.1.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
21+
docutils==0.19 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
22+
ecdsa==0.19.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
23+
ecpy==1.2.5 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
24+
exceptiongroup==1.2.1 ; python_full_version >= "3.8.1" and python_version < "3.11"
25+
execnet==2.1.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
26+
flake8==7.0.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
27+
flask==2.3.3 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
28+
frozendict==2.4.4 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
29+
frozenlist==1.4.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
30+
idna==3.7 ; python_full_version >= "3.8.1" and python_version < "4"
31+
imagesize==1.4.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
32+
importlib-metadata==7.1.0 ; python_full_version >= "3.8.1" and python_version < "3.10"
33+
iniconfig==2.0.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
34+
isort==5.13.2 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
35+
itsdangerous==2.2.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
36+
jinja2==3.1.4 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
37+
markupsafe==2.1.5 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
38+
mccabe==0.7.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
39+
mnemonic==0.21 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
40+
mypy-extensions==1.0.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
41+
mypy==1.4.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
42+
oscrypto==1.3.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
43+
packaging==24.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
44+
pathspec==0.12.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
45+
platformdirs==4.2.2 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
46+
pluggy==1.5.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
47+
pprintpp==0.4.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
48+
py==1.11.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
49+
pycodestyle==2.11.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
50+
pycparser==2.22 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
51+
pyflakes==3.2.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
52+
pygments==2.18.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
53+
pynacl==1.5.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
54+
pytest-cov==5.0.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
55+
pytest-xdist==3.6.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
56+
pytest==8.2.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
57+
pytz==2024.1 ; python_full_version >= "3.8.1" and python_version < "3.9"
58+
pywin32==306 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" and sys_platform == "win32"
59+
requests==2.32.3 ; python_full_version >= "3.8.1" and python_version < "4"
60+
retry==0.9.2 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
61+
setuptools==69.5.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
62+
six==1.16.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
63+
snowballstemmer==2.2.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
64+
sphinx-copybutton==0.5.2 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
65+
sphinx-rtd-theme==2.0.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
66+
sphinx==5.3.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
67+
sphinxcontrib-applehelp==1.0.4 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
68+
sphinxcontrib-devhelp==1.0.2 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
69+
sphinxcontrib-htmlhelp==2.0.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
70+
sphinxcontrib-jquery==4.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
71+
sphinxcontrib-jsmath==1.0.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
72+
sphinxcontrib-qthelp==1.0.3 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
73+
sphinxcontrib-serializinghtml==1.1.5 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
74+
tomli==2.0.1 ; python_full_version >= "3.8.1" and python_full_version <= "3.11.0a6"
75+
typeguard==4.3.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
76+
types-requests==2.31.0.10 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
77+
typing-extensions==4.12.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
78+
urllib3==2.2.1 ; python_full_version >= "3.8.1" and python_version < "4"
79+
websocket-client==1.8.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
80+
werkzeug==3.0.3 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
81+
zipp==3.19.1 ; python_full_version >= "3.8.1" and python_version < "3.10"

examples/native_token.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# Submitted transaction in this example could be found at
77
# https://testnet.cardanoscan.io/transaction/632898c831719e07ad74b952880c98e9b51a1f31b25ca99e5a6e753ecd5d5201
88
"""
9+
910
import pathlib
1011

1112
from blockfrost import ApiUrls

examples/plutus/forty_two/forty_two.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
55
"""
66

7-
87
import os
98

109
import cbor2

examples/tx_builder.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Build a transaction using transaction builder"""
2+
23
from blockfrost import ApiUrls
34

45
from pycardano import *

0 commit comments

Comments
 (0)