Skip to content

Commit

Permalink
Merge pull request #875 from miurahr/topic/miurahr/migrate-to-patch-ng
Browse files Browse the repository at this point in the history
chore: migrate to patch_ng
  • Loading branch information
miurahr authored Jan 6, 2025
2 parents 128fa5b + 02e8c0d commit 7917b2d
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 7917b2d

Please sign in to comment.