diff --git a/computer-languages/pyproject.toml b/computer-languages/pyproject.toml index c01432e9..e73ce85f 100644 --- a/computer-languages/pyproject.toml +++ b/computer-languages/pyproject.toml @@ -109,7 +109,7 @@ Repository = "https://github.com/adamlui/python-utils" [project.optional-dependencies] dev = [ - "find-project-root>=2.0.0,<3", + "find-project-root>=2.2.0,<3", "nox>=2026.4.10", "pre-commit>=4.5.1,<5", "tomli>=2.4.1,<3", diff --git a/data-languages/pyproject.toml b/data-languages/pyproject.toml index 5139a35c..5e4d8ac8 100644 --- a/data-languages/pyproject.toml +++ b/data-languages/pyproject.toml @@ -81,7 +81,7 @@ Repository = "https://github.com/adamlui/python-utils" [project.optional-dependencies] dev = [ - "find-project-root>=2.0.0,<3", + "find-project-root>=2.2.0,<3", "nox>=2026.4.10", "pre-commit>=4.5.1,<5", "tomli>=2.4.1,<3", diff --git a/find-project-root/pyproject.toml b/find-project-root/pyproject.toml index 6d6f3f09..60a0a4b3 100644 --- a/find-project-root/pyproject.toml +++ b/find-project-root/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "is-unicode-supported>=1.2.1,<2", "json5>=0.14.0,<1", "non-latin-locales>=1.0.5,<2", - "project-markers>=1.0.4,<2", + "project-markers>=1.1.0,<2", "sys-lang>=1.0.1,<2", ] requires-python = ">=3.8,<4" diff --git a/get-min-py/pyproject.toml b/get-min-py/pyproject.toml index eda8a020..66b8f149 100644 --- a/get-min-py/pyproject.toml +++ b/get-min-py/pyproject.toml @@ -94,7 +94,7 @@ checkminver = "get_min_py.cli.__main__:main" [project.optional-dependencies] dev = [ - "find-project-root>=2.0.0,<3", + "find-project-root>=2.2.0,<3", "nox>=2026.4.10", "pre-commit>=4.5.1,<5", "remove-json-keys>=1.10.1,<2", diff --git a/is-legacy-terminal/pyproject.toml b/is-legacy-terminal/pyproject.toml index d58c23c2..7726affa 100644 --- a/is-legacy-terminal/pyproject.toml +++ b/is-legacy-terminal/pyproject.toml @@ -106,7 +106,7 @@ isconsolelegacy = "is_legacy_terminal.cli.__main__:main" [project.optional-dependencies] dev = [ - "find-project-root>=2.0.0,<3", + "find-project-root>=2.2.0,<3", "nox>=2026.4.10", "pre-commit>=4.5.1,<5", "remove-json-keys>=1.10.1,<2", diff --git a/is-unicode-supported/pyproject.toml b/is-unicode-supported/pyproject.toml index 65634a86..2e8d5e79 100644 --- a/is-unicode-supported/pyproject.toml +++ b/is-unicode-supported/pyproject.toml @@ -104,7 +104,7 @@ supportsunicode = "is_unicode_supported.cli.__main__:main" [project.optional-dependencies] dev = [ - "find-project-root>=2.0.0,<3", + "find-project-root>=2.2.0,<3", "nox>=2026.4.10", "pre-commit>=4.5.1,<5", "remove-json-keys>=1.10.1,<2", diff --git a/latin-locales/pyproject.toml b/latin-locales/pyproject.toml index bbbeb945..64d50fb9 100644 --- a/latin-locales/pyproject.toml +++ b/latin-locales/pyproject.toml @@ -75,7 +75,7 @@ Repository = "https://github.com/adamlui/python-utils" [project.optional-dependencies] dev = [ - "find-project-root>=2.0.0,<3", + "find-project-root>=2.2.0,<3", "nox>=2026.4.10", "pre-commit>=4.5.1,<5", "tomli>=2.4.1,<3", diff --git a/markup-languages/pyproject.toml b/markup-languages/pyproject.toml index 8ba1d046..58c2b3eb 100644 --- a/markup-languages/pyproject.toml +++ b/markup-languages/pyproject.toml @@ -76,7 +76,7 @@ Repository = "https://github.com/adamlui/python-utils" [project.optional-dependencies] dev = [ - "find-project-root>=2.0.0,<3", + "find-project-root>=2.2.0,<3", "nox>=2026.4.10", "pre-commit>=4.5.1,<5", "tomli>=2.4.1,<3", diff --git a/non-latin-locales/pyproject.toml b/non-latin-locales/pyproject.toml index 1c30ce0d..e931b573 100644 --- a/non-latin-locales/pyproject.toml +++ b/non-latin-locales/pyproject.toml @@ -76,7 +76,7 @@ Repository = "https://github.com/adamlui/python-utils" [project.optional-dependencies] dev = [ - "find-project-root>=2.0.0,<3", + "find-project-root>=2.2.0,<3", "nox>=2026.4.10", "pre-commit>=4.5.1,<5", "tomli>=2.4.1,<3", diff --git a/programming-languages/pyproject.toml b/programming-languages/pyproject.toml index 21c244f5..b0861d4d 100644 --- a/programming-languages/pyproject.toml +++ b/programming-languages/pyproject.toml @@ -92,7 +92,7 @@ Repository = "https://github.com/adamlui/python-utils" [project.optional-dependencies] dev = [ - "find-project-root>=2.0.0,<3", + "find-project-root>=2.2.0,<3", "nox>=2026.4.10", "pre-commit>=4.5.1,<5", "tomli>=2.4.1,<3", diff --git a/project-markers/pyproject.toml b/project-markers/pyproject.toml index 3c1b725b..f9a48dd0 100644 --- a/project-markers/pyproject.toml +++ b/project-markers/pyproject.toml @@ -64,7 +64,7 @@ Repository = "https://github.com/adamlui/python-utils" [project.optional-dependencies] dev = [ - "find-project-root>=2.0.0,<3", + "find-project-root>=2.2.0,<3", "nox>=2026.4.10", "pre-commit>=4.5.1,<5", "tomli>=2.4.1,<3", diff --git a/prose-languages/pyproject.toml b/prose-languages/pyproject.toml index 663482ca..48ad254d 100644 --- a/prose-languages/pyproject.toml +++ b/prose-languages/pyproject.toml @@ -92,7 +92,7 @@ Repository = "https://github.com/adamlui/python-utils" [project.optional-dependencies] dev = [ - "find-project-root>=2.0.0,<3", + "find-project-root>=2.2.0,<3", "nox>=2026.4.10", "pre-commit>=4.5.1,<5", "tomli>=2.4.1,<3", diff --git a/remove-json-keys/pyproject.toml b/remove-json-keys/pyproject.toml index 03c42d3f..a53f9797 100644 --- a/remove-json-keys/pyproject.toml +++ b/remove-json-keys/pyproject.toml @@ -19,7 +19,7 @@ license-files = [ ] dependencies = [ "colorama>=0.4.6,<1 ; platform_system == 'Windows'", - "find-project-root>=2.0.0,<3", + "find-project-root>=2.2.0,<3", "is-unicode-supported>=1.2.1,<2", "json5>=0.14.0,<1", "non-latin-locales>=1.0.5,<2", @@ -81,7 +81,7 @@ removejson = "remove_json_keys.cli.__main__:main" [project.optional-dependencies] dev = [ - "find-project-root>=2.0.0,<3", + "find-project-root>=2.2.0,<3", "nox>=2026.4.10", "pre-commit>=4.5.1,<5", "tomli>=2.4.1,<3", diff --git a/sys-lang/pyproject.toml b/sys-lang/pyproject.toml index 6e54bcc3..2945a3ee 100644 --- a/sys-lang/pyproject.toml +++ b/sys-lang/pyproject.toml @@ -100,7 +100,7 @@ getsystemlanguage = "sys_lang.cli.__main__:main" [project.optional-dependencies] dev = [ - "find-project-root>=2.0.0,<3", + "find-project-root>=2.2.0,<3", "nox>=2026.4.10", "pre-commit>=4.5.1,<5", "remove-json-keys>=1.10.1,<2", diff --git a/translate-messages/pyproject.toml b/translate-messages/pyproject.toml index e84c3d98..520e3e52 100644 --- a/translate-messages/pyproject.toml +++ b/translate-messages/pyproject.toml @@ -19,7 +19,7 @@ license-files = [ ] dependencies = [ "colorama>=0.4.6,<1 ; platform_system == 'Windows'", - "find-project-root>=2.0.0,<3", + "find-project-root>=2.2.0,<3", "is-unicode-supported>=1.2.1,<2", "json5>=0.14.0,<1", "non-latin-locales>=1.0.5,<2", @@ -93,7 +93,7 @@ translatemsgs = "translate_messages.cli.__main__:main" [project.optional-dependencies] dev = [ - "find-project-root>=2.0.0,<3", + "find-project-root>=2.2.0,<3", "nox>=2026.4.10", "pre-commit>=4.5.1,<5", "remove-json-keys>=1.10.1,<2",