File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ classifiers = [
20
20
aws-sso-util = ' aws_sso_util.cli:cli'
21
21
22
22
[tool .poetry .dependencies ]
23
- python = " ^3.6 "
23
+ python = " ^3.7 "
24
24
# botocore = {git = "https://github.com/boto/botocore.git", rev = "v2"}
25
25
click = " ^7.1.2"
26
- boto3 = " >=1.20.28 , <2.0.0"
26
+ boto3 = " >=1.24.60 , <2.0.0"
27
27
pyyaml = " ^5.3.1"
28
28
jsonschema = " ^3.2.0"
29
29
aws-error-utils = " ^1.0.4"
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ def token_loader(start_url):
92
92
force_refresh = force_refresh
93
93
)
94
94
LOGGER .debug ("TOKEN: {}" .format (token_response ))
95
- return token_response [ "accessToken" ]
95
+ return token_response
96
96
97
97
return token_loader
98
98
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ classifiers = [
18
18
]
19
19
20
20
[tool .poetry .dependencies ]
21
- python = " ^3.6 "
21
+ python = " ^3.7 "
22
22
# botocore = {git = "https://github.com/boto/botocore.git", rev = "v2"}
23
- boto3 = " >=1.20.28 , <2.0.0"
23
+ boto3 = " >=1.24.60 , <2.0.0"
24
24
aws-error-utils = " ^1.0.4"
25
25
26
26
[tool .poetry .dev-dependencies ]
You can’t perform that action at this time.
0 commit comments