We can replace `pytz.utc` usages with the built-in `datetime.timezone.utc` to get rid of a dependency.
We can replace
pytz.utcusages with the built-indatetime.timezone.utcto get rid of a dependency.