psf/cachecontrol

cachecontrol uses the deprecated utcnow method

pfmoore opened this issue · 1 comments

There are two places (here and here) in the codebase that use datetime.utcnow.

This will start raising deprecation warnings in Python 3.12.

Closed by #290