From 89de373448477b963729fe62a43bbc4bcffcdad9 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Mon, 8 Apr 2024 06:09:18 -0500 Subject: [PATCH] Revert "Set all min deps" (#2138) --- pyproject.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 28225c381..0f5539e2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,21 +26,21 @@ classifiers = [ urls = {Homepage = "https://jupyter.org"} requires-python = ">=3.8" dependencies = [ - "beautifulsoup4>=4.12.1", - "bleach>=6.1", - "defusedxml>=0.7.1", + "beautifulsoup4", + "bleach!=5.0.0", + "defusedxml", "importlib_metadata>=3.6;python_version<\"3.10\"", "jinja2>=3.0", "jupyter_core>=4.7", - "jupyterlab_pygments>=0.3", + "jupyterlab_pygments", "MarkupSafe>=2.0", "mistune>=2.0.3,<4", - "nbclient>=0.7.4", + "nbclient>=0.5.0", "nbformat>=5.7", - "packaging>=22.0", + "packaging", "pandocfilters>=1.4.1", "pygments>=2.4.1", - "tinycss2>=0.4", + "tinycss2", "traitlets>=5.1", ] dynamic = ["version"]