Skip to content

Commit

Permalink
Update boto3 dependency (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkallergis authored Aug 22, 2024
1 parent fabe8fc commit 5ba63c1
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 24 deletions.
1 change: 1 addition & 0 deletions changes/145.changed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Updated boto3 dependency to ^1.34.
48 changes: 25 additions & 23 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ python = ">=3.8,<3.12"
nautobot = "^2.0.0"
azure-identity = { version = "^1.15.0", optional = true }
azure-keyvault-secrets = { version = "^4.8.0", optional = true }
boto3 = { version = "~1.19.5", optional = true }
boto3 = { version = "^1.19.5", optional = true }
hvac = { version = ">=0.11.0, <1.1.0", optional = true }
python-tss-sdk = {version = "~1.2.0", optional = true}

Expand Down

0 comments on commit 5ba63c1

Please sign in to comment.