Bump moto dependency to resolve dependency conflicts

This commit is contained in:
Rebecca Law
2021-05-25 08:49:10 +01:00
parent bd1498f49f
commit f66f0a2e2d
4 changed files with 4 additions and 4 deletions

View File

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