jazzband / django-recurrence

Utility for working with recurring dates in Django.
https://django-recurrence.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
489 stars 190 forks source link

Would it be possible to update `pytest` and `pytest-django` versions? #296

Open erwinfeser opened 1 month ago

erwinfeser commented 1 month ago

The hard requirements for old versions make it nearly impossible to integrate this library into complex projects that already require newer versions of these dependencies

Conni2461 commented 1 month ago

we are having the same issue with flake8=4.0.0. Because this is a blocker for me right now i forked the repo and done the appropriated changes to make it work for us, meaning moving all dev dependencies into the dev group: https://github.com/helsinki-systems/django-recurrence/commit/a397e9e1acfaeefcc3c869024b1368d7016de7bf

Are you @lino interested in this change? should i open a PR?

lino commented 1 month ago

I'd be happy to review and approve a MR, the problems with the package release remain, if you are willing to install from a specific git commit, this is going to solve your problem. If not, you will have to wait for the release stuff working again.