Skip to content

Commit 34e57c1

Browse files
authored
Merge branch 'main' into dependabot/pip/catboost-0.24
2 parents 9d4bf59 + b49cdbc commit 34e57c1

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)