⬆️ Bump lxml from 5.0.0 to 5.1.0 (#230)

Bumps [lxml](https://github.com/lxml/lxml) from 5.0.0 to 5.1.0.
- [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-5.0.0...lxml-5.1.0)

---
updated-dependencies:
- dependency-name: lxml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-01-15 18:51:05 +08:00
committed by GitHub
parent 27258ab744
commit e084cdb145
2 changed files with 82 additions and 92 deletions

View File

@@ -11,7 +11,7 @@ license = 'AGPL-3.0'
[tool.poetry.dependencies]
python = '^3.10'
nonebot2 = '^2.1.3'
lxml = '^5.0.0'
lxml = '^5.1.0'
pandas = '>=1.4.3,<3.0.0'
playwright = '^1.40.0'
ujson = '^5.9.0'