Skip to content

Commit 7a2595f

Browse files
Bump the prod-dependencies group across 6 directories with 3 updates
Updates the requirements on [json5](https://github.com/dpranke/pyjson5), [blessed](https://github.com/jquast/blessed) and [is-unicode-supported](https://github.com/adamlui/python-utils) to permit the latest version. Updates `json5` to 0.14.0 - [Commits](dpranke/pyjson5@v0.13.0...v0.14.0) Updates `json5` to 0.14.0 - [Commits](dpranke/pyjson5@v0.13.0...v0.14.0) Updates `json5` to 0.14.0 - [Commits](dpranke/pyjson5@v0.13.0...v0.14.0) Updates `blessed` to 1.38.0 - [Release notes](https://github.com/jquast/blessed/releases) - [Changelog](https://github.com/jquast/blessed/blob/master/docs/history.rst) - [Commits](jquast/blessed@1.33...1.38) Updates `json5` to 0.14.0 - [Commits](dpranke/pyjson5@v0.13.0...v0.14.0) Updates `is-unicode-supported` to 1.2.0 - [Release notes](https://github.com/adamlui/python-utils/releases) - [Commits](is-unicode-supported-1.1.2...is-unicode-supported-1.2.0) Updates `json5` to 0.14.0 - [Commits](dpranke/pyjson5@v0.13.0...v0.14.0) Updates `json5` to 0.14.0 - [Commits](dpranke/pyjson5@v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: json5 dependency-version: 0.14.0 dependency-type: direct:production dependency-group: prod-dependencies - dependency-name: json5 dependency-version: 0.14.0 dependency-type: direct:production dependency-group: prod-dependencies - dependency-name: json5 dependency-version: 0.14.0 dependency-type: direct:production dependency-group: prod-dependencies - dependency-name: blessed dependency-version: 1.38.0 dependency-type: direct:production dependency-group: prod-dependencies - dependency-name: json5 dependency-version: 0.14.0 dependency-type: direct:production dependency-group: prod-dependencies - dependency-name: is-unicode-supported dependency-version: 1.2.0 dependency-type: direct:production dependency-group: prod-dependencies - dependency-name: json5 dependency-version: 0.14.0 dependency-type: direct:production dependency-group: prod-dependencies - dependency-name: json5 dependency-version: 0.14.0 dependency-type: direct:production dependency-group: prod-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b182b36 commit 7a2595f

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)