Skip to content

Commit 4c401ba

Browse files
committed
Bumped is-unicode-supported to 1.1.1
1 parent c371405 commit 4c401ba

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

get-min-py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ license-files = [
1919
]
2020
dependencies = [
2121
"colorama~=0.4.6 ; platform_system == 'Windows'",
22-
"is-unicode-supported~=1.0.2",
22+
"is-unicode-supported~=1.1.1",
2323
"json5~=0.13.0",
2424
"non-latin-locales~=1.0.1",
2525
]

remove-json-keys/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ license-files = [
2020
dependencies = [
2121
"colorama~=0.4.6 ; platform_system == 'Windows'",
2222
"find-project-root~=1.0.3",
23-
"is-unicode-supported~=1.0.2",
23+
"is-unicode-supported~=1.1.1",
2424
"json5~=0.13.0",
2525
"non-latin-locales~=1.0.1",
2626
]

translate-messages/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ license-files = [
2020
dependencies = [
2121
"colorama~=0.4.6 ; platform_system == 'Windows'",
2222
"find-project-root~=1.0.3",
23-
"is-unicode-supported~=1.0.2",
23+
"is-unicode-supported~=1.1.1",
2424
"json5~=0.13.0",
2525
"non-latin-locales~=1.0.1",
2626
"translate~=3.8.0",

0 commit comments

Comments
 (0)