Skip to content

Commit

Permalink
Merge pull request #32 from aws-solutions/release/v3.3.3
Browse files Browse the repository at this point in the history
BUILD: added urllib3 library into requirements to force version to 2.…
  • Loading branch information
tbelmega authored Jan 31, 2024
2 parents 4365ea0 + 633c7ec commit 5e500d7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Removed from package as will use Lambda provided boto client last tested version was : boto3==1.17.96
urllib3<2.1.0
requests==2.31.0
PyJWT==2.8.0
PyJWT[crypto]==2.8.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
urllib3<2.1.0
boto3==1.34.28
requests==2.31.0
simplejson==3.19.2
Expand Down
1 change: 1 addition & 0 deletions source/backend/lambda_unit_test/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
urllib3<2.1.0
requests==2.31.0
python-jose==3.3.0
python-jose[cryptography]==3.3.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
urllib3<2.1.0
boto3==1.33.11
botocore==1.33.11
moto==4.2.0
Expand Down

0 comments on commit 5e500d7

Please sign in to comment.