1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2025-11-04 12:38:32 +00:00

Bump lxml from 4.9.3 to 5.0.0

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

---
updated-dependencies:
- dependency-name: lxml
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-01-01 02:14:00 +00:00
committed by Dmitry Belyaev
parent 99b39b2abf
commit 6b7f4ce5ff
2 changed files with 92 additions and 96 deletions

View File

@@ -40,7 +40,7 @@ mypy = ">=0.960"
types-python-dateutil = "^2.8.19"
types-pytz = ">=2021.3.8"
types-PyYAML = "^6.0.12"
lxml = "^4.9.3"
lxml = ">=4.9.3,<6.0.0"
[tool.poetry.group.docs.dependencies]
sphinx = ">=7.1,<7.2"