Skip to content

Commit b761f85

Browse files
authored
CM-12839 - update click version (#9)
* update click version * delete old printer
1 parent 72943e2 commit b761f85

3 files changed

Lines changed: 1 addition & 84 deletions

File tree

cli/code_scanner.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
from typing import Optional
88
from git import Repo, NULL_TREE, InvalidGitRepositoryError
99
from sys import getsizeof
10-
from cli import printer
1110
from cli.printers import ResultsPrinter
1211
from typing import List, Dict
1312
from cli.models import Document, DocumentDetections

cli/printer.py

Lines changed: 0 additions & 82 deletions
This file was deleted.

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PyYAML==6.0
2-
click~=7.1.2
2+
click==8.1.0
33
colorama~=0.4.3
44
pathspec~=0.8.0
55
typing~=3.7.4.3

0 commit comments

Comments
 (0)