Skip to content

Commit

Permalink
[Dependabot]: Update lxml requirement from ~=5.2 to ~=5.3
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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 12, 2024
1 parent 9542ea5 commit 286b8a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pyTooling ~= 6.4
ruamel.yaml ~= 0.18.6
lxml ~= 5.2
lxml ~= 5.3
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ pytest-cov ~= 5.0
# Static Type Checking
mypy ~= 1.10
typing_extensions ~= 4.12
lxml ~= 5.2
lxml ~= 5.3

0 comments on commit 286b8a7

Please sign in to comment.