Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit c39101b

Browse files
authored
Merge pull request #11 from mariofix/dependabot/pip/lxml-gte-4.9.3-and-lt-6.0.0
package update in dev(deps-dev): update lxml requirement from ^4.9.3 to >=4.9.3,<6.0.0
2 parents 942e843 + 49853cd commit c39101b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ mkdocs-git-revision-date-localized-plugin = "^1.2.0"
4646
mkdocs-git-committers-plugin-2 = ">=1.1.2,<3.0.0"
4747
pillow = "^10.0.0"
4848
cairosvg = "^2.7.0"
49-
lxml = "^4.9.3"
49+
lxml = ">=4.9.3,<6.0.0"
5050
pytest-cov = "^4.1.0"
5151
pytest-django = "^4.5.2"
5252
pytest-mock = "^3.11.1"

0 commit comments

Comments
 (0)