Skip to content

Commit 8f090c7

Browse files
Release requirements (#315)
* Update requirements.txt Signed-off-by: Lacewell, Chaunte W <[email protected]> * Update actions to latest versions Signed-off-by: Lacewell, Chaunte W <[email protected]> * Automated coverage update * Update UDF requirements.txt Signed-off-by: Lacewell, Chaunte W <[email protected]> * Automated coverage update --------- Signed-off-by: Lacewell, Chaunte W <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 026ea6b commit 8f090c7

File tree

10 files changed

+33
-31
lines changed

10 files changed

+33
-31
lines changed

.github/coverage/cpp.develop.coverage_report.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Directory: ..
44
------------------------------------------------------------------------------
55
File Lines Exec Cover Missing
66
------------------------------------------------------------------------------
7-
client/cpp/CSVParserUtil.cpp 345 290 84% 37-45,48,50,239,241,264-265,269-270,286,292,304,313-314,317,323,331-332,335,345,351,363,368,373,379-387,389,425,435-437,450,474-476,478,503-506
7+
client/cpp/CSVParserUtil.cpp 345 291 84% 37-45,48,50,239,241,264-265,269-270,286,292,304,313-314,317,323,331-332,335,345,351,363,368,373,379-387,389,425,435-437,474-476,478,503-506
88
client/cpp/VDMSClient.cc 20 20 100%
99
src/AutoDeleteNode.cc 9 8 88% 40
1010
src/BackendNeo4j.cc 133 73 54% 7,11,13,15,20,24,29-41,65-70,89,115-117,119-121,129-131,133,177,183,185,187,201,210,212-215,219-220,222-223,226-230,235,239-241,243
@@ -64,5 +64,5 @@ utils/src/kubernetes/KubeHelper.cc 183 37 20% 23-30,32-35,37
6464
utils/src/stats/SystemStats.cc 250 249 99% 455
6565
utils/src/timers/TimerMap.cc 82 74 90% 126,151,153,155-158,162
6666
------------------------------------------------------------------------------
67-
TOTAL 12491 8507 68%
67+
TOTAL 12491 8508 68%
6868
------------------------------------------------------------------------------
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
68.105
1+
68.113

.github/requirements.txt

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
blinker==1.9.0
2-
cffi==1.17.1
3-
click==8.1.8
4-
colorlog==6.9.0
5-
coverage==7.8.0
6-
cryptography==44.0.2
7-
Flask==3.1.1
2+
cffi==2.0.0
3+
click==8.3.0
4+
colorlog==6.10.1
5+
coverage==7.11.0
6+
cryptography==46.0.3
7+
Flask==3.1.2
88
gcovr==8.4
99
imutils==0.5.4
1010
itsdangerous==2.2.0
1111
Jinja2==3.1.6
12-
lxml==5.3.2
13-
MarkupSafe==3.0.2
12+
lxml==6.0.2
13+
MarkupSafe==3.0.3
1414
numpy==1.26.4
1515
opencv-python-headless==4.11.0.86
16-
pillow==11.1.0
16+
pillow==12.0.0
1717
protobuf==5.29.5
18-
pycparser==2.22
19-
Pygments==2.19.1
20-
pyzmq==26.4.0
21-
scipy==1.15.2
18+
pycparser==2.23
19+
Pygments==2.19.2
20+
pyzmq==27.1.0
21+
scipy==1.16.2
2222
sk-video==1.1.10
2323
Werkzeug==3.1.3
2424
zmq==0.0.0

.github/workflows/Update_docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
outputs:
1717
docs_changed: ${{ steps.check_changed_files.outputs.docs_changed }}
1818
steps:
19-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.1.7
19+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2020
with:
2121
fetch-depth: 0
2222
- id: check_changed_files
@@ -46,16 +46,16 @@ jobs:
4646
needs: [ check_files ]
4747
if: needs.check_files.outputs.docs_changed == 'true'
4848
steps:
49-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.1.7
49+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5050
- name: Configure Git Credentials
5151
run: |
5252
git config user.name github-actions[bot]
5353
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
54-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
54+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
5555
with:
5656
python-version: 3.x
5757
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
58-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
58+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5959
with:
6060
key: mkdocs-${{ env.cache_id }}
6161
path: .cache

.github/workflows/_CI_coverage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
target_cpp_value: ${{ steps.target_values.outputs.cpp }}
7474
target_py_value: ${{ steps.target_values.outputs.py }}
7575
steps:
76-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.1.7
76+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7777
with:
7878
ref: ${{ env.TARGET_BRANCH_REF }}
7979
fetch-depth: 0
@@ -105,7 +105,7 @@ jobs:
105105
coverage_value_updated: ${{ steps.report_coverage.outputs.cov_changed }}
106106
coverage_test_status: ${{ steps.report_coverage.outputs.coverage_test_status }}
107107
steps:
108-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.1.7
108+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
109109
with:
110110
submodules: true
111111

@@ -335,7 +335,7 @@ jobs:
335335
echo "coverage_test_status=${test_status}" >> $GITHUB_OUTPUT
336336
337337
- name: Upload New coverage results
338-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
338+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
339339
with:
340340
name: coverage_artifact
341341
path: .github/coverage/*.new.*.txt

.github/workflows/_CI_coverage_compare.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
pull-requests: write
3333
steps:
3434
- name: Comment Coverage
35-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
35+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
3636
with:
3737
script: |
3838
github.rest.issues.createComment({

.github/workflows/_CI_update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
# Checkout code doesn't persist across jobs
2727
- name: Checkout Source Branch
28-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2929
with:
3030
fetch-depth: 0
3131
ref: ${{ github.event.pull_request.head.ref }}
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Retrieve Current Coverage Files
3737
if: ${{ inputs.coverage_value_updated }} == 'true' && ${{ inputs.coverage_test_status }} == 'passed'
38-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
38+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
3939
with:
4040
name: coverage_artifact
4141
path: .github/coverage/

.github/workflows/_precommit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
issues: write
1515
pull-requests: write
1616
steps:
17-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.1.7
17+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1818
with:
1919
submodules: false
20-
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
20+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
2121
with:
2222
python-version: 3.x
2323
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1

.github/workflows/codeql_analysis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout code
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2121

2222
- name: Initialize CodeQL (Python)
2323
uses: github/codeql-action/init@v3
@@ -50,7 +50,7 @@ jobs:
5050

5151
steps:
5252
- name: Checkout repository
53-
uses: actions/checkout@v4
53+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5454
with:
5555
submodules: recursive
5656

@@ -94,7 +94,8 @@ jobs:
9494
output: ./codeql-results
9595

9696
- name: Upload SARIF File
97-
uses: actions/upload-artifact@v4
97+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
98+
9899
with:
99100
name : codeql-results
100101
path: ./codeql-results/**/*.sarif

user_defined_operations/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
numpy<2.0.0
12
opencv-python-headless>=4.9.0.80
23
pyzmq>=26.0.3
34
sk-video>=1.1.10

0 commit comments

Comments
 (0)