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 Nov 27, 2024
1 parent 01ff3f6 commit ec1df2f
Show file tree
Hide file tree
Showing 15 changed files with 48 additions and 48 deletions.
8 changes: 4 additions & 4 deletions client-code-gen/gen/admin-management-api/package-lock.json

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

2 changes: 1 addition & 1 deletion client-code-gen/gen/admin-management-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"prepare": "npm run build"
},
"dependencies": {
"axios": "1.7.4"
"axios": "1.7.7"
},
"devDependencies": {
"@types/node": "^12.11.5",
Expand Down
8 changes: 4 additions & 4 deletions client-code-gen/gen/app-access-control-api/package-lock.json

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

2 changes: 1 addition & 1 deletion client-code-gen/gen/app-access-control-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"prepare": "npm run build"
},
"dependencies": {
"axios": "1.7.4"
"axios": "1.7.7"
},
"devDependencies": {
"@types/node": "^12.11.5",
Expand Down
8 changes: 4 additions & 4 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"@carbon/type": "^11.31.0",
"@tanstack/vue-query": "^5.56.2",
"aws-amplify": "^5.3.21",
"axios": "1.7.4",
"axios": "1.7.7",
"bootstrap": "^5.3.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",
"luxon": "^3.5.0",
"primevue": "3.46.0",
"primevue": "3.53.0",
"vee-validate": "^4.12.6",
"vue": "^3.4.23",
"vue-router": "^4.3.2",
Expand All @@ -42,12 +42,12 @@
"@vitejs/plugin-vue": "^4.0.0",
"@vitest/coverage-v8": "^0.34.0",
"@vue/test-utils": "^2.4.5",
"@vue/tsconfig": "^0.5.1",
"@vue/tsconfig": "^0.6.0",
"jsdom": "^22.0.0",
"npm-run-all2": "^6.0.0",
"sass": "^1.77.1",
"typescript": "~4.9.0",
"unplugin-vue-components": "^0.26.0",
"unplugin-vue-components": "^0.27.0",
"vite": "^4.5.3",
"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.10.0
flake8==7.0.0
mypy==1.13.0
flake8==7.1.1
2 changes: 1 addition & 1 deletion scripts/kc_data_transfer/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
requests==2.32.0
requests==2.32.3
python-dotenv==1.0.1
2 changes: 1 addition & 1 deletion server/admin_management/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12
FROM python:3.13

COPY requirements.txt /usr/src/
COPY api /usr/src/api
Expand Down
4 changes: 2 additions & 2 deletions server/admin_management/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
pytest==7.4.4
pytest-mock==3.14.0
testcontainers==4.7.2
testcontainers==4.8.2
testcontainers-core==0.0.1rc1

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

# used to mock out sqlalchemy for testing
mock==5.1.0
Expand Down
18 changes: 9 additions & 9 deletions server/admin_management/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
fastapi==0.109.1
uvicorn[standard]==0.29.0
fastapi==0.115.5
uvicorn[standard]==0.32.0
SQLAlchemy==2.0.32
mangum==0.17.0
mangum==0.19.0
boto3==1.35.5
psycopg2-binary==2.9.9
httpx==0.27.0
pydantic==2.5.3
pydantic_core==2.14.6
email-validator==2.1.1
psycopg2-binary==2.9.10
httpx==0.27.2
pydantic==2.9.2
pydantic_core==2.27.0
email-validator==2.2.0
requests==2.31.0
cryptography==42.0.7
pyjwt==2.8.0
pyjwt==2.10.0
6 changes: 3 additions & 3 deletions server/auth_function/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
pytest==7.4.4
black==24.3.0
flake8==7.0.0
black==24.10.0
flake8==7.1.1
pytest-emoji==0.2.0
pytest-md==0.2.0
testcontainers==4.7.2
testcontainers==4.8.2
testcontainers-core==0.0.1rc1
requests>=2.32.0 # not directly required, pinned by Snyk to avoid a vulnerability
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.35.5
psycopg2-binary==2.9.9
psycopg2-binary==2.9.10
python-dotenv==1.0.1
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.12
FROM python:3.13

COPY requirements.txt /usr/src/
COPY api /usr/src/api
Expand Down
6 changes: 3 additions & 3 deletions server/backend/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
flake8==7.0.0
flake8==7.1.1
pytest==7.4.4
pytest-mock==3.14.0
testcontainers==4.7.2
testcontainers==4.8.2
testcontainers-core==0.0.1rc1

# used to create the md report used by gha when tests run
Expand All @@ -19,7 +19,7 @@ mock==5.1.0
mock-alchemy==0.2.6

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

pytest-env==0.8.2
pytest-dotenv==0.5.2
Expand Down
22 changes: 11 additions & 11 deletions server/backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
boto3==1.35.5
botocore==1.35.5
fastapi==0.109.1
pydantic==2.5.3
pydantic-core==2.14.6
httpx==0.27.0
uvicorn[standard]==0.29.0
fastapi==0.115.5
pydantic==2.9.2
pydantic-core==2.27.0
httpx==0.27.2
uvicorn[standard]==0.32.0
SQLAlchemy==2.0.32
email-validator==2.1.1
requests==2.32.0
psycopg2-binary==2.9.9
mangum==0.17.0
email-validator==2.2.0
requests==2.32.3
psycopg2-binary==2.9.10
mangum==0.19.0
cryptography==42.0.7
authlib==1.3.1
pyjwt==2.8.0
authlib==1.3.2
pyjwt==2.10.0

0 comments on commit ec1df2f

Please sign in to comment.