Skip to content

Commit cd8e0fc

Browse files
authored
Merge pull request #547 from Trusted-AI/dependabot/pip/codecov-2.1.8
Bump codecov from 2.0.22 to 2.1.8
2 parents 8878885 + 637e656 commit cd8e0fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN pip3 install GPy==1.9.9
2020
RUN pip3 install lightgbm==2.3.1
2121
RUN pip3 install xgboost==1.1.1
2222

23-
RUN pip3 install pytest==5.4.1 pytest-pep8==1.0.6 pytest-mock==3.2.0 codecov==2.0.22 requests==2.23.0
23+
RUN pip3 install pytest==5.4.1 pytest-pep8==1.0.6 pytest-mock==3.2.0 codecov==2.1.8 requests==2.23.0
2424

2525
RUN mkdir /project; mkdir /project/TMP
2626
VOLUME /project/TMP

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ xgboost==1.1.1
3131
pytest==5.4.1
3232
pytest-pep8==1.0.6
3333
pytest-mock==3.2.0
34-
codecov==2.0.22
34+
codecov==2.1.8
3535
requests==2.23.0
3636

3737
# ART

0 commit comments

Comments
 (0)