bump some versions in requirements.txt
- lxml 5 works - svg.path has no breaking changes according to change log - cssutils has a v2, but didn't find a changelog
This commit is contained in:
parent
ca224b9d84
commit
2451c0f25f
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
pillow>=8.0.0
|
pillow>=8.0.0
|
||||||
cssutils==1.0.2
|
cssutils==1.0.2
|
||||||
lxml==4.9.1
|
lxml~=5.3
|
||||||
svg.path==4.0.2
|
svg.path~=6.0
|
||||||
Wand==0.6.5
|
Wand~=0.6.5
|
||||||
|
|
Loading…
Add table
Reference in a new issue