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 #699

Merged
merged 1 commit into from
Jun 29, 2024
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
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repos:
- id: detect-secrets
name: detect secrets
args: [ '--baseline', '.secrets.baseline' ]
exclude: ^(yarn.lock|.yarn/|.gitguardian.yaml)
exclude: ^(yarn.lock|.yarn/|.yarnrc.yml|.gitguardian.yaml)

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
Expand Down
12 changes: 6 additions & 6 deletions .yarn/plugins/@yarnpkg/plugin-outdated.cjs

Large diffs are not rendered by default.

626 changes: 313 additions & 313 deletions .yarn/releases/yarn-4.2.2.cjs → .yarn/releases/yarn-4.3.1.cjs

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ enableGlobalCache: false
nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs
spec: "https://mskelton.dev/yarn-outdated/v3"
- checksum: 5e73a1acbb9741fce1e8335e243c9480ea2107b9b4b65ed7643785ddea9e3019aee254a92a853b1cd71023b16fff5b7d3afd5256fe57cd35a54f8785b8c30281
path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs
spec: "https://go.mskelton.dev/yarn-outdated/v4"

yarnPath: .yarn/releases/yarn-4.2.2.cjs
yarnPath: .yarn/releases/yarn-4.3.1.cjs
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ docker --version
Docker version 24.0.7, build afdd53b4e3

python -V
Python 3.11.5
Python 3.11.9

node -v
v18.18.0
v20.15.0

npm i -g yarn
yarn -v
4.2.2
4.3.1
```

then:
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
"audit": "yarn npm audit"
},
"dependencies": {
"aws-sdk": "^2.1534.0",
"aws4-axios": "^3.3.0",
"axios": "^1.6.5"
"aws-sdk": "^2.1651.0",
"aws4-axios": "^3.3.6",
"axios": "^1.7.2"
},
"devDependencies": {
"serverless": "^3.38.0",
"serverless": "^3.39.0",
"serverless-associate-waf": "^1.2.1",
"serverless-domain-manager": "^7.3.3",
"serverless-domain-manager": "^7.3.8",
"serverless-prune-plugin": "^2.0.2",
"serverless-python-requirements": "^6.0.1",
"serverless-wsgi": "^3.0.3"
"serverless-python-requirements": "^6.1.0",
"serverless-wsgi": "^3.0.4"
},
"packageManager": "yarn@4.2.2"
"packageManager": "yarn@4.3.1"
}
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
-r requirements-test.txt
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.22.1
datamodel-code-generator
awscli-local
pipdeptree
6 changes: 3 additions & 3 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-r requirements.txt
factory_boy==3.3.0
pytz==2023.3.post1
mockito==1.4.0
coverage==7.3.2
pytz==2024.1
mockito==1.5.0
coverage==7.5.4
30 changes: 15 additions & 15 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
aws-xray-sdk==2.12.1
boto3==1.28.78
botocore==1.31.78
Django==4.2.11
aws-xray-sdk==2.14.0
boto3==1.34.136
botocore==1.34.136
Django==5.0.6
django-environ==0.11.2
django-cors-headers==4.3.0
djangorestframework==3.14.0
django-cors-headers==4.4.0
djangorestframework==3.15.2
pymysql==1.1.1
python-dateutil==2.8.2
google-auth==2.23.4
python-dateutil==2.9.0.post0
google-auth==2.30.0
Werkzeug==3.0.3
libica==2.3.0
libica==2.4.0
libumccr==0.3.0
gspread==5.12.0
gspread-pandas==3.2.3
gspread==5.12.4
gspread-pandas==3.3.0
sample-sheet==0.13.0
requests==2.32.0
pandas==2.1.2
cachetools==5.3.2
pydantic==2.4.2
requests==2.32.3
pandas==2.2.2
cachetools==5.3.3
pydantic==2.7.4
Loading