Skip to content

Commit 92f5bd1

Browse files
committed
Bumped non-latin-locales to 1.0.4
1 parent 28d77b6 commit 92f5bd1

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

get-min-py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies = [
2121
"colorama>=0.4.6,<1 ; platform_system == 'Windows'",
2222
"is-unicode-supported>=1.2.0,<2",
2323
"json5>=0.13.0,<1",
24-
"non-latin-locales>=1.0.3,<2",
24+
"non-latin-locales>=1.0.4,<2",
2525
"sys-lang>=1.0.0,<2",
2626
]
2727
requires-python = ">=3.8,<4"

is-legacy-terminal/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies = [
2121
"colorama>=0.4.6,<1 ; platform_system == 'Windows'",
2222
"is-unicode-supported>=1.2.0,<2",
2323
"json5>=0.13.0,<1",
24-
"non-latin-locales>=1.0.3,<2",
24+
"non-latin-locales>=1.0.4,<2",
2525
"sys-lang>=1.0.0,<2",
2626
]
2727
requires-python = ">=3.8,<4"

is-unicode-supported/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222
"colorama>=0.4.6,<1 ; platform_system == 'Windows'",
2323
"is-legacy-terminal>=1.1.0,<2",
2424
"json5>=0.13.0,<1",
25-
"non-latin-locales>=1.0.3,<2",
25+
"non-latin-locales>=1.0.4,<2",
2626
"sys-lang>=1.0.0,<2",
2727
]
2828
requires-python = ">=3.8,<4"

remove-json-keys/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222
"find-project-root>=1.0.3,<2",
2323
"is-unicode-supported>=1.2.0,<2",
2424
"json5>=0.13.0,<1",
25-
"non-latin-locales>=1.0.3,<2",
25+
"non-latin-locales>=1.0.4,<2",
2626
"sys-lang>=1.0.0,<2",
2727
]
2828
requires-python = ">=3.8,<4"

sys-lang/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies = [
2121
"colorama>=0.4.6,<1 ; platform_system == 'Windows'",
2222
"is_unicode_supported>=1.1.2,<2",
2323
"json5>=0.13.0,<1",
24-
"non-latin-locales>=1.0.3,<2",
24+
"non-latin-locales>=1.0.4,<2",
2525
]
2626
requires-python = ">=3.8,<4"
2727
keywords = [

translate-messages/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222
"find-project-root>=1.0.3,<2",
2323
"is-unicode-supported>=1.2.0,<2",
2424
"json5>=0.13.0,<1",
25-
"non-latin-locales>=1.0.3,<2",
25+
"non-latin-locales>=1.0.4,<2",
2626
"sys-lang>=1.0.0,<2",
2727
"translate>=3.8.0,<4",
2828
]

0 commit comments

Comments
 (0)