Skip to content

Commit

Permalink
Bumped dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
victorskl committed Jul 27, 2022
1 parent bcd076d commit ae1d954
Show file tree
Hide file tree
Showing 5 changed files with 367 additions and 98 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"version": "0.1.0",
"type": "module",
"dependencies": {
"aws-sdk": "^2.1160.0",
"aws-sdk": "^2.1182.0",
"aws4-axios": "^2.4.9",
"axios": "^0.27.2"
},
"devDependencies": {
"serverless": "^3.19.0",
"serverless": "^3.21.0",
"serverless-associate-waf": "^1.2.1",
"serverless-domain-manager": "^6.0.3",
"serverless-prune-plugin": "^2.0.1",
Expand All @@ -19,6 +19,6 @@
},
"scripts": {},
"resolutions": {
"got": "^11.8.5"
"file-type": "^16.5.4"
}
}
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-r requirements-test.txt
pipdeptree==2.2.1
django_extensions==3.1.5
django_extensions==3.2.0
aws-requests-auth==0.4.3
requests-aws4auth==1.1.2
pre-commit
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-r requirements.txt
factory_boy==3.2.1
pytz==2022.1
mockito==1.3.0
mockito==1.3.3
24 changes: 12 additions & 12 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
aws-xray-sdk==2.9.0
boto3==1.24.1
botocore==1.27.1
aws-xray-sdk==2.10.0
boto3==1.24.38
botocore==1.27.38
Django==4.0.6
django-environ==0.8.1
django-cors-headers==3.12.0
django-environ==0.9.0
django-cors-headers==3.13.0
djangorestframework==3.13.1
pymysql==1.0.2
python-dateutil==2.8.2
google-auth==2.6.6
Werkzeug==2.1.2
libica==2.0.0
google-auth==2.9.1
Werkzeug==2.2.0
libica==2.1.0
libumccr==0.2.0
gspread==5.4.0
gspread-pandas==3.2.0
gspread-pandas==3.2.2
sample-sheet==0.12.0
requests==2.27.1
pandas==1.4.2
requests==2.28.1
pandas==1.4.3
cachetools==5.2.0
drf_yasg==1.20.0
drf_yasg==1.21.3
Loading

0 comments on commit ae1d954

Please sign in to comment.