Skip to content

Commit 8ae8011

Browse files
committed
requirements: Pin aws less strictly
Most of our dependabot PRs are for AWS libraries that release new versions constantly. We only pin the libraries for test result consistency: it seems that not pinning the patch version is harmless here and stops a lot of the dependabot spam. Pin only minor.major version for AWS libs. Signed-off-by: Jussi Kukkonen <[email protected]>
1 parent b611131 commit 8ae8011

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements-aws.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
boto3==1.37.5
2-
botocore==1.37.5
1+
boto3~=1.37.5
2+
botocore~=1.37.5

0 commit comments

Comments
 (0)