Skip to content

Commit

Permalink
📌 pin cdktf dependencies (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
chassing authored Oct 14, 2024
1 parent a13e4ad commit 8220e19
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 45 deletions.
89 changes: 47 additions & 42 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "er-aws-msk"
version = "0.1.1"
version = "0.1.2"
description = "ERv2 module for managing AWS MSK clusters"
authors = ["AppSRE <[email protected]>"]
license = "Apache 2.0"
Expand All @@ -12,8 +12,10 @@ documentation = "https://github.com/app-sre/er-aws-msk"

[tool.poetry.dependencies]
python = "^3.11"
cdktf-cdktf-provider-aws = "^19.30.0"
cdktf-cdktf-provider-random = "^11.0.2"
# AWS provider 5.60.0 https://github.com/cdktf/cdktf-provider-aws/releases/tag/v19.28.0
cdktf-cdktf-provider-aws = "19.28.0"
# Random provider 3.6.2 https://github.com/cdktf/cdktf-provider-random/releases/tag/v11.0.2
cdktf-cdktf-provider-random = "11.0.2"
external-resources-io = ">=0.3.2"
pydantic = "^2.8.2"
boto3 = "^1.35.30"
Expand Down

0 comments on commit 8220e19

Please sign in to comment.