Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #189

Merged
merged 1 commit into from
Jan 2, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ certifi==2024.12.14
# requests
cffi==1.17.1
# via cryptography
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
click==8.1.7
click==8.1.8
# via
# isar
# uvicorn
Expand Down Expand Up @@ -95,7 +95,7 @@ msal==1.31.1
# msal-extensions
msal-extensions==1.2.0
# via azure-identity
numpy==2.2.0
numpy==2.2.1
# via
# alitra
# isar
Expand All @@ -119,12 +119,12 @@ portalocker==2.10.1
# via msal-extensions
proto-plus==1.25.0
# via google-api-core
protobuf==5.29.1
protobuf==5.29.2
# via
# google-api-core
# googleapis-common-protos
# proto-plus
psutil==6.1.0
psutil==6.1.1
# via opencensus-ext-azure
pyasn1==0.6.1
# via
Expand All @@ -134,14 +134,14 @@ pyasn1-modules==0.4.1
# via google-auth
pycparser==2.22
# via cffi
pydantic==2.10.3
pydantic==2.10.4
# via
# fastapi
# isar
# pydantic-settings
pydantic-core==2.27.1
pydantic-core==2.27.2
# via pydantic
pydantic-settings==2.7.0
pydantic-settings==2.7.1
# via isar
pyjwt[crypto]==2.10.1
# via
Expand Down Expand Up @@ -190,7 +190,7 @@ typing-extensions==4.12.2
# fastapi
# pydantic
# pydantic-core
urllib3==2.2.3
urllib3==2.3.0
# via requests
uvicorn==0.34.0
# via isar
Expand Down