Skip to content

Commit

Permalink
pin mysql-connector-python to 8.0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzm committed Feb 1, 2023
1 parent 6ca702f commit 857ab7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/tools/docker/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ RUN pip3 install \
ltd-conveyor \
"sphinx-rtd-theme>=1.2.0rc3" \
mypy \
mysql-connector-python \
"mysql-connector-python==8.0.31" \
numpy \
pybind11[global] \
pyyaml \
Expand Down Expand Up @@ -230,7 +230,7 @@ RUN pip3 install \
click \
deprecated \
jinja2 \
mysql-connector-python \
"mysql-connector-python==8.0.31" \
pyyaml \
requests \
sqlalchemy

0 comments on commit 857ab7d

Please sign in to comment.