Skip to content

Commit

Permalink
Merge pull request #5 from Learnosity/LRN-45133/vendor/dependabot-upd…
Browse files Browse the repository at this point in the history
…ates

[VENDOR] upgrade libraries to address dependabot alert LRN-45133
  • Loading branch information
meganly authored Oct 25, 2024
2 parents 7dcbcd8 + d84f1d1 commit 0cc96a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ init: install zip
--policy-arn arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole || true
aws lambda create-function \
--function-name sympy-service \
--runtime python3.8 \
--runtime python3.12 \
--handler lambda_function.handler \
--zip-file fileb://function.zip \
--role arn:aws:iam::534897478838:role/lambda-sympy-service || true
Expand Down
2 changes: 1 addition & 1 deletion requirements-lambda.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Flask==2.2.5
Flask-HTTPAuth==3.3.0
gunicorn==19.9.0
gunicorn==22.0.0
jsonify==0.5
mpmath==1.1.0
git+https://github.com/meganly/sympy@7880910a57540ef09c6e9323c23652f14962ec43#egg=sympy
Expand Down
2 changes: 1 addition & 1 deletion runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-3.7.11
python-3.12.7

0 comments on commit 0cc96a8

Please sign in to comment.