File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ aws-sso-util = 'aws_sso_util.cli:cli'
22
22
[tool .poetry .dependencies ]
23
23
python = " ^3.7"
24
24
# botocore = {git = "https://github.com/boto/botocore.git", rev = "v2"}
25
- click = " ^7.1.2 "
25
+ click = " >=8.0.0, < 9.0.0 "
26
26
boto3 = " >=1.24.60, <2.0.0"
27
27
pyyaml = " ^5.3.1"
28
28
jsonschema = " ^3.2.0"
29
- aws-error-utils = " ^1.0 .4"
29
+ aws-error-utils = " ^2 .4"
30
30
python-dateutil = " ^2.8.1"
31
31
aws-sso-lib = " ^1.13.0"
32
32
# aws-sso-lib = { path = "../lib" }
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ classifiers = [
21
21
python = " ^3.7"
22
22
# botocore = {git = "https://github.com/boto/botocore.git", rev = "v2"}
23
23
boto3 = " >=1.24.60, <2.0.0"
24
- aws-error-utils = " ^1.0 .4"
24
+ aws-error-utils = " ^2 .4"
25
25
26
26
[tool .poetry .dev-dependencies ]
27
27
pylint = " ^2.5.2"
You can’t perform that action at this time.
0 commit comments