Skip to content

Commit c964e8d

Browse files
authored
Merge pull request #30 from adamlui/dependabot/pip/get-min-py/prod-dependencies-c91a512536
Bump the prod-dependencies group across 6 directories with 3 updates
2 parents 9a0f517 + 7a2595f commit c964e8d

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

get-min-py/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
"is-unicode-supported>=1.2.0,<2",
23-
"json5>=0.13.0,<1",
23+
"json5>=0.14.0,<1",
2424
"non-latin-locales>=1.0.4,<2",
2525
"sys-lang>=1.0.0,<2",
2626
]

is-legacy-terminal/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
"is-unicode-supported>=1.2.0,<2",
23-
"json5>=0.13.0,<1",
23+
"json5>=0.14.0,<1",
2424
"non-latin-locales>=1.0.4,<2",
2525
"sys-lang>=1.0.0,<2",
2626
]

is-unicode-supported/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ license-files = [
1818
"docs/LICENSE.md",
1919
]
2020
dependencies = [
21-
"blessed>=1.33.0,<2",
21+
"blessed>=1.38.0,<2",
2222
"colorama>=0.4.6,<1 ; platform_system == 'Windows'",
2323
"is-legacy-terminal>=1.1.0,<2",
24-
"json5>=0.13.0,<1",
24+
"json5>=0.14.0,<1",
2525
"non-latin-locales>=1.0.4,<2",
2626
"sys-lang>=1.0.0,<2",
2727
]

remove-json-keys/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
"find-project-root>=1.0.3,<2",
2323
"is-unicode-supported>=1.2.0,<2",
24-
"json5>=0.13.0,<1",
24+
"json5>=0.14.0,<1",
2525
"non-latin-locales>=1.0.4,<2",
2626
"sys-lang>=1.0.0,<2",
2727
]

sys-lang/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ license-files = [
1919
]
2020
dependencies = [
2121
"colorama>=0.4.6,<1 ; platform_system == 'Windows'",
22-
"is_unicode_supported>=1.1.2,<2",
23-
"json5>=0.13.0,<1",
22+
"is_unicode_supported>=1.2.0,<2",
23+
"json5>=0.14.0,<1",
2424
"non-latin-locales>=1.0.4,<2",
2525
]
2626
requires-python = ">=3.8,<4"

translate-messages/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
"find-project-root>=1.0.3,<2",
2323
"is-unicode-supported>=1.2.0,<2",
24-
"json5>=0.13.0,<1",
24+
"json5>=0.14.0,<1",
2525
"non-latin-locales>=1.0.4,<2",
2626
"sys-lang>=1.0.0,<2",
2727
"translate>=3.8.0,<4",

0 commit comments

Comments
 (0)