Skip to content

Commit

Permalink
Merge pull request #1108 from bcgov/chore/apr19LibUpdates
Browse files Browse the repository at this point in the history
Traction app library updates
  • Loading branch information
loneil authored Apr 19, 2024
2 parents d93fcf8 + 0d61576 commit dd8da2e
Show file tree
Hide file tree
Showing 13 changed files with 1,234 additions and 1,262 deletions.
974 changes: 466 additions & 508 deletions demo/lob/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions demo/lob/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ description = ""
authors = ["Jason Sherman <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.7"
python = "^3.10"
Random-Word = "^1.0.11"
requests = "^2.28.2"
aiohttp = "^3.8.6"
aiohttp = "^3.9.5"

[tool.poetry.dev-dependencies]

Expand Down
10 changes: 5 additions & 5 deletions demo/lob/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp==3.8.3; python_version >= "3.6"
aiohttp==3.9.5; python_version >= "3.6"
aiosignal==1.3.1; python_version >= "3.7"
async-timeout==4.0.2; python_version >= "3.6"
asynctest==0.13.0; python_version < "3.8" and python_version >= "3.6"
Expand All @@ -11,15 +11,15 @@ frozenlist==1.3.3; python_version >= "3.7"
idna==3.4; python_version >= "3.7" and python_version < "4"
importlib-metadata==6.0.0; python_version < "3.8" and python_version >= "3.7"
iniconfig==2.0.0; python_version >= "3.7"
multidict==6.0.4; python_version >= "3.7"
multidict==6.0.5; python_version >= "3.7"
packaging==23.0; python_version >= "3.7"
pluggy==1.0.0; python_version >= "3.7"
pytest==7.2.1; python_version >= "3.7"
pyyaml==6.0; python_version >= "3.6"
pytest==7.4.4; python_version >= "3.7"
pyyaml==6.0.1; python_version >= "3.6"
random-word==1.0.11; python_version >= "3"
requests==2.28.2; python_version >= "3.7" and python_version < "4"
tomli==2.0.1; python_version < "3.11" and python_version >= "3.7"
typing-extensions==4.4.0; python_version < "3.8" and python_version >= "3.7"
urllib3==1.26.14; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4" or python_version >= "3.7" and python_version < "4" and python_full_version >= "3.6.0"
yarl==1.8.2; python_version >= "3.7"
yarl==1.9.4; python_version >= "3.7"
zipp==3.13.0; python_version < "3.8" and python_version >= "3.7"
19 changes: 10 additions & 9 deletions demo/plugins/rpc/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.0.0",
"private": true,
"type": "module",
"license": "ISC",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
Expand All @@ -19,19 +20,19 @@
},
"devDependencies": {
"@mdi/font": "^7.4.47",
"@rushstack/eslint-patch": "^1.3.3",
"@tsconfig/node20": "^20.1.2",
"@types/node": "^20.11.10",
"@rushstack/eslint-patch": "^1.10.2",
"@tsconfig/node20": "^20.1.4",
"@types/node": "^20.12.7",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.49.0",
"eslint-plugin-vue": "^9.17.0",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.25.0",
"npm-run-all2": "^6.1.1",
"prettier": "^3.2.5",
"typescript": "~5.3.0",
"typescript": "^5.4.5",
"vite": "^5.1.7",
"vue-tsc": "^1.8.27"
"vue-tsc": "^2.0.13"
}
}
390 changes: 215 additions & 175 deletions demo/plugins/rpc/app/yarn.lock

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions services/endorser/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ alembic==1.7.5
anyio==3.5.0
asgiref==3.4.1
asyncpg==0.24.0
certifi==2023.7.22
certifi==2023.11.17
charset-normalizer==2.0.10
click==8.0.3
fastapi==0.110.0
fastapi==0.110.2
greenlet==1.1.2
gunicorn==22.0.0
h11==0.13.0
Expand All @@ -15,26 +15,26 @@ idna==3.7
itsdangerous==2.0.1
Jinja2==3.1.3
jose==1.0.0
Mako==1.1.6
Mako==1.3.3
MarkupSafe==2.1.3
passlib==1.7.4
psycopg2-binary==2.9.2
pydantic==1.9.0
python-dotenv==0.19.2
python-jose[cryptography]==3.3.0
python-multipart==0.0.7
PyYAML==6.0
python-multipart==0.0.9
PyYAML==6.0.1
requests==2.27.1
sniffio==1.2.0
SQLAlchemy==1.4.27
sqlalchemy2-stubs==0.0.2a19
sqlmodel==0.0.6
starlette==0.36.3
starlette-context==0.3.3
starlette==0.37.2
starlette-context==0.3.6
typing_extensions==4.8.0
urllib3==1.26.18
uvicorn==0.17.0
uvicorn==0.29.0
uvloop==0.16.0
watchgod==0.7
websockets==10.1
Werkzeug==3.0.1
watchgod==0.8.2
websockets==12.0
Werkzeug==3.0.2
Loading

0 comments on commit dd8da2e

Please sign in to comment.