From 74a85edb98977efe407c44d5ed366648538e461f Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Fri, 12 Jan 2024 13:04:12 -0500 Subject: [PATCH] Remove a non-doc dependency. This was just bad copy-paste. --- docs/conf.py | 1 - docs/requirements.in | 1 - docs/requirements.txt | 9 ++------- tests/requirements.txt | 2 +- 4 files changed, 3 insertions(+), 10 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index eb1c0bf..ef63ad2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -27,7 +27,6 @@ "sphinx.ext.todo", "sphinx.ext.viewcode", "sphinx_copybutton", - "sphinx_json_schema_spec", "sphinxcontrib.spelling", "sphinxext.opengraph", ] diff --git a/docs/requirements.in b/docs/requirements.in index 9fe44c0..01f3186 100644 --- a/docs/requirements.in +++ b/docs/requirements.in @@ -2,7 +2,6 @@ file:.#egg=rpds-py furo pygments-github-lexers sphinx-copybutton -sphinx-json-schema-spec sphinx>5 sphinxcontrib-spelling>5 sphinxext-opengraph diff --git a/docs/requirements.txt b/docs/requirements.txt index c91badb..0ef05bc 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile --strip-extras docs/requirements.in # -alabaster==0.7.13 +alabaster==0.7.16 # via sphinx babel==2.14.0 # via sphinx @@ -22,10 +22,8 @@ idna==3.6 # via requests imagesize==1.4.1 # via sphinx -jinja2==3.1.2 +jinja2==3.1.3 # via sphinx -lxml==4.9.3 - # via sphinx-json-schema-spec markupsafe==2.1.3 # via jinja2 packaging==23.2 @@ -53,7 +51,6 @@ sphinx==7.2.6 # furo # sphinx-basic-ng # sphinx-copybutton - # sphinx-json-schema-spec # sphinxcontrib-applehelp # sphinxcontrib-devhelp # sphinxcontrib-htmlhelp @@ -65,8 +62,6 @@ sphinx-basic-ng==1.0.0b2 # via furo sphinx-copybutton==0.5.2 # via -r docs/requirements.in -sphinx-json-schema-spec==2023.8.1 - # via -r docs/requirements.in sphinxcontrib-applehelp==1.0.7 # via sphinx sphinxcontrib-devhelp==1.0.5 diff --git a/tests/requirements.txt b/tests/requirements.txt index ba29746..0483d1b 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -10,7 +10,7 @@ packaging==23.2 # via pytest pluggy==1.3.0 # via pytest -pytest==7.4.3 +pytest==7.4.4 # via -r tests/requirements.in file:.#egg=rpds-py # via -r tests/requirements.in