From be2ba62867696c7eea217ec4551b67d431590105 Mon Sep 17 00:00:00 2001 From: tsundvoll <35451859+tsundvoll@users.noreply.github.com> Date: Wed, 11 Dec 2024 08:12:10 +0000 Subject: [PATCH] GHA: Update dependencies --- requirements.txt | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/requirements.txt b/requirements.txt index d9dd00e8..7f83aebd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 @@ -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 @@ -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 @@ -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 @@ -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) @@ -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 @@ -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) @@ -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) @@ -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