Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ ENHANCEMENTS:
* Harden security of the app gateway. ([#4863](https://github.com/microsoft/AzureTRE/pull/4863))
* Pass OIDC vars directly to the devcontainer ([#4871](https://github.com/microsoft/AzureTRE/issues/4871))
* Update `picomatch` package to v2.3.2 and v4.0.4 to address security vulnerabilities ([#4887](https://github.com/microsoft/AzureTRE/issues/4887))
* Update API, CLI, and UI dependencies to address high-severity Dependabot alerts, including `PyJWT`, `Vite`, `lodash`, `fast-uri`, `flatted`, `immutable`, and `minimatch`.

BUG FIXES:
* Fix OpenAPI/schema sample generation for `get_sample_operation` step parameters. ([#4864](https://github.com/microsoft/AzureTRE/issues/4864))
Expand Down
2 changes: 1 addition & 1 deletion api_app/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.25.16"
__version__ = "0.25.17"
2 changes: 1 addition & 1 deletion api_app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jsonschema[format_nongpl]==4.25.1
msal==1.31.1
opentelemetry-instrumentation-logging==0.49b2
pandas==2.3.3
PyJWT==2.10.1
PyJWT==2.12.0
pytz==2025.2
python-dateutil==2.9.0.post0
semantic-version==2.10.0
Expand Down
2 changes: 1 addition & 1 deletion cli/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ msal==1.31.1
jmespath==1.0.1
tabulate==0.9.0
pygments==2.19.2
PyJWT==2.10.1
PyJWT==2.12.0
azure-cli-core==2.68.0
azure-identity==1.25.1
aiohttp==3.13.3
2 changes: 1 addition & 1 deletion cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"jmespath==1.0.1",
"tabulate==0.9.0",
"pygments==2.19.2",
"PyJWT==2.10.1",
"PyJWT==2.12.0",
"azure-cli-core==2.68.0",
"azure-identity==1.25.1",
"aiohttp==3.13.3"
Expand Down
Loading
Loading