Skip to content

Commit

Permalink
Merge pull request #1133 from bcgov/chore/may3LibUpdates
Browse files Browse the repository at this point in the history
Traction app library updates
  • Loading branch information
loneil committed May 5, 2024
2 parents ab00392 + bd8ba65 commit 220da93
Show file tree
Hide file tree
Showing 10 changed files with 317 additions and 317 deletions.
16 changes: 8 additions & 8 deletions demo/lob/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@ aiohttp==3.9.5; python_version >= "3.6"
aiosignal==1.3.1; python_version >= "3.7"
async-timeout==4.0.3; python_version >= "3.6"
asynctest==0.13.0; python_version < "3.8" and python_version >= "3.6"
attrs==22.2.0; python_version >= "3.7"
certifi==2022.12.7; python_version >= "3.7" and python_version < "4"
attrs==23.2.0; python_version >= "3.7"
certifi==2024.2.2; python_version >= "3.7" and python_version < "4"
charset-normalizer==2.1.1; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.6.0"
colorama==0.4.6; python_version >= "3.7" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.7" and python_full_version >= "3.7.0"
exceptiongroup==1.1.0; python_version < "3.11" and python_version >= "3.7"
frozenlist==1.4.1; python_version >= "3.7"
idna==3.4; python_version >= "3.7" and python_version < "4"
idna==3.7; 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.5; python_version >= "3.7"
packaging==23.2; python_version >= "3.7"
packaging==24.0; python_version >= "3.7"
pluggy==1.5.0; python_version >= "3.7"
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"
requests==2.31.0; 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"
typing-extensions==4.8.0; python_version < "3.8" and python_version >= "3.7"
urllib3==1.26.18; 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.9.4; python_version >= "3.7"
zipp==3.13.0; python_version < "3.8" and python_version >= "3.7"
zipp==3.18.0; python_version < "3.8" and python_version >= "3.7"
32 changes: 16 additions & 16 deletions services/endorser/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
aiohttp~=3.7.4
alembic==1.7.5
anyio==3.5.0
asgiref==3.4.1
asyncpg==0.24.0
certifi==2023.11.17
aiohttp~=3.9.5
alembic==1.13.1
anyio==3.7.1
asgiref==3.8.1
asyncpg==0.29.0
certifi==2024.2.2
charset-normalizer==2.1.1
click==8.0.3
fastapi==0.110.2
click==8.1.7
fastapi==0.111.0
greenlet==1.1.2
gunicorn==22.0.0
h11==0.13.0
httptools==0.3.0
h11==0.14.0
httptools==0.6.1
idna==3.7
itsdangerous==2.0.1
itsdangerous==2.2.0
Jinja2==3.1.3
jose==1.0.0
Mako==1.3.3
MarkupSafe==2.1.5
passlib==1.7.4
psycopg2-binary==2.9.2
psycopg2-binary==2.9.9
pydantic==1.10.15
python-dotenv==0.19.2
python-jose[cryptography]==3.3.0
python-multipart==0.0.9
PyYAML==6.0.1
requests==2.31.0
sniffio==1.3.1
SQLAlchemy==1.4.27
sqlalchemy2-stubs==0.0.2a19
sqlmodel==0.0.6
SQLAlchemy==2.0.29
sqlalchemy2-stubs==0.0.2a38
sqlmodel==0.0.18
starlette==0.37.2
starlette-context==0.3.6
typing_extensions==4.8.0
urllib3==1.26.18
uvicorn==0.29.0
uvloop==0.16.0
uvloop==0.19.0
watchgod==0.8.2
websockets==12.0
Werkzeug==3.0.2
Loading

0 comments on commit 220da93

Please sign in to comment.