Skip to content

Commit cdf2ee8

Browse files
committed
chore:explicity colored version dependency
1 parent 4e2b3ef commit cdf2ee8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ requires-python = ">= 3.9"
2828
dependencies = [
2929
"britive~=4.0",
3030
"click>=8.1.7",
31-
"colored",
31+
"colored>=2.2.5",
3232
"cryptography",
3333
"jmespath",
3434
"merge-args",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ britive~=4.0
44
certifi
55
charset-normalizer
66
click>=8.1.7
7-
colored
7+
colored>=2.2.5
88
cryptography
99
google-cloud-compute
1010
jmespath

0 commit comments

Comments
 (0)