deschler / django-modeltranslation

Translates Django models using a registration approach.
BSD 3-Clause "New" or "Revised" License
1.34k stars 257 forks source link

please remove last reference to six on poetry.lock #705

Closed a-detiste closed 8 months ago

a-detiste commented 8 months ago

follow up to

https://github.com/deschler/django-modeltranslation/pull/646/files

last-partizan commented 8 months ago

That's a dependency of pytest-cov: https://github.com/pytest-dev/pytest-cov

a-detiste commented 8 months ago

Thanks.

Actually pytest-cov doesn't need six at all either...

a-detiste commented 3 months ago

pytest-cov has been cleansed of the fake dependency

https://github.com/pytest-dev/pytest-cov/commit/ff3fdd8039bb11e93d7a5b06a32091d58e97bfbf

last-partizan commented 3 months ago

Oh, nice.

When they release new version with this change we can update our deps.