diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-07-06 21:39:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-06 21:39:05 +0000 |
commit | 9cd926b21253ed370ac41a1a9fed63b288107f63 (patch) | |
tree | f16be260a0ea55f1ea15c5bebe68fee6009520ea /requirements.txt | |
parent | a04df9e0c61fee87f297972db17fee93878016de (diff) | |
download | vyos-documentation-9cd926b21253ed370ac41a1a9fed63b288107f63.tar.gz vyos-documentation-9cd926b21253ed370ac41a1a9fed63b288107f63.zip |
build(deps): bump lxml from 4.8.0 to 4.9.1
Bumps [lxml](https://github.com/lxml/lxml) from 4.8.0 to 4.9.1.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](https://github.com/lxml/lxml/compare/lxml-4.8.0...lxml-4.9.1)
---
updated-dependencies:
- dependency-name: lxml
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
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 |