Skip to content

Commit 54ce242

Browse files
committed
Rid self dep
1 parent 829c81a commit 54ce242

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

find-project-root/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ Repository = "https://github.com/adamlui/python-utils"
7474

7575
[project.optional-dependencies]
7676
dev = [
77-
"find-project-root>=1.0.4,<2",
7877
"nox>=2026.4.10",
7978
"pre-commit>=4.5.1,<5",
8079
"tomli>=2.4.1,<3",

find-project-root/utils/bump.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from pathlib import Path
33
from types import SimpleNamespace as sn
44

5-
import find_project_root
5+
from src.find_project_root.api import find_project_root
66

77
from .lib import data, log, toml
88

0 commit comments

Comments
 (0)