Skip to content

Commit

Permalink
Update lxml requirement from <5.0,>=4.6.3 to >=4.6.3,<6.0 (#1021)
Browse files Browse the repository at this point in the history
Updates the requirements on [lxml](https://github.com/lxml/lxml) to permit the latest version.
- [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-5.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 1, 2024
1 parent fd4d52f commit d482ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ django-rest-knox>=4.1.0,<5.0
django-filter>=2.2.0,<24.0
gunicorn>=19.9.0,<22.0
importlib-metadata==4.13.0
lxml>=4.6.3,<5.0
lxml>=4.6.3,<6.0
markdown>=3.2.2,<4.0
numpy>=1.18.4,<2.0
pandas>=1.0.3,<3.0
Expand Down

0 comments on commit d482ec8

Please sign in to comment.