Skip to content

Commit

Permalink
build(deps): update lxml constain
Browse files Browse the repository at this point in the history
  • Loading branch information
JamzumSum committed Jan 1, 2024
1 parent af9ff7e commit 1410a5d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ packages = [{ include = "chaosvm", from = "src" }]
python = "^3.8"
pyjsparser = "^2.7.1"
typing-extensions = ">=4.6.0"
lxml = "^5.0.0"
lxml = ">=4.0,<6.0"

[tool.poetry.group.test.dependencies]
pytest = "^7.4.2"
Expand Down

0 comments on commit 1410a5d

Please sign in to comment.