diff --git a/src/hello_world/pyproject.toml b/src/hello_world/pyproject.toml index f904945..8c49f7a 100644 --- a/src/hello_world/pyproject.toml +++ b/src/hello_world/pyproject.toml @@ -7,8 +7,8 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.12" -pyfiglet = "^1.0.2" -click = "^8.1.7" +pyfiglet = "1.0.2" +click = "8.1.6" [build-system] requires = ["poetry-core", "pynvim"] diff --git a/src/notes_linter/pyproject.toml b/src/notes_linter/pyproject.toml index 6421ab1..ff5020b 100644 --- a/src/notes_linter/pyproject.toml +++ b/src/notes_linter/pyproject.toml @@ -7,8 +7,8 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.12" -click = "^8.1.7" -doogat-core = "^0.1.1" +click = "8.1.7" +doogat-core = "0.1.1" [build-system] requires = ["poetry-core", "pynvim"] diff --git a/src/outlookctl/pyproject.toml b/src/outlookctl/pyproject.toml index f78ab0a..0f005e0 100644 --- a/src/outlookctl/pyproject.toml +++ b/src/outlookctl/pyproject.toml @@ -7,9 +7,8 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.12" -click = "^8.1.7" -buvis = {path = "../buvis",develop=true} -pywin32 = "^306" +click = "8.1.7" +pywin32 = "306" [build-system] requires = ["poetry-core"]