Skip to content

Commit

Permalink
Dependency updates
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas ONeil <lucasoneil@gmail.com>
  • Loading branch information
loneil committed Oct 16, 2024
1 parent eae7d22 commit 81ab875
Show file tree
Hide file tree
Showing 9 changed files with 284 additions and 293 deletions.

This file was deleted.

Large diffs are not rendered by default.

12 changes: 0 additions & 12 deletions oidc-controller/api/templates/assets/js/vue.global.prod.3427.js

This file was deleted.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion oidc-controller/api/templates/ver_config_explorer.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html>
<head>
<link href="/static/css/bootstrap.532.min.css" rel="stylesheet" />
<link href="/static/css/bootstrap.533.min.css" rel="stylesheet" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />

Expand Down
4 changes: 2 additions & 2 deletions oidc-controller/api/templates/verified_credentials.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<!-- Bootstrap -->
<link href="/static/css/bootstrap.532.min.css" rel="stylesheet" />
<link href="/static/css/bootstrap.533.min.css" rel="stylesheet" />
<link href="/static/css/custom.css" rel="stylesheet" />
</head>
<body>
Expand Down Expand Up @@ -158,7 +158,7 @@ <h1 class="mb-3 fw-bolder fs-1">Continue with:</h1>
</div>

<script src="/static/js/socket.io.475.min.js"></script>
<script src="/static/js/vue.global.prod.3427.js"></script>
<script src="/static/js/vue.global.prod.3512.js"></script>
</body>

<!-- Components -->
Expand Down
2 changes: 1 addition & 1 deletion oidc-controller/api/templates/wallet_howto.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Bootstrap -->
<link href="/static/css/bootstrap.532.min.css" rel="stylesheet" />
<link href="/static/css/bootstrap.533.min.css" rel="stylesheet" />
<style>
body {
display: flex;
Expand Down
522 changes: 258 additions & 264 deletions poetry.lock

Large diffs are not rendered by default.

14 changes: 7 additions & 7 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.0"
fastapi = "^0.115.2"
jinja2 = "^3.1.4"
oic = "^1.7.0"
pymongo = "^4.9.1"
pymongo = "^4.10.1"
pyop = "^3.4.1"
python-multipart = "^0.0.10" # required by fastapi to serve/upload files
qrcode = { version = "^7.4.2", extras = ["pil"]}
python-multipart = "^0.0.12" # required by fastapi to serve/upload files
qrcode = { version = "^8.0", extras = ["pil"]}
structlog = "^24.4.0"
uvicorn = { version = "^0.30.6", extras = ["standard"] }
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"

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

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

0 comments on commit 81ab875

Please sign in to comment.