diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 390db316..81ba89b1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,6 +24,7 @@ on: - main - dev - demo + - dependabotchanges paths: - 'src/**/*.py' - 'tests/**/*.py' @@ -50,8 +51,6 @@ jobs: run: | python -m pip install --upgrade pip pip install -r src/ContentProcessor/requirements.txt - pip install pytest-cov - pip install pytest-asyncio - name: Set PYTHONPATH run: echo "PYTHONPATH=$PWD" >> $GITHUB_ENV diff --git a/src/ContentProcessor/requirements.txt b/src/ContentProcessor/requirements.txt index 509e563e..58a35767 100644 --- a/src/ContentProcessor/requirements.txt +++ b/src/ContentProcessor/requirements.txt @@ -10,28 +10,40 @@ cffi==2.0.0 charset-normalizer==3.4.4 click==8.3.1 colorama==0.4.6 +coverage==7.13.1 cryptography==46.0.3 dnspython==2.8.0 idna==3.11 +iniconfig==2.3.0 isodate==0.7.2 +mongomock==4.3.0 msal==1.34.0 msal-extensions==1.3.1 numpy==2.4.1 +packaging==25.0 pandas==2.3.3 pdf2image==1.17.0 pillow==12.1.0 +pluggy==1.6.0 poppler-utils==0.1.0 pycparser==2.23 pydantic==2.12.5 pydantic-core==2.41.5 pydantic-settings==2.12.0 +pygments==2.19.2 pyjwt==2.10.1 pymongo==4.16.0 +pytest==9.0.2 +pytest-asyncio==1.3.0 +pytest-cov==7.0.0 +pytest-mock==3.15.1 python-dateutil==2.9.0.post0 python-dotenv==1.2.1 pytz==2025.2 regex==2025.11.3 requests==2.32.5 +ruff==0.14.11 +sentinels==1.1.1 six==1.17.0 tiktoken==0.12.0 typing-extensions==4.15.0