From 6f25c5707fba3245cac92a03695ce3d95c4aa2d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 17:02:25 +0200 Subject: [PATCH] build(deps): bump jupyter-server-proxy from 4.0.0 to 4.1.0 in /docker/py (#388) Bumps [jupyter-server-proxy](https://github.com/jupyterhub/jupyter-server-proxy) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/jupyterhub/jupyter-server-proxy/releases) - [Changelog](https://github.com/jupyterhub/jupyter-server-proxy/blob/main/RELEASE.md) - [Commits](https://github.com/jupyterhub/jupyter-server-proxy/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: jupyter-server-proxy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docker/py/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/py/requirements.txt b/docker/py/requirements.txt index f80d927d..d7595124 100644 --- a/docker/py/requirements.txt +++ b/docker/py/requirements.txt @@ -1,7 +1,7 @@ bleach>5.0.0 # closes #300 certifi>=2022.12.7 # not directly required, pinned by Snyk to avoid a vulnerability Jinja2<3.1 # because of https://github.com/jupyter/nbconvert/issues/1742 -jupyter-server-proxy==4.0.0 +jupyter-server-proxy==4.1.0 jupyterlab-git==0.42.0 jupyterlab-system-monitor~=0.8.0 mistune>=2.0.1 # not directly required, pinned by Snyk to avoid a vulnerability