Skip to content

Commit

Permalink
Update lxml requirement from ==5.2.* to ==5.3.* 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-5.2.0...lxml-5.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
1 parent a44d422 commit da6ba40
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.2
djangorestframework==3.15.*
emoji==2.12.*
icalendar==5.0.*
lxml==5.2.*
lxml==5.3.*
matplotlib==3.9.*
numpy==1.26.*
orjson==3.10.*
Expand Down

0 comments on commit da6ba40

Please sign in to comment.