Skip to content

Commit

Permalink
Merge pull request #673 from bcgov/chore/oct29LibUpdates
Browse files Browse the repository at this point in the history
Depdendency updates
  • Loading branch information
loneil authored Oct 30, 2024
2 parents 3b70b4c + 6208550 commit d7cd916
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 46 deletions.
39 changes: 20 additions & 19 deletions demo/vue/app/frontend/package-lock.json

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

8 changes: 4 additions & 4 deletions demo/vue/app/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"reinstall": "npm run purge && npm install"
},
"dependencies": {
"@babel/eslint-parser": "^7.25.8",
"@babel/eslint-parser": "^7.25.9",
"@bcgov/bc-sans": "^2.1.0",
"@vue/eslint-config-prettier": "^10.0.0",
"@vue/eslint-config-prettier": "^10.1.0",
"axios": "^1.7.7",
"core-js": "^3.38.1",
"eslint": "^8.57.0",
Expand All @@ -39,11 +39,11 @@
"@vue/cli-service": "^5.0.8",
"@vue/test-utils": "^1.3.0",
"axios-mock-adapter": "^2.1.0",
"eslint-plugin-vue": "^9.29.0",
"eslint-plugin-vue": "^9.30.0",
"eslint-plugin-vuetify": "^1.1.0",
"lodash": "^4.17.21",
"prettier": "^3.3.3",
"sass": "^1.79.5",
"sass": "^1.80.5",
"sass-loader": "^14.2.1",
"vue-cli-plugin-vuetify": "^2.5.8",
"vue-template-compiler": "^2.7.16",
Expand Down
15 changes: 7 additions & 8 deletions demo/vue/app/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 demo/vue/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"fs-extra": "^11.2.0",
"js-yaml": "^4.1.0",
"jsonwebtoken": "^9.0.2",
"keycloak-connect": "^26.0.0",
"keycloak-connect": "^26.0.2",
"winston": "^3.15.0",
"winston-transport": "^4.8.0"
},
Expand Down
18 changes: 9 additions & 9 deletions poetry.lock

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

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,28 @@ repository = "https://github.com/bcgov/vc-authn-oidc"

[tool.poetry.dependencies]
python = ">=3.12,<4.0"
fastapi = "^0.115.2"
fastapi = "^0.115.4"
jinja2 = "^3.1.4"
oic = "^1.7.0"
pymongo = "^4.10.1"
pyop = "^3.4.1"
python-multipart = "^0.0.12" # required by fastapi to serve/upload files
python-multipart = "^0.0.16" # required by fastapi to serve/upload files
qrcode = { version = "^8.0", extras = ["pil"]}
structlog = "^24.4.0"
uvicorn = { version = "^0.32.0", extras = ["standard"] }
python-socketio = "^5.11.4" # required to run websockets
canonicaljson = "^2.0.0" # used to provide unique consistent user identifiers"
pydantic-settings = "^2.5.2"
pydantic-settings = "^2.6.0"

[tool.poetry.group.dev.dependencies]
black = "^24.10.0"
mock = "^5.1.0"
mongomock = "^4.1.2"
pytest-asyncio = "^0.24.0"
pytest-cov = "^5.0.0"
pytest-cov = "^6.0.0"
pytest = "^8.3.3"
requests-mock = "^1.12.1"
setuptools = "^75.2.0"
setuptools = "^75.3.0"

[tool.pytest.ini_options]
testpaths = "oidc-controller"
Expand Down

0 comments on commit d7cd916

Please sign in to comment.