Skip to content

Commit 5eb9d91

Browse files
committed
Bumped remove-json-keys to 1.9.2
1 parent 4a895a4 commit 5eb9d91

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
@@ -94,7 +94,7 @@ checkminver = "get_min_py.cli.__main__:main"
9494
[project.optional-dependencies]
9595
dev = [
9696
"nox>=2026.2.9",
97-
"remove-json-keys~=1.9.0",
97+
"remove-json-keys~=1.9.2",
9898
"tomli~=2.4.0",
9999
"tomli-w~=1.2.0",
100100
"translate-messages~=1.9.0",

is-legacy-terminal/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ isconsolelegacy = "is_legacy_terminal.cli.__main__:main"
104104
[project.optional-dependencies]
105105
dev = [
106106
"nox>=2026.2.9",
107-
"remove-json-keys~=1.9.1",
107+
"remove-json-keys~=1.9.2",
108108
"tomli~=2.4.0",
109109
"tomli-w~=1.2.0",
110110
"translate-messages~=1.9.0",

is-unicode-supported/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ isunicodesupported = "is_unicode_supported.cli.__main__:main"
102102
[project.optional-dependencies]
103103
dev = [
104104
"nox>=2026.2.9",
105-
"remove-json-keys~=1.9.0",
105+
"remove-json-keys~=1.9.2",
106106
"tomli~=2.4.0",
107107
"tomli-w~=1.2.0",
108108
"translate-messages~=1.9.0",

translate-messages/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ translatemsgs = "translate_messages.cli.__main__:main"
9494
[project.optional-dependencies]
9595
dev = [
9696
"nox>=2026.2.9",
97-
"remove-json-keys~=1.9.0",
97+
"remove-json-keys~=1.9.2",
9898
"tomli~=2.4.0",
9999
"tomli-w~=1.2.0",
100100
]

0 commit comments

Comments
 (0)