Skip to content

Commit 34d7e28

Browse files
committed
Bumped remove-json-keys to 1.10.0
1 parent 96a98de commit 34d7e28

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

get-min-py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ checkminver = "get_min_py.cli.__main__:main"
9696
[project.optional-dependencies]
9797
dev = [
9898
"nox>=2026.2.9",
99-
"remove-json-keys>=1.9.2,<2",
99+
"remove-json-keys>=1.10.0,<2",
100100
"tomli>=2.4.0,<3",
101101
"tomli-w>=1.2.0,<2",
102102
"translate-messages>=1.10.0,<2",

is-legacy-terminal/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ isconsolelegacy = "is_legacy_terminal.cli.__main__:main"
108108
[project.optional-dependencies]
109109
dev = [
110110
"nox>=2026.2.9",
111-
"remove-json-keys>=1.9.2,<2",
111+
"remove-json-keys>=1.10.0,<2",
112112
"tomli>=2.4.0,<3",
113113
"tomli-w>=1.2.0,<2",
114114
"translate-messages>=1.10.0,<2",

is-unicode-supported/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ supportsunicode = "is_unicode_supported.cli.__main__:main"
106106
[project.optional-dependencies]
107107
dev = [
108108
"nox>=2026.2.9",
109-
"remove-json-keys>=1.9.2,<2",
109+
"remove-json-keys>=1.10.0,<2",
110110
"tomli>=2.4.0,<3",
111111
"tomli-w>=1.2.0,<2",
112112
"translate-messages>=1.10.0,<2",

sys-lang/pyproject.toml

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

translate-messages/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ translatemsgs = "translate_messages.cli.__main__:main"
9595
[project.optional-dependencies]
9696
dev = [
9797
"nox>=2026.2.9",
98-
"remove-json-keys>=1.9.2,<2",
98+
"remove-json-keys>=1.10.0,<2",
9999
"tomli>=2.4.0,<3",
100100
"tomli-w>=1.2.0,<2",
101101
]

0 commit comments

Comments
 (0)