Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bumped dependencies #627

Merged
merged 1 commit into from
Oct 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 6 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,17 @@
"audit": "yarn npm audit"
},
"dependencies": {
"aws-sdk": "^2.1412.0",
"aws4-axios": "^3.2.24",
"axios": "^1.4.0"
"aws-sdk": "^2.1472.0",
"aws4-axios": "^3.3.0",
"axios": "^1.5.1"
},
"devDependencies": {
"serverless": "^3.33.0",
"serverless": "^3.35.2",
"serverless-associate-waf": "^1.2.1",
"serverless-domain-manager": "^7.0.4",
"serverless-domain-manager": "^7.1.2",
"serverless-prune-plugin": "^2.0.2",
"serverless-python-requirements": "^6.0.0",
"serverless-wsgi": "^3.0.2"
},
"resolutions": {
"fast-xml-parser": "4.2.5",
"semver": "7.5.2"
"serverless-wsgi": "^3.0.3"
},
"packageManager": "yarn@3.5.1"
}
6 changes: 3 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
-r requirements-test.txt
drf_yasg==1.21.6
pipdeptree==2.9.3
drf_yasg==1.21.7
pipdeptree==2.13.0
django_extensions==3.2.3
aws-requests-auth==0.4.3
requests-aws4auth==1.2.3
pre-commit
detect-secrets
ggshield
datamodel-code-generator==0.21.5
datamodel-code-generator==0.22.1
4 changes: 2 additions & 2 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-r requirements.txt
factory_boy==3.2.1
pytz==2023.3
factory_boy==3.3.0
pytz==2023.3.post1
mockito==1.4.0
coverage==7.3.2
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.12.0
boto3==1.27.1
botocore==1.30.1
Django==4.2.3
django-environ==0.10.0
django-cors-headers==4.1.0
boto3==1.28.62
botocore==1.31.62
Django==4.2.6
django-environ==0.11.2
django-cors-headers==4.2.0
djangorestframework==3.14.0
pymysql==1.1.0
python-dateutil==2.8.2
google-auth==2.21.0
Werkzeug==2.3.6
libica==2.2.1
google-auth==2.23.3
Werkzeug==3.0.0
libica==2.3.0
libumccr==0.3.0
gspread==5.10.0
gspread-pandas==3.2.2
gspread==5.11.3
gspread-pandas==3.2.3
sample-sheet==0.13.0
requests==2.31.0
pandas==2.0.3
pandas==2.1.1
cachetools==5.3.1
pydantic==2.3.0
pydantic==2.4.2
Loading