From 3d5fc9e6d600c7d38089afc11e2301470938572d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 16:51:16 +0200 Subject: [PATCH] Bump jupyterhub from 4.0.2 to 4.1.3 (#261) Bumps [jupyterhub](https://github.com/jupyterhub/jupyterhub) from 4.0.2 to 4.1.3. - [Changelog](https://github.com/jupyterhub/jupyterhub/blob/main/RELEASE.md) - [Commits](https://github.com/jupyterhub/jupyterhub/compare/4.0.2...4.1.3) --- updated-dependencies: - dependency-name: jupyterhub dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5294946a..e99b472d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "aiohttp" @@ -1897,13 +1897,13 @@ traitlets = "*" [[package]] name = "jupyterhub" -version = "4.0.2" +version = "4.1.3" description = "JupyterHub: A multi-user server for Jupyter notebooks" optional = false python-versions = ">=3.7" files = [ - {file = "jupyterhub-4.0.2-py3-none-any.whl", hash = "sha256:2f389e7d3067e1b11bb4091719048eedecee161039fd2e5b025d031f7ab23c62"}, - {file = "jupyterhub-4.0.2.tar.gz", hash = "sha256:d4e450eed8d90dfbcf0eca08f00f2093a0bce74dc51f7cfc0b7057f602341a1d"}, + {file = "jupyterhub-4.1.3-py3-none-any.whl", hash = "sha256:773f1f89df48dc7569924366885b92d181dcf034172581435804de85977e548e"}, + {file = "jupyterhub-4.1.3.tar.gz", hash = "sha256:eb547161c5709744a45073d878f3e0c96540859a2e6419931c36eef7ce888b82"}, ] [package.dependencies] @@ -1924,7 +1924,7 @@ tornado = ">=5.1" traitlets = ">=4.3.2" [package.extras] -test = ["beautifulsoup4[html5lib]", "coverage", "cryptography", "jsonschema", "jupyterlab (>=3)", "mock", "nbclassic", "playwright", "pytest (>=3.3)", "pytest-asyncio (>=0.17)", "pytest-cov", "requests-mock", "virtualenv"] +test = ["beautifulsoup4[html5lib]", "coverage", "cryptography", "jsonschema", "jupyterlab (>=3)", "mock", "nbclassic", "playwright", "pytest (>=3.3,<8)", "pytest-asyncio (>=0.17,<0.23)", "pytest-cov", "pytest-rerunfailures", "requests-mock", "virtualenv"] [[package]] name = "jupyterlab-widgets"