Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 13, 2024
1 parent 7a3968a commit 651f556
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 27 deletions.
26 changes: 9 additions & 17 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"bootstrap": "^5.2.3",
"fam-admin-mgmt-api": "file:../client-code-gen/gen/admin-management-api",
"fam-app-acsctl-api": "file:../client-code-gen/gen/app-access-control-api",
"primevue": "3.40.0",
"primevue": "3.45.0",
"vee-validate": "^4.7.3",
"vue": "^3.2.38",
"vue-router": "^4.1.5"
Expand All @@ -32,7 +32,7 @@
"@vitejs/plugin-vue": "^4.0.0",
"@vitest/coverage-v8": "^0.34.0",
"@vue/test-utils": "^2.2.1",
"@vue/tsconfig": "0.1.3",
"@vue/tsconfig": "0.5.1",
"jsdom": "^22.0.0",
"npm-run-all": "^4.1.5",
"sass": "^1.55.0",
Expand Down
4 changes: 2 additions & 2 deletions scripts/kc_data_transfer/src/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mypy==1.5.1
flake8==6.0.0
mypy==1.8.0
flake8==6.1.0
2 changes: 1 addition & 1 deletion server/admin_management/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ testcontainers==3.7.1
testcontainers-core==0.0.1rc1

# used to create test JWT
pycryptodome==3.19.1
pycryptodome==3.20.0

# used to mock out sqlalchemy for testing
mock==5.1.0
Expand Down
4 changes: 2 additions & 2 deletions server/admin_management/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fastapi==0.108.0
fastapi==0.109.0
uvicorn[standard]==0.25.0
SQLAlchemy==2.0.25
mangum==0.17.0
Expand All @@ -7,4 +7,4 @@ psycopg2-binary==2.9.9
python-jose==3.3.0
httpx==0.26.0
pydantic==2.5.3
pydantic_core==2.14.6
pydantic_core==2.15.0
2 changes: 1 addition & 1 deletion server/backend/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ mock==5.1.0
mock-alchemy==0.2.6

# used to create test JWT
pycryptodome==3.19.1
pycryptodome==3.20.0

pytest-env==0.8.1
pytest-dotenv==0.5.2
4 changes: 2 additions & 2 deletions server/backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
boto3==1.28.24
botocore==1.31.24
fastapi==0.108.0
fastapi==0.109.0
pydantic==2.5.3
pydantic-core==2.14.6
pydantic-core==2.15.0
httpx==0.26.0
uvicorn[standard]==0.25.0
SQLAlchemy==2.0.25
Expand Down

0 comments on commit 651f556

Please sign in to comment.