Ibrahim

Results 3 issues of Ibrahim

https://github.com/django-notifications/django-notifications/blob/e8d2a251c227ea0e48cf77fd52a91a6cb6882778/notifications/utils.py#L15

When using `python-jose[cryptography]` such a warning appears: ```shell .../python3.8/site-packages/jose/backends/cryptography_backend.py:23: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead from cryptography.utils import int_from_bytes, int_to_bytes ```