Skip to content

Commit

Permalink
Merge branch 'main' into prevent-timeouts-on-acr-login-of-the-first-j…
Browse files Browse the repository at this point in the history
…ob-that-runs-first-time
  • Loading branch information
marrobi authored Feb 20, 2024
2 parents f49f072 + b40e4e7 commit 5138e78
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion api_app/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.18.2"
__version__ = "0.18.3"
2 changes: 1 addition & 1 deletion api_app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp==3.9.0
aiohttp==3.9.3
azure-core==1.29.5
azure-cosmos==4.5.1
azure-eventgrid==4.15.0
Expand Down
2 changes: 1 addition & 1 deletion cli/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ pygments==2.16.1
PyJWT==2.8.0
azure-cli-core==2.50.0
azure-identity==1.14.1
aiohttp==3.9.0
aiohttp==3.9.3
4 changes: 2 additions & 2 deletions cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup

PROJECT = 'azure-tre-cli'
VERSION = '0.2.0'
VERSION = '0.2.1'

try:
long_description = open('README.md', 'rt').read()
Expand Down Expand Up @@ -49,7 +49,7 @@
"PyJWT==2.8.0",
"azure-cli-core==2.50.0",
"azure-identity==1.14.1",
"aiohttp==3.9.0"
"aiohttp==3.9.3"
],

namespace_packages=[],
Expand Down
1 change: 0 additions & 1 deletion e2e_tests/resources/strings.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
AIRLOCK_IMPORT_REVIEW_WORKSPACE = "tre-workspace-airlock-import-review"

AZUREML_SERVICE = "tre-service-azureml"
INNEREYE_SERVICE = "tre-service-innereye"
GUACAMOLE_SERVICE = "tre-service-guacamole"
GITEA_SERVICE = "tre-workspace-service-gitea"
MLFLOW_SERVICE = "tre-service-mlflow"
Expand Down
1 change: 0 additions & 1 deletion e2e_tests/test_workspace_service_templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
workspace_service_templates = [
(strings.AZUREML_SERVICE),
(strings.GUACAMOLE_SERVICE),
(strings.INNEREYE_SERVICE),
(strings.GITEA_SERVICE)
]

Expand Down
1 change: 0 additions & 1 deletion e2e_tests/test_workspace_services.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

workspace_services = [
strings.AZUREML_SERVICE,
# strings.INNEREYE_SERVICE,
strings.GITEA_SERVICE,
strings.MLFLOW_SERVICE,
strings.MYSQL_SERVICE,
Expand Down
2 changes: 1 addition & 1 deletion resource_processor/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.8.2"
__version__ = "0.8.3"
2 changes: 1 addition & 1 deletion resource_processor/vmss_porter/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp==3.9.0
aiohttp==3.9.3
azure-cli-core==2.50.0
azure-identity==1.14.1
azure-monitor-opentelemetry==1.1.1
Expand Down

0 comments on commit 5138e78

Please sign in to comment.