Skip to content

Commit

Permalink
chore: migrate to patch_ng
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Miura <[email protected]>
  • Loading branch information
miurahr committed Jan 4, 2025
1 parent f81078f commit 02e8c0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aqt/updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from pathlib import Path
from typing import Dict, List, Optional, Union

import patch
import patch_ng as patch

from aqt.archives import TargetConfig
from aqt.exceptions import UpdaterError
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies = [
"bs4", # canonical name is beautifulsoup4
"defusedxml",
"humanize",
"patch>=1.16",
"patch-ng",
"py7zr>=0.22.0",
"requests>=2.31.0",
"semantic-version",
Expand Down

0 comments on commit 02e8c0d

Please sign in to comment.