Skip to content

Commit

Permalink
Bump lxml from 4.6.3 to 4.6.5 in /requirements (#37)
Browse files Browse the repository at this point in the history
* Bump lxml from 4.6.3 to 4.6.5 in /requirements

Bumps [lxml](https://github.com/lxml/lxml) from 4.6.3 to 4.6.5.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](lxml/lxml@lxml-4.6.3...lxml-4.6.5)

---
updated-dependencies:
- dependency-name: lxml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update docs.yml

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Samet Akcay <[email protected]>
  • Loading branch information
dependabot[bot] and samet-akcay authored Dec 20, 2021
1 parent 97d8035 commit f2d230a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
pip install -r requirements/openvino.txt
- name: Build and Commit Docs
run: |
pip install -r requirements/docs.txt
cd docs
pip install -r requirements.txt
make html
- name: Create gh-pages branch
run: |
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ albumentations==1.1.0
attrdict==2.0.1
defusedxml==0.7.1
kornia==0.5.6
lxml==4.6.3
lxml==4.6.5
matplotlib==3.4.3
networkx==2.5.1
nncf==2.0.0
Expand Down

0 comments on commit f2d230a

Please sign in to comment.