File tree Expand file tree Collapse file tree 9 files changed +20
-20
lines changed
Expand file tree Collapse file tree 9 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515assign_issues :
16- - kurtisvg
1716 - anubhav756
17+ - dishaprakash
1818 - twishabansal
1919assign_prs :
20- - kurtisvg
2120 - anubhav756
21+ - dishaprakash
2222 - twishabansal
Original file line number Diff line number Diff line change 3737 runs-on : ' ubuntu-latest'
3838
3939 steps :
40- - uses : ' actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea ' # v7
40+ - uses : ' actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd ' # v8
4141 with :
4242 script : |-
4343 // parse test names
Original file line number Diff line number Diff line change 4242 steps :
4343 - name : Remove PR Label
4444 if : " ${{ github.event.action == 'labeled' && github.event.label.name == 'tests: run' }}"
45- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
45+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
4646 with :
4747 github-token : ${{ secrets.GITHUB_TOKEN }}
4848 script : |
6363 repository : ${{ github.event.pull_request.head.repo.full_name }}
6464 token : ${{ secrets.GITHUB_TOKEN }}
6565 - name : Setup Python
66- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
66+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
6767 with :
6868 python-version : " 3.13"
6969
Original file line number Diff line number Diff line change 4242 steps :
4343 - name : Remove PR Label
4444 if : " ${{ github.event.action == 'labeled' && github.event.label.name == 'tests: run' }}"
45- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
45+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
4646 with :
4747 github-token : ${{ secrets.GITHUB_TOKEN }}
4848 script : |
6363 repository : ${{ github.event.pull_request.head.repo.full_name }}
6464 token : ${{ secrets.GITHUB_TOKEN }}
6565 - name : Setup Python
66- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
66+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
6767 with :
6868 python-version : " 3.13"
6969
Original file line number Diff line number Diff line change 4242 steps :
4343 - name : Remove PR Label
4444 if : " ${{ github.event.action == 'labeled' && github.event.label.name == 'tests: run' }}"
45- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
45+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
4646 with :
4747 github-token : ${{ secrets.GITHUB_TOKEN }}
4848 script : |
6363 repository : ${{ github.event.pull_request.head.repo.full_name }}
6464 token : ${{ secrets.GITHUB_TOKEN }}
6565 - name : Setup Python
66- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
66+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
6767 with :
6868 python-version : " 3.13"
6969
Original file line number Diff line number Diff line change @@ -47,13 +47,13 @@ test = [
4747 " black[jupyter]==25.1.0" ,
4848 " isort==6.0.1" ,
4949 " mypy==1.17.1" ,
50- " pytest==8.4.1 " ,
50+ " pytest==8.4.2 " ,
5151 " pytest-aioresponses==0.3.0" ,
5252 " pytest-asyncio==1.1.0" ,
53- " pytest-cov==6.2.1 " ,
54- " pytest-mock==3.14.1 " ,
53+ " pytest-cov==6.3.0 " ,
54+ " pytest-mock==3.15.0 " ,
5555 " google-cloud-secret-manager==2.24.0" ,
56- " google-cloud-storage==3.3.0 " ,
56+ " google-cloud-storage==3.3.1 " ,
5757 " aioresponses==0.7.8"
5858]
5959[build-system ]
Original file line number Diff line number Diff line change @@ -48,11 +48,11 @@ test = [
4848 " isort==6.0.1" ,
4949 " mypy==1.17.1" ,
5050 " pytest-asyncio==1.1.0" ,
51- " pytest==8.4.1 " ,
52- " pytest-cov==6.2.1 " ,
51+ " pytest==8.4.2 " ,
52+ " pytest-cov==6.3.0 " ,
5353 " Pillow==11.3.0" ,
5454 " google-cloud-secret-manager==2.24.0" ,
55- " google-cloud-storage==3.3.0 " ,
55+ " google-cloud-storage==3.3.1 " ,
5656]
5757
5858[build-system ]
Original file line number Diff line number Diff line change @@ -48,11 +48,11 @@ test = [
4848 " isort==6.0.1" ,
4949 " mypy==1.17.1" ,
5050 " pytest-asyncio==1.1.0" ,
51- " pytest==8.4.1 " ,
52- " pytest-cov==6.2.1 " ,
51+ " pytest==8.4.2 " ,
52+ " pytest-cov==6.3.0 " ,
5353 " Pillow==11.3.0" ,
5454 " google-cloud-secret-manager==2.24.0" ,
55- " google-cloud-storage==3.3.0 " ,
55+ " google-cloud-storage==3.3.1 " ,
5656]
5757
5858[build-system ]
Original file line number Diff line number Diff line change 11-e ../toolbox-core
2- llama-index == 0.13.3
2+ llama-index == 0.13.6
33PyYAML == 6.0.2
44pydantic == 2.11.7
55aiohttp == 3.12.15
You can’t perform that action at this time.
0 commit comments