Skip to content

Commit

Permalink
Updating requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
julialawrence committed Jan 6, 2025
1 parent 8711dcb commit 812f8b8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions function/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ mock==5.1.0
requests_mock==1.12.1
moto==5.0.13

boto3==1.28.57
botocore==1.31.57
requests==2.32.2
# Core Dependencies
boto3==1.35.92 # AWS SDK for Python to interact with AWS services
botocore==1.35.92 # Low-level, data-driven core of boto3
requests==2.32.3 # To make HTTP requests to EntraID

6 changes: 3 additions & 3 deletions function/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Core Dependencies
boto3==1.28.57 # AWS SDK for Python to interact with AWS services
botocore==1.31.57 # Low-level, data-driven core of boto3
requests==2.32.2 # To make HTTP requests to EntraID
boto3==1.35.92 # AWS SDK for Python to interact with AWS services
botocore==1.35.92 # Low-level, data-driven core of boto3
requests==2.32.3 # To make HTTP requests to EntraID

0 comments on commit 812f8b8

Please sign in to comment.