Skip to content

Commit f69aab0

Browse files
committed
Sync tool versions
1 parent 4014419 commit f69aab0

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

repomatic/tool_registry.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,23 +1124,23 @@ def _fix_myst_directives(extra_args: Sequence[str]) -> None:
11241124
(
11251125
LINUX,
11261126
AARCH64,
1127-
): "2960ae07bc1ffe19e4895e4359394dd349c9c31de78aac3a124b6e4aeb206698",
1127+
): "85c8b87b22a0fb1da130cd4d495e0beba7f1225eb580933184509e146ec4c509",
11281128
(
11291129
LINUX,
11301130
X86_64,
1131-
): "72a930c9a94fc3914aa56835c5b859c892a797d40c1c42638b98d93f16ff519c",
1131+
): "48bd2d58e02ce713b8c0f1aa239e68ee4f7d8c551013135806e6aed3938d9e10",
11321132
(
11331133
MACOS,
11341134
AARCH64,
1135-
): "7dcaf386ec255995dcbaf629641f961574b7e8785203921115eab75cbf1ca107",
1135+
): "8c0e7bd40b2b60c0b0cfe9f74dd814b4d4385c956ce86860f7da9e62d91fdc73",
11361136
(
11371137
MACOS,
11381138
X86_64,
1139-
): "f4335c255db3d57374484e0e96505c8910c0e2fa6d8813b15de529c98f93b1a9",
1139+
): "4cecbf653a9fc45f023abf57f4e2e2f6b138c2d2387b09289beacdd3f0ea7bfd",
11401140
(
11411141
WINDOWS,
11421142
X86_64,
1143-
): "ce018a2352da7c1b23bd2684019ee279d2080dc063087020e80c1247d11b0743",
1143+
): "06d3a1b71c282e021671070696a72696d5c60ea485b47dc4f8f1fbcf90144d02",
11441144
},
11451145
}
11461146
"""Tool name to platform-keyed SHA-256 hex digest mapping.
@@ -1160,7 +1160,7 @@ def _fix_myst_directives(extra_args: Sequence[str]) -> None:
11601160
"lychee": "0.24.2",
11611161
"oxipng": "10.1.1",
11621162
"shfmt": "3.13.1",
1163-
"typos": "1.48.0",
1163+
"typos": "1.49.0",
11641164
}
11651165
"""Tool name to the version each checksum set was computed for.
11661166
@@ -1761,7 +1761,7 @@ def _fix_myst_directives(extra_args: Sequence[str]) -> None:
17611761
),
17621762
"pyproject-fmt": ToolSpec(
17631763
name="pyproject-fmt",
1764-
version="2.26.0",
1764+
version="2.27.0",
17651765
source_url="https://github.com/tox-dev/pyproject-fmt",
17661766
config_docs_url="https://pyproject-fmt.readthedocs.io/en/latest/",
17671767
cli_docs_url="https://pyproject-fmt.readthedocs.io/en/latest/",
@@ -1862,7 +1862,7 @@ def _fix_myst_directives(extra_args: Sequence[str]) -> None:
18621862
),
18631863
"typos": ToolSpec(
18641864
name="typos",
1865-
version="1.48.0",
1865+
version="1.49.0",
18661866
source_url="https://github.com/crate-ci/typos",
18671867
config_docs_url="https://github.com/crate-ci/typos/blob/master/docs/reference.md",
18681868
cli_docs_url="https://github.com/crate-ci/typos/blob/master/docs/reference.md",

0 commit comments

Comments
 (0)