diff --git a/.github/workflows/oracle-xe-adapter-tests.yml b/.github/workflows/oracle-xe-adapter-tests.yml index 1ee7625..e296940 100644 --- a/.github/workflows/oracle-xe-adapter-tests.yml +++ b/.github/workflows/oracle-xe-adapter-tests.yml @@ -51,6 +51,7 @@ jobs: pip install pytest dbt-tests-adapter==1.5.3 pip install -r requirements.txt pip install -e . + pip install sqlparse==0.4.3 - name: Check create-pem-from-p12 script is installed in bin run: | diff --git a/doc/requirements.txt b/doc/requirements.txt index f11b2d1..0560ec2 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -9,7 +9,7 @@ importlib-metadata==4.11.3 Jinja2==3.1.1 MarkupSafe==2.1.1 packaging==21.3 -Pygments==2.11.2 +Pygments==2.15.0 pyparsing==3.0.8 pytz==2022.1 requests==2.31.0