diff options
author | rebortg <github@ghlr.de> | 2023-04-17 21:11:31 +0200 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2023-04-17 21:11:31 +0200 |
commit | acd3cecea5f5f112625c50dc1389b231e831b936 (patch) | |
tree | 665c2c59316fbc188cdeab11a72fe234bba8e54f /requirements.txt | |
parent | 7dca30a0e5e977c7567b4dc3267be6f4034d6b56 (diff) | |
download | vyos-documentation-acd3cecea5f5f112625c50dc1389b231e831b936.tar.gz vyos-documentation-acd3cecea5f5f112625c50dc1389b231e831b936.zip |
update 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 61441cfc..36a32beb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,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 |