Skip to content

Commit

Permalink
Merge branch 'main' into tamirkamara/fix-yq-with-json
Browse files Browse the repository at this point in the history
  • Loading branch information
tamirkamara authored Apr 16, 2023
2 parents 504a591 + cd52017 commit 33f64c0
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions cli/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# if you update this file, update the install_requires in setup.py as well
click==8.1.3
httpx~=0.23.0
msal >= 1.17.0
msal == 1.20.0
jmespath==1.0.1
tabulate==0.9.0
pygments==2.14.0
PyJWT==2.6.0
azure-cli-core==2.46.0
azure-cli-core==2.47.0
4 changes: 2 additions & 2 deletions cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
install_requires=[
"click==8.1.3",
"httpx~=0.23.1",
"msal >= 1.17.0",
"msal == 1.20.0",
"jmespath==1.0.1",
"tabulate==0.9.0",
"pygments==2.14.0",
"PyJWT==2.6.0",
"azure-cli-core==2.46.0"
"azure-cli-core==2.47.0"
],

namespace_packages=[],
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
site_name: Azure TRE
site_url: https://github.com/microsoft/AzureTRE
site_url: https://microsoft.github.io/AzureTRE
site_description: Azure TRE
site_author: Microsoft

Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.6.2"
__version__ = "0.6.3"
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20220924</version>
<version>20230227</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
Expand Down
2 changes: 1 addition & 1 deletion templates/workspace_services/guacamole/porter.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
schemaVersion: 1.0.0
name: tre-service-guacamole
version: 0.8.3
version: 0.8.4
description: "An Azure TRE service for Guacamole"
dockerfile: Dockerfile.tmpl
registry: azuretre
Expand Down

0 comments on commit 33f64c0

Please sign in to comment.