Skip to content

Commit a06a8a8

Browse files
committed
Update dependencies: click and aws-error-utils
1 parent 0318f6d commit a06a8a8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cli/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ aws-sso-util = 'aws_sso_util.cli:cli'
2222
[tool.poetry.dependencies]
2323
python = "^3.7"
2424
# botocore = {git = "https://github.com/boto/botocore.git", rev = "v2"}
25-
click = "^7.1.2"
25+
click = ">=8.0.0, < 9.0.0"
2626
boto3 = ">=1.24.60, <2.0.0"
2727
pyyaml = "^5.3.1"
2828
jsonschema = "^3.2.0"
29-
aws-error-utils = "^1.0.4"
29+
aws-error-utils = "^2.4"
3030
python-dateutil = "^2.8.1"
3131
aws-sso-lib = "^1.13.0"
3232
# aws-sso-lib = { path = "../lib" }

lib/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121
python = "^3.7"
2222
# botocore = {git = "https://github.com/boto/botocore.git", rev = "v2"}
2323
boto3 = ">=1.24.60, <2.0.0"
24-
aws-error-utils = "^1.0.4"
24+
aws-error-utils = "^2.4"
2525

2626
[tool.poetry.dev-dependencies]
2727
pylint = "^2.5.2"

0 commit comments

Comments
 (0)