The django.utils.timezone.utc alias is deprecated

hello guys im using pytest to test my django application
It was working until yesterday but today when i want to test
I faced such an error:

The django.utils.timezone.utc alias is deprecated. Please update your code to use datetime.timezone.utc instead.

i update one of my models to use datetime.timezone.utc but the error still exists.
I would appreciate it if someone could help me…thanks.

This will help you
Check this one too