Update unidecode module 1.3.8 (dfe397d) → 1.4.0 (8d83b7c).

This commit is contained in:
JackDandy 2025-06-26 16:41:59 +01:00
parent 60cfd3730d
commit 75c4d63842
4 changed files with 6 additions and 5 deletions

View file

@ -23,6 +23,7 @@
* Update thefuzz 0.21.0 (0b49e4a) to 0.22.1 (1ba86f3)
* Update tmdbsimple 2.9.1 (9da400a) to 2.9.2 (0b3359f)
* Update Tornado Web Server 6.4.2 (27b3252) to 6.5.1 (b5586f3)
* Update unidecode module 1.3.8 (dfe397d) to 1.4.0 (8d83b7c)
* Update urllib3 2.2.2 (27e2a5c) to 2.5.0 (98a60f9)
* Change add typing-extensions 4.12.2 (8184ac6) for BSoup
* Change chardet to permit Requests import

View file

@ -73,8 +73,8 @@ data = (
'N', # 0x47
'n', # 0x48
'\'n', # 0x49
'ng', # 0x4a
'NG', # 0x4b
'NG', # 0x4a
'ng', # 0x4b
'O', # 0x4c
'o', # 0x4d
'O', # 0x4e

View file

@ -2,13 +2,13 @@ data = (
' a/c ', # 0x00
' a/s ', # 0x01
'C', # 0x02
'', # 0x03
'degC', # 0x03
'', # 0x04
' c/o ', # 0x05
' c/u ', # 0x06
'', # 0x07
'', # 0x08
'', # 0x09
'degF', # 0x09
'g', # 0x0a
'H', # 0x0b
'H', # 0x0c

View file

@ -212,7 +212,7 @@ None, # 0xa7
'rho', # 0xd2
'sigma', # 0xd3
'sigma', # 0xd4
'tai', # 0xd5
'tau', # 0xd5
'upsilon', # 0xd6
'phi', # 0xd7
'chi', # 0xd8