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:
Jannik Beyerstedt 2024-11-02 21:49:30 +01:00
parent ca224b9d84
commit 2451c0f25f

View file

@ -1,5 +1,5 @@
pillow>=8.0.0
cssutils==1.0.2
lxml==4.9.1
svg.path==4.0.2
Wand==0.6.5
lxml~=5.3
svg.path~=6.0
Wand~=0.6.5