Skip to content

Commit a7b1120

Browse files
authored
Merge pull request #23 from adamlui/dependabot/pip/dev-dependencies-f12ff027f4
Bump the dev-dependencies group across 3 directories with 3 updates
2 parents 9264023 + 72b91d4 commit a7b1120

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

remove-json-keys/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ remove-json = "remove_json_keys.__main__:main"
7474
[project.optional-dependencies]
7575
dev = [
7676
"nox>=2026.2.9",
77-
"tomli~=2.0.0",
78-
"tomli-w~=0.1.0",
77+
"tomli~=2.4.0",
78+
"tomli-w~=1.2.0",
7979
"translate-messages~=1.8.1",
8080
]
8181

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pre-commit~=4.5.1
2-
ruff~=0.15.2
2+
ruff~=0.15.5
33
yamllint~=1.38.0
44
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability

translate-messages/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ translate-messages = "translate_messages.__main__:main"
8787
dev = [
8888
"nox>=2026.2.9",
8989
"remove-json-keys~=1.8.1",
90-
"tomli~=2.0.0",
91-
"tomli-w~=0.1.0",
90+
"tomli~=2.4.0",
91+
"tomli-w~=1.2.0",
9292
]
9393

9494
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)