Skip to content

Commit 0855ca3

Browse files
committed
Bumped is-unicode-supported to 1.1.2
1 parent 3a4e8c8 commit 0855ca3

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 ; platform_system == 'Windows'",
22-
"is-unicode-supported~=1.1.1",
22+
"is-unicode-supported~=1.1.2",
2323
"json5~=0.13.0",
2424
"non-latin-locales~=1.0.1",
2525
]

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 ; platform_system == 'Windows'",
22-
"is-unicode-supported~=1.1.1",
22+
"is-unicode-supported~=1.1.2",
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.1.1",
23+
"is-unicode-supported~=1.1.2",
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.1.1",
23+
"is-unicode-supported~=1.1.2",
2424
"json5~=0.13.0",
2525
"non-latin-locales~=1.0.1",
2626
"translate~=3.8.0",

0 commit comments

Comments
 (0)