diff options
author | Andrii Andrieiev <a.andrieiev@sentrium.io> | 2023-11-08 00:35:14 +0200 |
---|---|---|
committer | Andrii Andrieiev <a.andrieiev@sentrium.io> | 2023-11-08 00:35:14 +0200 |
commit | 561eb194e04e4c428262ce992e91ec9c159a3ce0 (patch) | |
tree | f140dcb306a430a780e2a4c1649981137208edcd /requirements.txt | |
parent | 8a1d41b7f169a23112840e61e8f8da6182146a15 (diff) | |
download | vyos-documentation-561eb194e04e4c428262ce992e91ec9c159a3ce0.tar.gz vyos-documentation-561eb194e04e4c428262ce992e91ec9c159a3ce0.zip |
Fixed lxml build (Python 3.12 issue)
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index a433b957..9ca1cac2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ Sphinx==4.5.0 sphinx-rtd-theme==1.0.0 sphinx-autobuild==2021.3.14 sphinx-notfound-page==0.8 -lxml==4.8.0 +lxml==4.9.1 myst-parser==0.17.1 sphinx-panels==0.6.0 |