Skip to content

Commit e2735b4

Browse files
authored
Merge branch 'main' into dependabot/pip/babel-2.17.0
2 parents 925ba8e + e66c0e4 commit e2735b4

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/pr.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2525
- name: Ubuntu dependencies
2626
run: scripts/install-doxygen.sh
27-
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
27+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
2828
with:
2929
python-version: '3.10'
3030
cache: 'pip'
@@ -55,7 +55,7 @@ jobs:
5555
# run: make -C build -j
5656
# - name: Unit tests
5757
# run: ctest --test-dir build -L TESTLABEL -j 4
58-
# - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
58+
# - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
5959
# if: always()
6060
# with:
6161
# name: log-gcc-${{ env.CXX }}
@@ -111,7 +111,7 @@ jobs:
111111
run: |
112112
. /opt/intel/oneapi/setvars.sh
113113
ctest --test-dir build --output-on-failure -L TESTLABEL -j 4
114-
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
114+
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
115115
if: always()
116116
with:
117117
name: log-pvc-impi-icpx-${{ matrix.config }}
@@ -152,7 +152,7 @@ jobs:
152152
# - name: MP unit tests
153153
# # run: srun -p cluster scripts/run_command_on_compute_node.sh build/Testing/mptests.outerr.txt ctest --test-dir build -R ^mp-tests-sycl -L MP -j 4
154154
# run: ctest --test-dir build -R ^mp-tests-sycl -L MP -j 4
155-
# - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
155+
# - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
156156
# if: always()
157157
# with:
158158
# name: log-ishmem-impi-icpx-${{ matrix.config }}
@@ -187,7 +187,7 @@ jobs:
187187
if: ${{ github.ref == 'refs/heads/main' }}
188188
steps:
189189
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
190-
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
190+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
191191
with:
192192
python-version: '3.10'
193193
cache: 'pip'

requirements.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
accessible-pygments==0.0.5
66
alabaster==1.0.0
77
Babel==2.17.0
8-
beautifulsoup4==4.12.3
8+
beautifulsoup4==4.13.3
99
binaryornot==0.4.4
1010
boolean.py==4.0
1111
breathe==4.35.0
@@ -15,17 +15,17 @@ chardet==5.2.0
1515
charset-normalizer==3.4.1
1616
distlib==0.3.9
1717
docutils==0.21.2
18-
filelock==3.16.1
18+
filelock==3.18.0
1919
identify==2.6.9
2020
idna==3.10
2121
imagesize==1.4.1
22-
Jinja2==3.1.5
22+
Jinja2==3.1.6
2323
license-expression==30.4.1
2424
MarkupSafe==3.0.2
2525
nodeenv==1.9.1
2626
packaging==24.2
2727
platformdirs==4.3.6
28-
pre-commit==4.0.1
28+
pre-commit==4.1.0
2929
pydata-sphinx-theme==0.16.1
3030
pyenchant==3.2.2
3131
Pygments==2.19.1

0 commit comments

Comments
 (0)