Fix incorrect dep migration
Some checks are pending
CI / Test on ${{ matrix.os }} (macos-latest) (push) Waiting to run
CI / Test on ${{ matrix.os }} (ubuntu-latest) (push) Waiting to run
CI / Test on ${{ matrix.os }} (windows-latest) (push) Waiting to run
CI / Test on Arch (push) Waiting to run
CodeQL / CodeQL-Build (actions, ubuntu-latest) (push) Waiting to run
CodeQL / CodeQL-Build (c, ubuntu-latest) (push) Waiting to run
CodeQL / CodeQL-Build (c, windows-latest) (push) Waiting to run
CodeQL / CodeQL-Build (python, ubuntu-latest) (push) Waiting to run
Transifex / Update translations on Transifex (push) Waiting to run

This commit is contained in:
Kovid Goyal 2025-09-17 10:46:00 +05:30
parent 622c6eb09b
commit 93f2261eda
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 11 additions and 2 deletions

View File

@ -221,6 +221,16 @@
}
},
{
"name": "uchardet",
"spdx": "Apache-2.0",
"unix": {
"filename": "uchardet-0.0.8.tar.xz",
"hash": "sha256:e97a60cfc00a1c147a674b097bb1422abd9fa78a2d9ce3f3fdcc2e78a34ac5f0",
"urls": ["https://www.freedesktop.org/software/uchardet/releases/{filename}"]
}
},
{
"name": "icu 73-2",
"spdx": "ICU",

View File

@ -24,7 +24,6 @@ dependencies = [
"beautifulsoup4 == 4.12.2",
"regex == 2023.8.8",
"chardet == 5.2.0",
"uchardet == 0.0.8",
"msgpack == 1.0.7",
"Pygments == 2.16.1",
"pycryptodome == 3.19.1",
@ -43,7 +42,7 @@ dependencies = [
"pybcj == 1.0.1",
"inflate64 == 1.0.3",
"py7zr == 1.0.0",
"jaconv == 0.40",
"jaconv == 0.4.0",
"wrapt == 1.16.0",
"Deprecated == 1.2.14",
"pykakasi == 2.3.0",