From 11ac81810358d438cbca94556facfc93cd65c8de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 15:42:47 +0000 Subject: [PATCH] Bump jupyterlab-code-formatter from 2.2.1 to 3.0.2 (#118) --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index a0154c9..273fa6a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2435,13 +2435,13 @@ upgrade-extension = ["copier (>=9,<10)", "jinja2-time (<0.3)", "pydantic (<3.0)" [[package]] name = "jupyterlab-code-formatter" -version = "2.2.1" +version = "3.0.2" description = "A JupyterLab plugin to facilitate invocation of code formatters." optional = false python-versions = ">=3.7" files = [ - {file = "jupyterlab_code_formatter-2.2.1-py3-none-any.whl", hash = "sha256:5f196ef80d1ae53028b04425a3f1cfb008fb211b46f942701af5fdd7557b5fe1"}, - {file = "jupyterlab_code_formatter-2.2.1.tar.gz", hash = "sha256:85322819da61f025ebc7c4a842979994fa812ad44c334fdb6ebb9ebad58dae08"}, + {file = "jupyterlab_code_formatter-3.0.2-py3-none-any.whl", hash = "sha256:9f4c5be0a5296029207d965da7b65621aa8a06d39fc3a5d8e59d1f3db88997fd"}, + {file = "jupyterlab_code_formatter-3.0.2.tar.gz", hash = "sha256:55adb8fa8b9bd58f0b39e7d3ead6c1e862e9ebc1444a66cdb4233d8dc6351d4b"}, ] [package.dependencies] @@ -2450,7 +2450,7 @@ packaging = "*" [package.extras] dev = ["autopep8", "black (==22.1.0)", "blue (==0.9.1)", "click (==8.0.2)", "isort", "jupyterlab (>=3.0.0)", "rpy2", "ruff", "yapf"] -test = ["black (==22.1.0)", "blue (==0.9.1)", "coverage", "importlib-metadata", "isort", "pytest", "pytest-asyncio", "pytest-cov", "pytest-jupyter[server] (>=0.6.0)", "yapf"] +test = ["black (==22.1.0)", "blue (==0.9.1)", "coverage", "importlib-metadata", "isort", "pytest", "pytest-asyncio", "pytest-cov", "pytest-jupyter[server] (>=0.6.0)", "rpy2", "ruff", "yapf"] [[package]] name = "jupyterlab-pygments" @@ -5835,4 +5835,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "943021d9c2de1a4dcb5e5a3d7c09c6f08a9f84891fe238fa9378cc3ca5794e32" +content-hash = "20b93b08a11e62d9fc01b00486356f1d501f21687c8b8b4dc6b94b137b8c2564" diff --git a/pyproject.toml b/pyproject.toml index f53eade..1afcf68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ jupyterlab = "^4.2.3" # used for example notebook formatting jupytext = "^1.16.2" # used for example notebook formatting -jupyterlab-code-formatter = "^2.2.1" +jupyterlab-code-formatter = ">=2.2.1,<4.0.0" # used for example notebook formatting black = "^24.4.2" # used for example notebook formatting