Skip to content

Commit b49cdbc

Browse files
authored
Merge pull request #542 from Trusted-AI/dependabot/pip/pytest-mock-3.2.0
Bump pytest-mock from 3.1.0 to 3.2.0
2 parents f8b0552 + 582688d commit b49cdbc

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.1.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.0.22 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
@@ -30,7 +30,7 @@ xgboost==1.1.1
3030
# other
3131
pytest==5.4.1
3232
pytest-pep8==1.0.6
33-
pytest-mock==3.1.0
33+
pytest-mock==3.2.0
3434
codecov==2.0.22
3535
requests==2.23.0
3636

0 commit comments

Comments
 (0)