Skip to content

Commit 5faa5a6

Browse files
Merge pull request #47 from Clarifai/fix/security-dependencies-and-actions-update
fix: update dependencies and GitHub Actions for security
2 parents 8caf776 + cf49689 commit 5faa5a6

7 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: Set up Python
17-
uses: actions/setup-python@v4
17+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
1818
with:
1919
python-version: '3.9'
2020
- name: Install dependencies

.github/workflows/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
setuptools==78.1.1
1+
setuptools==82.0.1
22
build==1.2.1
33
twine==5.1.1

.github/workflows/run_annotation_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v4
2626
- name: Set up Python ${{ matrix.python-version }}
27-
uses: actions/setup-python@v4
27+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
2828
with:
2929
python-version: ${{ matrix.python-version }}
3030
- name: Install dependencies for annotation tests

.github/workflows/run_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v4
2626
- name: Set up Python ${{ matrix.python-version }}
27-
uses: actions/setup-python@v4
27+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
2828
with:
2929
python-version: ${{ matrix.python-version }}
3030
- name: Install dependencies
@@ -35,7 +35,7 @@ jobs:
3535
python -m nltk.downloader averaged_perceptron_tagger_eng
3636
python -m nltk.downloader punkt_tab
3737
- name: Run static analysis lint
38-
uses: pre-commit/action@v3.0.0
38+
uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
3939
- name: Run pytest
4040
shell: bash
4141
run: |

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# requirements-dev.txt
22
unstructured[pdf] @ git+https://github.com/clarifai/unstructured.git@support_clarifai_model
33
pdfminer.six==20251230
4-
llama-index-core==0.13.0
4+
llama-index-core==0.14.21
55
llama-index-llms-clarifai==0.5.0
66
pi_heif==0.18.0
7-
markdown==3.8.1
7+
markdown==3.10.2
88
python-docx==1.1.2
99
schema==0.7.5

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
llama-index-core==0.13.0
1+
llama-index-core==0.14.21
22
llama-index-llms-clarifai==0.5.0
33
pi_heif==0.18.0
4-
markdown==3.8.1
4+
markdown==3.10.2
55
python-docx==1.1.2
66
schema==0.7.5

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pytest==9.0.3
2-
pytest-xdist==2.5.0
2+
pytest-xdist==3.8.0

0 commit comments

Comments
 (0)