Bump moto version to try solve dependencies version conflict

Also update mock import statements in some test files as they
stopped working with this dependency update.
This commit is contained in:
Pea Tyczynska
2021-07-08 14:10:58 +01:00
parent 9e8682ac29
commit c28e9451d4
4 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
from datetime import date, datetime, time, timedelta
from unittest import mock
from uuid import UUID
import mock
import pytest
from freezegun import freeze_time