Skip to content

Commit 0c0f876

Browse files
committed
Bumped is-unicode-supported to 1.2.0
1 parent bf96bbf commit 0c0f876

4 files changed

Lines changed: 4 additions & 4 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,<1 ; platform_system == 'Windows'",
22-
"is-unicode-supported>=1.1.2,<2",
22+
"is-unicode-supported>=1.2.0,<2",
2323
"json5>=0.13.0,<1",
2424
"non-latin-locales>=1.0.1,<2",
2525
"sys-lang>=1.0.0,<2",

is-legacy-terminal/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,<1 ; platform_system == 'Windows'",
22-
"is-unicode-supported>=1.1.2,<2",
22+
"is-unicode-supported>=1.2.0,<2",
2323
"json5>=0.13.0,<1",
2424
"non-latin-locales>=1.0.1,<2",
2525
"sys-lang>=1.0.0,<2",

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,<1 ; platform_system == 'Windows'",
2222
"find-project-root>=1.0.3,<2",
23-
"is-unicode-supported>=1.1.2,<2",
23+
"is-unicode-supported>=1.2.0,<2",
2424
"json5>=0.13.0,<1",
2525
"non-latin-locales>=1.0.1,<2",
2626
"sys-lang>=1.0.0,<2",

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,<1 ; platform_system == 'Windows'",
2222
"find-project-root>=1.0.3,<2",
23-
"is-unicode-supported>=1.1.2,<2",
23+
"is-unicode-supported>=1.2.0,<2",
2424
"json5>=0.13.0,<1",
2525
"non-latin-locales>=1.0.1,<2",
2626
"sys-lang>=1.0.0,<2",

0 commit comments

Comments
 (0)