Skip to content

Commit e9ce694

Browse files
authored
Merge pull request #25 from adamlui/dependabot/pip/find-project-root/dev-dependencies-d63d656c98
Bump the dev-dependencies group across 4 directories with 2 updates
2 parents ef5af9b + fe79af0 commit e9ce694

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

find-project-root/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@ Repository = "https://github.com/adamlui/python-utils"
7575
[project.optional-dependencies]
7676
dev = [
7777
"nox>=2026.2.9",
78-
"tomli~=2.0.0",
79-
"tomli-w~=0.1.0",
78+
"tomli~=2.4.0",
79+
"tomli-w~=1.2.0",
8080
]

latin-locales/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ Repository = "https://github.com/adamlui/python-utils"
7676
[project.optional-dependencies]
7777
dev = [
7878
"nox>=2026.2.9",
79-
"tomli~=2.0.0",
80-
"tomli-w~=0.1.0",
79+
"tomli~=2.4.0",
80+
"tomli-w~=1.2.0",
8181
]
8282

8383
[tool.setuptools.packages.find]

non-latin-locales/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ Repository = "https://github.com/adamlui/python-utils"
7777
[project.optional-dependencies]
7878
dev = [
7979
"nox>=2026.2.9",
80-
"tomli~=2.0.0",
81-
"tomli-w~=0.1.0",
80+
"tomli~=2.4.0",
81+
"tomli-w~=1.2.0",
8282
]
8383

8484
[tool.setuptools.packages.find]

project-markers/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ Repository = "https://github.com/adamlui/python-utils"
6666
[project.optional-dependencies]
6767
dev = [
6868
"nox>=2026.2.9",
69-
"tomli~=2.0.0",
70-
"tomli-w~=0.1.0",
69+
"tomli~=2.4.0",
70+
"tomli-w~=1.2.0",
7171
]
7272

7373
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)