diff --git a/core/base/requirements-dev.txt b/core/base/requirements-dev.txt index 35e1cc9b..70f719cf 100644 --- a/core/base/requirements-dev.txt +++ b/core/base/requirements-dev.txt @@ -23,7 +23,7 @@ itsdangerous limits marshmallow marshmallow-sqlalchemy -mysql-connector-python +mysql-connector-python==8.0.29 passlib psycopg2-binary Pygments diff --git a/core/base/requirements-prod.txt b/core/base/requirements-prod.txt index db6f2b9b..0da5219b 100644 --- a/core/base/requirements-prod.txt +++ b/core/base/requirements-prod.txt @@ -41,8 +41,8 @@ MarkupSafe==2.1.1 marshmallow==3.18.0 marshmallow-sqlalchemy==0.28.1 multidict==6.0.2 -mysql-connector-python==8.0.31 oletools==0.60.1 +mysql-connector-python==8.0.29 packaging==21.3 passlib==1.7.4 podop @ file:///app/libs/podop