Przeglądaj źródła

chore: bump azure identity

Timothy Jaeryang Baek 2 tygodni temu
rodzic
commit
f33d6eabdf
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      backend/requirements.txt
  2. 1 1
      pyproject.toml

+ 1 - 1
backend/requirements.txt

@@ -122,7 +122,7 @@ pytest-docker~=3.1.1
 googleapis-common-protos==1.70.0
 google-cloud-storage==2.19.0
 
-azure-identity==1.23.0
+azure-identity==1.25.0
 azure-storage-blob==12.24.1
 
 

+ 1 - 1
pyproject.toml

@@ -111,7 +111,7 @@ dependencies = [
     "googleapis-common-protos==1.70.0",
     "google-cloud-storage==2.19.0",
 
-    "azure-identity==1.20.0",
+    "azure-identity==1.25.0",
     "azure-storage-blob==12.24.1",
 
     "ldap3==2.9.1",