Skip to content

Commit c77a085

Browse files
m-schmoockcdecker
authored andcommitted
fix: update pip dependencies version in dockerfile
1 parent dc5a1ad commit c77a085

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

contrib/Dockerfile.builder

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@ RUN pip3 install --upgrade pip && \
5555
python3 -m pip install \
5656
CherryPy==17.3.0 \
5757
Flask==1.0.2 \
58-
cheroot==6.5.2 \
58+
cheroot==8.2.1 \
5959
ephemeral-port-reserve==1.1.0 \
6060
flaky==3.4.0 \
6161
pytest-benchmark==3.1.1 \
6262
pytest-forked==0.2 \
6363
pytest-timeout==1.3.3 \
6464
pytest-xdist==1.22.2 \
6565
pytest==3.8.1 \
66-
python-bitcoinlib==0.7.0 \
66+
python-bitcoinlib==0.10.2 \
6767
tqdm==4.26.0 \
6868
pytest-test-groups==1.0.3 \
6969
flake8==3.5.0 \

contrib/Dockerfile.builder.fedora

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ RUN wget https://bitcoin.org/bin/bitcoin-core-$BITCOIN_VERSION/bitcoin-$BITCOIN_
3333
rm -rf bitcoin.tar.gz bitcoin-$BITCOIN_VERSION
3434

3535
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

contrib/Dockerfile.builder.i386

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@ RUN pip3 install --upgrade pip && \
5555
python3 -m pip install \
5656
CherryPy==17.3.0 \
5757
Flask==1.0.2 \
58-
cheroot==6.5.2 \
58+
cheroot==8.2.1 \
5959
ephemeral-port-reserve==1.1.0 \
6060
flaky==3.4.0 \
6161
pytest-benchmark==3.1.1 \
6262
pytest-forked==0.2 \
6363
pytest-timeout==1.3.3 \
6464
pytest-xdist==1.22.2 \
6565
pytest==3.8.1 \
66-
python-bitcoinlib==0.7.0 \
66+
python-bitcoinlib==0.10.2 \
6767
tqdm==4.26.0 \
6868
pytest-test-groups==1.0.3 \
6969
flake8==3.5.0 \

0 commit comments

Comments
 (0)