Skip to content

Commit cbda90a

Browse files
committed
Bumped find-project-root to 2.0.0
1 parent 0f15f64 commit cbda90a

15 files changed

Lines changed: 17 additions & 17 deletions

File tree

ai-personas/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Repository = "https://github.com/KudoAI/ai-personas"
9595

9696
[project.optional-dependencies]
9797
dev = [
98-
"find-project-root>=1.0.4,<2",
98+
"find-project-root>=2.0.0,<3",
9999
"nox>=2026.4.10",
100100
"pre-commit>=4.5.1,<5",
101101
"tomli>=2.4.1,<3",

computer-languages/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Repository = "https://github.com/adamlui/python-utils"
109109

110110
[project.optional-dependencies]
111111
dev = [
112-
"find-project-root>=1.0.4,<2",
112+
"find-project-root>=2.0.0,<3",
113113
"nox>=2026.4.10",
114114
"pre-commit>=4.5.1,<5",
115115
"tomli>=2.4.1,<3",

data-languages/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Repository = "https://github.com/adamlui/python-utils"
8181

8282
[project.optional-dependencies]
8383
dev = [
84-
"find-project-root>=1.0.4,<2",
84+
"find-project-root>=2.0.0,<3",
8585
"nox>=2026.4.10",
8686
"pre-commit>=4.5.1,<5",
8787
"tomli>=2.4.1,<3",

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

9595
[project.optional-dependencies]
9696
dev = [
97-
"find-project-root>=1.0.4,<2",
97+
"find-project-root>=2.0.0,<3",
9898
"nox>=2026.4.10",
9999
"pre-commit>=4.5.1,<5",
100100
"remove-json-keys>=1.10.1,<2",

is-legacy-terminal/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ isconsolelegacy = "is_legacy_terminal.cli.__main__:main"
106106

107107
[project.optional-dependencies]
108108
dev = [
109-
"find-project-root>=1.0.4,<2",
109+
"find-project-root>=2.0.0,<3",
110110
"nox>=2026.4.10",
111111
"pre-commit>=4.5.1,<5",
112112
"remove-json-keys>=1.10.1,<2",

is-unicode-supported/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ supportsunicode = "is_unicode_supported.cli.__main__:main"
104104

105105
[project.optional-dependencies]
106106
dev = [
107-
"find-project-root>=1.0.4,<2",
107+
"find-project-root>=2.0.0,<3",
108108
"nox>=2026.4.10",
109109
"pre-commit>=4.5.1,<5",
110110
"remove-json-keys>=1.10.1,<2",

latin-locales/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Repository = "https://github.com/adamlui/python-utils"
7575

7676
[project.optional-dependencies]
7777
dev = [
78-
"find-project-root>=1.0.4,<2",
78+
"find-project-root>=2.0.0,<3",
7979
"nox>=2026.4.10",
8080
"pre-commit>=4.5.1,<5",
8181
"tomli>=2.4.1,<3",

markup-languages/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Repository = "https://github.com/adamlui/python-utils"
7676

7777
[project.optional-dependencies]
7878
dev = [
79-
"find-project-root>=1.0.4,<2",
79+
"find-project-root>=2.0.0,<3",
8080
"nox>=2026.4.10",
8181
"pre-commit>=4.5.1,<5",
8282
"tomli>=2.4.1,<3",

non-latin-locales/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Repository = "https://github.com/adamlui/python-utils"
7676

7777
[project.optional-dependencies]
7878
dev = [
79-
"find-project-root>=1.0.4,<2",
79+
"find-project-root>=2.0.0,<3",
8080
"nox>=2026.4.10",
8181
"pre-commit>=4.5.1,<5",
8282
"tomli>=2.4.1,<3",

programming-languages/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Repository = "https://github.com/adamlui/python-utils"
9292

9393
[project.optional-dependencies]
9494
dev = [
95-
"find-project-root>=1.0.4,<2",
95+
"find-project-root>=2.0.0,<3",
9696
"nox>=2026.4.10",
9797
"pre-commit>=4.5.1,<5",
9898
"tomli>=2.4.1,<3",

0 commit comments

Comments
 (0)