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] authored Dec 26, 2023
1 parent bfab3da commit 38a978f
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 26 deletions.
8 changes: 4 additions & 4 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.34.0",
"primevue": "3.44.0",
"vee-validate": "^4.7.3",
"vue": "^3.2.38",
"vue-router": "^4.1.5"
Expand All @@ -32,12 +32,12 @@
"@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.0",
"jsdom": "^22.0.0",
"npm-run-all": "^4.1.5",
"sass": "^1.55.0",
"typescript": "~4.7.4",
"unplugin-vue-components": "^0.24.1",
"typescript": "~4.9.0",
"unplugin-vue-components": "^0.26.0",
"vite": "^4.3.9",
"vitest": "^0.34.0",
"vue-tsc": "^1.0.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.16.0
pycryptodome==3.19.0

# used to mock out sqlalchemy for testing
mock==5.1.0
Expand Down
12 changes: 6 additions & 6 deletions server/admin_management/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
fastapi==0.104.1
uvicorn[standard]==0.24.0
fastapi==0.106.0
uvicorn[standard]==0.25.0
SQLAlchemy==2.0.23
mangum==0.17.0
boto3==1.28.83
psycopg2-binary==2.9.7
psycopg2-binary==2.9.9
python-jose==3.3.0
httpx==0.24.1
pydantic==2.4.2
pydantic_core==2.10.1
httpx==0.26.0
pydantic==2.5.3
pydantic_core==2.14.6
2 changes: 1 addition & 1 deletion server/auth_function/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytest==7.2.0
black==22.10.0
black==22.12.0
flake8==6.1.0
pytest-emoji==0.2.0
pytest-md==0.2.0
Expand Down
2 changes: 1 addition & 1 deletion server/auth_function/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#aws-xray-sdk==2.4.3
boto3==1.28.24
psycopg2-binary==2.9.7
psycopg2-binary==2.9.9
python-dotenv==1.0.0
2 changes: 1 addition & 1 deletion server/backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8
FROM python:3.12

COPY requirements.txt /usr/src/
COPY api /usr/src/api
Expand Down
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.16.0
pycryptodome==3.19.0

pytest-env==0.8.1
pytest-dotenv==0.5.2
18 changes: 9 additions & 9 deletions server/backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
boto3==1.28.24
botocore==1.31.24
fastapi==0.100.0
pydantic==2.4.2
pydantic-core==2.10.1
httpx==0.24.1
uvicorn[standard]==0.23.2
SQLAlchemy==2.0.22
email-validator==2.0.0.post2
fastapi==0.106.0
pydantic==2.5.3
pydantic-core==2.14.6
httpx==0.26.0
uvicorn[standard]==0.25.0
SQLAlchemy==2.0.23
email-validator==2.1.0.post1
requests==2.31.0
psycopg2-binary==2.9.7
psycopg2-binary==2.9.9
mangum==0.17.0
python-jose==3.3.0
cryptography==41.0.5
authlib==1.2.1
authlib==1.3.0

0 comments on commit 38a978f

Please sign in to comment.