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,8 +1,8 @@
import json
import uuid
from datetime import datetime
from unittest import mock
import mock
import pytest
from flask import current_app, url_for
from freezegun import freeze_time