Skip to content

Commit

Permalink
GHA: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddasol committed Oct 8, 2024
1 parent 7a4cd22 commit a98d1bd
Showing 1 changed file with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@ alitra==1.1.3
# via isar (pyproject.toml)
annotated-types==0.7.0
# via pydantic
anyio==4.4.0
anyio==4.6.0
# via
# httpx
# starlette
azure-core==1.30.2
azure-core==1.31.0
# via
# azure-identity
# azure-keyvault-secrets
# azure-storage-blob
# opencensus-ext-azure
azure-identity==1.17.1
azure-identity==1.18.0
# via
# isar (pyproject.toml)
# opencensus-ext-azure
azure-keyvault-secrets==4.8.0
# via isar (pyproject.toml)
azure-storage-blob==12.22.0
azure-storage-blob==12.23.1
# via isar (pyproject.toml)
backoff==2.2.1
# via isar (pyproject.toml)
Expand Down Expand Up @@ -54,34 +54,34 @@ dacite==1.8.1
# via
# alitra
# isar (pyproject.toml)
fastapi==0.114.1
fastapi==0.115.0
# via
# fastapi-azure-auth
# isar (pyproject.toml)
fastapi-azure-auth==5.0.1
# via isar (pyproject.toml)
google-api-core==2.19.2
google-api-core==2.20.0
# via opencensus
google-auth==2.34.0
google-auth==2.35.0
# via google-api-core
googleapis-common-protos==1.65.0
# via google-api-core
h11==0.14.0
# via
# httpcore
# uvicorn
httpcore==1.0.5
httpcore==1.0.6
# via httpx
httpx==0.27.2
# via fastapi-azure-auth
idna==3.8
idna==3.10
# via
# anyio
# httpx
# requests
injector==0.22.0
# via isar (pyproject.toml)
isodate==0.6.1
isodate==0.7.0
# via
# azure-keyvault-secrets
# azure-storage-blob
Expand All @@ -91,7 +91,7 @@ msal==1.31.0
# msal-extensions
msal-extensions==1.2.0
# via azure-identity
numpy==2.1.1
numpy==2.1.2
# via
# alitra
# isar (pyproject.toml)
Expand All @@ -115,7 +115,7 @@ portalocker==2.10.1
# via msal-extensions
proto-plus==1.24.0
# via google-api-core
protobuf==5.28.1
protobuf==5.28.2
# via
# google-api-core
# googleapis-common-protos
Expand All @@ -130,12 +130,12 @@ pyasn1-modules==0.4.1
# via google-auth
pycparser==2.22
# via cffi
pydantic==2.9.1
pydantic==2.9.2
# via
# fastapi
# isar (pyproject.toml)
# pydantic-settings
pydantic-core==2.23.3
pydantic-core==2.23.4
# via pydantic
pydantic-settings==2.5.2
# via isar (pyproject.toml)
Expand Down Expand Up @@ -168,14 +168,13 @@ scipy==1.14.1
six==1.16.0
# via
# azure-core
# isodate
# opencensus
# transitions
sniffio==1.3.1
# via
# anyio
# httpx
starlette==0.38.5
starlette==0.38.6
# via fastapi
transitions==0.9.2
# via isar (pyproject.toml)
Expand All @@ -188,9 +187,9 @@ typing-extensions==4.12.2
# fastapi
# pydantic
# pydantic-core
urllib3==2.2.2
urllib3==2.2.3
# via requests
uvicorn==0.30.6
uvicorn==0.31.0
# via isar (pyproject.toml)
wrapt==1.16.0
# via opencensus-ext-requests

0 comments on commit a98d1bd

Please sign in to comment.