Skip to content

Commit 87fa908

Browse files
committed
update dependencies
1 parent 8414948 commit 87fa908

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
mucsi96.publish-tools == 36.0.0
2-
pytest-playwright == 0.5.1
31
azure-identity == 1.20.0
42
azure-storage-blob == 12.22.0
3+
mucsi96.publish-tools == 41.0.0
4+
playwright == 1.50.0
55
psycopg2-binary == 2.9.10
6-
pytest == 8.3.4
7-
playwright == 1.49.1
6+
pytest == 8.3.5
7+
pytest-playwright == 0.7.0

scripts/install_dependencies.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ echo "AZURE_CLIENT_ID=$apiClientId" >> .env
1515
echo "UI_CLIENT_ID=$spaClientId" >> .env
1616
echo "SPRING_ACTUATOR_PORT=8082" >> .env
1717
echo "SPRING_PROFILES_ACTIVE=prod" >> .env
18+
19+
20+
1821
echo "NG_APP_TENANT_ID=$tenantId" > client/.env
1922
echo "NG_APP_CLIENT_ID=$spaClientId" >> client/.env
2023
echo "NG_APP_API_CLIENT_ID=$apiClientId" >> client/.env

0 commit comments

Comments
 (0)