From 29259ee1b23b908876a4a53445d8a6de2ff67870 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 14:53:17 +0000 Subject: [PATCH] Bump the python-requirements group in /envs with 2 updates Bumps the python-requirements group in /envs with 2 updates: [jupyterlab](https://github.com/jupyterlab/jupyterlab) and [pytest-mock](https://github.com/pytest-dev/pytest-mock). Updates `jupyterlab` from 4.4.2 to 4.4.3 - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/RELEASE.md) - [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/lsp@4.4.2...@jupyterlab/lsp@4.4.3) Updates `pytest-mock` from 3.14.0 to 3.14.1 - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-mock/compare/v3.14.0...v3.14.1) --- updated-dependencies: - dependency-name: jupyterlab dependency-version: 4.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: pytest-mock dependency-version: 3.14.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements ... Signed-off-by: dependabot[bot] --- envs/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/envs/requirements.txt b/envs/requirements.txt index 48a4aaa..b7853b1 100644 --- a/envs/requirements.txt +++ b/envs/requirements.txt @@ -2,7 +2,7 @@ SimpleITK==2.5.0 coverage==7.8.2 einops==0.8.1 hydra-core==1.3.2 -jupyterlab==4.4.2 +jupyterlab==4.4.3 kaggle==1.7.4.5 matplotlib==3.10.1 monai==1.4.0 @@ -14,7 +14,7 @@ plotly==6.1.1 pre-commit==4.2.0 pydicom==3.0.1 pytest-cov==6.1.1 -pytest-mock==3.14.0 +pytest-mock==3.14.1 pytest==8.3.5 rich==14.0.0 ruff==0.11.11