Skip to content

Commit 7917b2d

Browse files
authored
Merge pull request #875 from miurahr/topic/miurahr/migrate-to-patch-ng
chore: migrate to patch_ng
2 parents 128fa5b + 02e8c0d commit 7917b2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aqt/updater.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from pathlib import Path
2828
from typing import Dict, List, Optional, Union
2929

30-
import patch
30+
import patch_ng as patch
3131

3232
from aqt.archives import TargetConfig
3333
from aqt.exceptions import UpdaterError

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = [
2525
"bs4", # canonical name is beautifulsoup4
2626
"defusedxml",
2727
"humanize",
28-
"patch>=1.16",
28+
"patch-ng",
2929
"py7zr>=0.22.0",
3030
"requests>=2.31.0",
3131
"semantic-version",

0 commit comments

Comments
 (0)