thibaudcolas / curlylint

Experimental HTML templates linting for Jinja, Nunjucks, Django templates, Twig, Liquid
https://www.curlylint.org/
MIT License
237 stars 25 forks source link

Update parsy to 1.3.0 #85

Open heavenshell opened 2 years ago

heavenshell commented 2 years ago

Hi!

I just updated parsy to 1.3.0 for following message raised.

The conflict is caused by:
    curlylint 0.13.0 depends on parsy==1.1.0
    The user requested (constraint) parsy==1.3.0
thibaudcolas commented 2 years ago

Hey @heavenshell, I’d love to do this but am worried about potential compatibility issues. Can you share:

  1. What you’ve done to test this change?
  2. What other tool you were using that required v1.3.0 of Parsy?