Skip to content

Commit

Permalink
GHA: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tsundvoll authored and andchiind committed Dec 11, 2024
1 parent d5e374b commit be2ba62
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ alitra==1.1.3
# via isar (pyproject.toml)
annotated-types==0.7.0
# via pydantic
anyio==4.6.2.post1
anyio==4.7.0
# via
# httpx
# starlette
Expand Down Expand Up @@ -43,7 +43,7 @@ click==8.1.7
# via
# isar (pyproject.toml)
# uvicorn
cryptography==43.0.3
cryptography==44.0.0
# via
# azure-identity
# azure-storage-blob
Expand All @@ -54,13 +54,13 @@ dacite==1.8.1
# via
# alitra
# isar (pyproject.toml)
fastapi==0.115.5
fastapi==0.115.6
# via
# fastapi-azure-auth
# isar (pyproject.toml)
fastapi-azure-auth==5.0.1
# via isar (pyproject.toml)
google-api-core==2.23.0
google-api-core==2.24.0
# via opencensus
google-auth==2.36.0
# via google-api-core
Expand All @@ -72,7 +72,7 @@ h11==0.14.0
# uvicorn
httpcore==1.0.7
# via httpx
httpx==0.27.2
httpx==0.28.1
# via fastapi-azure-auth
idna==3.10
# via
Expand All @@ -91,7 +91,7 @@ msal==1.31.1
# msal-extensions
msal-extensions==1.2.0
# via azure-identity
numpy==2.1.3
numpy==2.2.0
# via
# alitra
# isar (pyproject.toml)
Expand All @@ -115,7 +115,7 @@ portalocker==2.10.1
# via msal-extensions
proto-plus==1.25.0
# via google-api-core
protobuf==5.28.3
protobuf==5.29.1
# via
# google-api-core
# googleapis-common-protos
Expand All @@ -130,7 +130,7 @@ pyasn1-modules==0.4.1
# via google-auth
pycparser==2.22
# via cffi
pydantic==2.10.1
pydantic==2.10.3
# via
# fastapi
# isar (pyproject.toml)
Expand All @@ -139,7 +139,7 @@ pydantic-core==2.27.1
# via pydantic
pydantic-settings==2.6.1
# via isar (pyproject.toml)
pyjwt[crypto]==2.10.0
pyjwt[crypto]==2.10.1
# via
# fastapi-azure-auth
# isar (pyproject.toml)
Expand All @@ -165,21 +165,20 @@ rsa==4.9
# via google-auth
scipy==1.14.1
# via alitra
six==1.16.0
six==1.17.0
# via
# azure-core
# opencensus
# transitions
sniffio==1.3.1
# via
# anyio
# httpx
# via anyio
starlette==0.41.3
# via fastapi
transitions==0.9.2
# via isar (pyproject.toml)
typing-extensions==4.12.2
# via
# anyio
# azure-core
# azure-identity
# azure-keyvault-secrets
Expand Down

0 comments on commit be2ba62

Please sign in to comment.