File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -55,15 +55,15 @@ RUN pip3 install --upgrade pip && \
55
55
python3 -m pip install \
56
56
CherryPy ==17.3 . 0 \
57
57
Flask ==1.0 . 2 \
58
- cheroot ==6.5 . 2 \
58
+ cheroot ==8.2 . 1 \
59
59
ephemeral -port -reserve ==1.1 . 0 \
60
60
flaky ==3.4 . 0 \
61
61
pytest -benchmark ==3.1 . 1 \
62
62
pytest -forked ==0.2 \
63
63
pytest -timeout ==1.3 . 3 \
64
64
pytest -xdist ==1.22 . 2 \
65
65
pytest ==3.8 . 1 \
66
- python -bitcoinlib ==0.7 . 0 \
66
+ python -bitcoinlib ==0.10 . 2 \
67
67
tqdm ==4.26 . 0 \
68
68
pytest -test -groups ==1.0 . 3 \
69
69
flake8 ==3.5 . 0 \
Original file line number Diff line number Diff line change @@ -33,4 +33,4 @@ RUN wget https://bitcoin.org/bin/bitcoin-core-$BITCOIN_VERSION/bitcoin-$BITCOIN_
33
33
rm -rf bitcoin.tar.gz bitcoin-$BITCOIN_VERSION
34
34
35
35
RUN python3 -m pip install --upgrade pip && \
36
- python3 -m pip install python-bitcoinlib==0.7.0 pytest==3.0.5 setuptools==36.6.0 pytest-test-groups==1.0.3 flake8==3.5.0 pytest-rerunfailures==3.1 ephemeral-port-reserve==1.1.0
36
+ python3 -m pip install python-bitcoinlib==0.10.2 pytest==3.0.5 setuptools==36.6.0 pytest-test-groups==1.0.3 flake8==3.5.0 pytest-rerunfailures==3.1 ephemeral-port-reserve==1.1.0
Original file line number Diff line number Diff line change @@ -55,15 +55,15 @@ RUN pip3 install --upgrade pip && \
55
55
python3 -m pip install \
56
56
CherryPy==17.3.0 \
57
57
Flask==1.0.2 \
58
- cheroot==6.5.2 \
58
+ cheroot==8.2.1 \
59
59
ephemeral-port-reserve==1.1.0 \
60
60
flaky==3.4.0 \
61
61
pytest-benchmark==3.1.1 \
62
62
pytest-forked==0.2 \
63
63
pytest-timeout==1.3.3 \
64
64
pytest-xdist==1.22.2 \
65
65
pytest==3.8.1 \
66
- python-bitcoinlib==0.7.0 \
66
+ python-bitcoinlib==0.10.2 \
67
67
tqdm==4.26.0 \
68
68
pytest-test-groups==1.0.3 \
69
69
flake8==3.5.0 \
You can’t perform that action at this time.
0 commit comments