diff --git a/setup.py b/setup.py index d2a149d93b..7a99cc64d3 100644 --- a/setup.py +++ b/setup.py @@ -94,11 +94,11 @@ "pytest==6.2.5", # 7.1.2 "toml >= 0.10.2", # 0.10.2 "ipdb==0.13.9", # 0.13.9 - "sphinx==4.2.0", # 5.1.1 - "sphinx_rtd_theme==1.0.0", # 1.0.0 - "sphinxcontrib-openapi==0.7.0", # 0.7.0 + "sphinx==7.2.6", #4.2.0", # 5.1.1 + "sphinx_rtd_theme==2.0.0", # 1.0.0 + "sphinxcontrib-openapi==0.8.3", # 0.7.0 "sphinxcontrib-redoc==1.6.0", # 1.6.0 - "docutils==0.17.1" # 0.19 + "docutils==0.20.1" # 0.19 ] }, entry_points={