Skip to content

Commit

Permalink
Align boto package dependency wildcards in manifest with version limi…
Browse files Browse the repository at this point in the history
…ts elsewhere
  • Loading branch information
mluypaert committed Oct 11, 2024
1 parent bfc12b2 commit 2d1c7f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shared_aws/py_package/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies = [
# CDK requirements
"aws-cdk-lib==2.*,<2.162",
# Helper requirements
"boto3==1.35.*",
"boto3==1.*",
"click==8.1.*",
]

Expand All @@ -20,7 +20,7 @@ test = [
"flake8==7.1.*",
"mypy==1.11.*",
"pytest==8.3.*",
"boto3-stubs==1.35.*"
"boto3-stubs==1.*"
]

[build-system]
Expand Down

0 comments on commit 2d1c7f3

Please sign in to comment.