Skip to content

Commit 37cc54f

Browse files
committed
otp: add missing file for recompilation of dependencies
1 parent 9c8b4b8 commit 37cc54f

3 files changed

Lines changed: 24 additions & 3 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
mdformat
2+
mdformat-gfm
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# %CopyrightBegin%
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
#
5+
# Copyright Ericsson AB 2026. All Rights Reserved.
6+
#
7+
# Licensed under the Apache License, Version 2.0 (the "License");
8+
# you may not use this file except in compliance with the License.
9+
# You may obtain a copy of the License at
10+
#
11+
# http://www.apache.org/licenses/LICENSE-2.0
12+
#
13+
# Unless required by applicable law or agreed to in writing, software
14+
# distributed under the License is distributed on an "AS IS" BASIS,
15+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+
# See the License for the specific language governing permissions and
17+
# limitations under the License.
18+
#
19+
# %CopyrightEnd%

.github/requirements/mdformat.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# This file is autogenerated by pip-compile with Python 3.10
2323
# by the following command:
2424
#
25-
# pip-compile --generate-hashes --output-file=.github/requirements/mdformat.txt /tmp/mdformat-in.txt
25+
# pip-compile --generate-hashes --output-file=.github/requirements/mdformat.txt .github/requirements/mdformat-in.txt
2626
#
2727
markdown-it-py==4.0.0 \
2828
--hash=sha256:87327c59b172c5011896038353a81343b6754500a08cd7a4973bb48c6d578147 \
@@ -35,12 +35,12 @@ mdformat==1.0.0 \
3535
--hash=sha256:4954045fcae797c29f86d4ad879e43bb151fa55dbaf74ac6eaeacf1d45bb3928 \
3636
--hash=sha256:bca015d65a1d063a02e885a91daee303057bc7829c2cd37b2075a50dbb65944b
3737
# via
38-
# -r /tmp/mdformat-in.txt
38+
# -r .github/requirements/mdformat-in.txt
3939
# mdformat-gfm
4040
mdformat-gfm==1.0.0 \
4141
--hash=sha256:7305a50efd2a140d7c83505b58e3ac5df2b09e293f9bbe72f6c7bee8c678b005 \
4242
--hash=sha256:d1d49a409a6acb774ce7635c72d69178df7dce1dc8cdd10e19f78e8e57b72623
43-
# via -r /tmp/mdformat-in.txt
43+
# via -r .github/requirements/mdformat-in.txt
4444
mdit-py-plugins==0.5.0 \
4545
--hash=sha256:07a08422fc1936a5d26d146759e9155ea466e842f5ab2f7d2266dd084c8dab1f \
4646
--hash=sha256:f4918cb50119f50446560513a8e311d574ff6aaed72606ddae6d35716fe809c6

0 commit comments

Comments
 (0)