Skip to content

Commit

Permalink
Update lxml requirement from ==4.9.* to ==5.1.* in /server
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.9.0...lxml-5.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent da6fc33 commit 6a0353e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ django-multifactor==0.6.1
djangorestframework==3.14.*
emoji==2.10.*
icalendar==5.0.*
lxml==4.9.*
lxml==5.1.*
matplotlib==3.7.*
numpy==1.24.*
orjson==3.9.*
Expand Down

0 comments on commit 6a0353e

Please sign in to comment.