diff options
author | Robert Göhler <github@ghlr.de> | 2023-11-07 21:15:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-07 21:15:38 +0100 |
commit | 42b961436554c353fcf11004ae3416737aaade3d (patch) | |
tree | 1390475ffbd86d469ea7a5b64fa39b3dd5f1ef8c /requirements.txt | |
parent | 3a047555624e51f3d352fccc42f2435d01e9f240 (diff) | |
download | vyos-documentation-42b961436554c353fcf11004ae3416737aaade3d.tar.gz vyos-documentation-42b961436554c353fcf11004ae3416737aaade3d.zip |
downgrade lxml
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 9ca1cac2..a433b957 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.9.1 +lxml==4.8.0 myst-parser==0.17.1 sphinx-panels==0.6.0 |