diff options
author | Robert Göhler <github@ghlr.de> | 2022-07-07 17:27:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-07 17:27:33 +0200 |
commit | 4f00eb16fc36fcc51db1215ddb078adee8b14e5b (patch) | |
tree | 94c9c6e008d9db584c5b2dde37d51dbb0e43279d | |
parent | 2d5878c4072efd0c9242f3d6549a4042ac97d8a8 (diff) | |
parent | 9cd926b21253ed370ac41a1a9fed63b288107f63 (diff) | |
download | vyos-documentation-4f00eb16fc36fcc51db1215ddb078adee8b14e5b.tar.gz vyos-documentation-4f00eb16fc36fcc51db1215ddb078adee8b14e5b.zip |
Merge pull request #803 from vyos/dependabot/pip/lxml-4.9.1
build(deps): bump lxml from 4.8.0 to 4.9.1
-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 |