Skip to content

Commit

Permalink
GHA: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tsundvoll committed Aug 29, 2024
1 parent 2545f54 commit 8a8281d
Showing 1 changed file with 31 additions and 80 deletions.
111 changes: 31 additions & 80 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,40 +14,38 @@ anyio==4.4.0
# via
# httpx
# starlette
# watchfiles
azure-core==1.30.2
# via
# azure-identity
# azure-keyvault-secrets
# azure-storage-blob
# opencensus-ext-azure
azure-identity==1.17.0
azure-identity==1.17.1
# via
# isar
# opencensus-ext-azure
azure-keyvault-secrets==4.8.0
# via isar
azure-storage-blob==12.20.0
azure-storage-blob==12.22.0
# via isar
backoff==2.2.1
# via isar
cachetools==5.3.3
cachetools==5.5.0
# via google-auth
certifi==2024.6.2
certifi==2024.7.4
# via
# httpcore
# httpx
# requests
cffi==1.16.0
cffi==1.17.0
# via cryptography
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via
# isar
# typer
# uvicorn
cryptography==42.0.8
cryptography==43.0.0
# via
# azure-identity
# azure-storage-blob
Expand All @@ -58,65 +56,46 @@ dacite==1.8.1
# via
# alitra
# isar
dnspython==2.6.1
# via email-validator
email-validator==2.2.0
# via fastapi
fastapi==0.111.0
fastapi==0.112.2
# via
# fastapi-azure-auth
# isar
fastapi-azure-auth==4.4.0
fastapi-azure-auth==5.0.1
# via isar
fastapi-cli==0.0.4
# via fastapi
google-api-core==2.19.0
google-api-core==2.19.2
# via opencensus
google-auth==2.30.0
google-auth==2.34.0
# via google-api-core
googleapis-common-protos==1.63.1
googleapis-common-protos==1.65.0
# via google-api-core
h11==0.14.0
# via
# httpcore
# uvicorn
httpcore==1.0.5
# via httpx
httptools==0.6.1
# via uvicorn
httpx==0.27.0
# via
# fastapi
# fastapi-azure-auth
idna==3.7
httpx==0.27.2
# via fastapi-azure-auth
idna==3.8
# via
# anyio
# email-validator
# httpx
# requests
injector==0.21.0
injector==0.22.0
# via isar
isar==1.22.0
# via isar-robot (pyproject.toml)
isodate==0.6.1
# via
# azure-keyvault-secrets
# azure-storage-blob
jinja2==3.1.4
# via fastapi
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.5
# via jinja2
mdurl==0.1.2
# via markdown-it-py
msal==1.28.1
msal==1.30.0
# via
# azure-identity
# msal-extensions
msal-extensions==1.1.0
msal-extensions==1.2.0
# via azure-identity
numpy==2.0.0
numpy==2.1.0
# via
# alitra
# isar
Expand All @@ -134,17 +113,13 @@ opencensus-ext-logging==0.1.1
# via isar
opencensus-ext-requests==0.8.0
# via isar
orjson==3.10.5
# via fastapi
packaging==24.1
# via msal-extensions
paho-mqtt==2.1.0
# via isar
portalocker==2.8.2
portalocker==2.10.1
# via msal-extensions
proto-plus==1.24.0
# via google-api-core
protobuf==4.25.3
protobuf==5.28.0
# via
# google-api-core
# googleapis-common-protos
Expand All @@ -159,18 +134,16 @@ pyasn1-modules==0.4.0
# via google-auth
pycparser==2.22
# via cffi
pydantic==2.7.4
pydantic==2.8.2
# via
# fastapi
# isar
# pydantic-settings
pydantic-core==2.18.4
pydantic-core==2.20.1
# via pydantic
pydantic-settings==2.3.3
pydantic-settings==2.4.0
# via isar
pygments==2.18.0
# via rich
pyjwt[crypto]==2.8.0
pyjwt[crypto]==2.9.0
# via
# fastapi-azure-auth
# isar
Expand All @@ -179,13 +152,8 @@ python-dotenv==1.0.1
# via
# isar
# pydantic-settings
# uvicorn
python-multipart==0.0.9
# via fastapi
pyyaml==6.0.1
# via
# isar
# uvicorn
pyyaml==6.0.2
# via isar
requests==2.32.3
# via
# azure-core
Expand All @@ -197,14 +165,10 @@ requests==2.32.3
# requests-toolbelt
requests-toolbelt==1.0.0
# via isar
rich==13.7.1
# via typer
rsa==4.9
# via google-auth
scipy==1.13.1
scipy==1.14.1
# via alitra
shellingham==1.5.4
# via typer
six==1.16.0
# via
# azure-core
Expand All @@ -215,12 +179,10 @@ sniffio==1.3.1
# via
# anyio
# httpx
starlette==0.37.2
starlette==0.38.2
# via fastapi
transitions==0.9.1
transitions==0.9.2
# via isar
typer==0.12.3
# via fastapi-cli
typing-extensions==4.12.2
# via
# azure-core
Expand All @@ -230,20 +192,9 @@ typing-extensions==4.12.2
# fastapi
# pydantic
# pydantic-core
# typer
ujson==5.10.0
# via fastapi
urllib3==2.2.2
# via requests
uvicorn[standard]==0.30.1
# via
# fastapi
# isar
uvloop==0.19.0
# via uvicorn
watchfiles==0.22.0
# via uvicorn
websockets==12.0
# via uvicorn
uvicorn==0.30.6
# via isar
wrapt==1.16.0
# via opencensus-ext-requests

0 comments on commit 8a8281d

Please sign in to comment.