Skip to content

Commit cf8ae3a

Browse files
requirements.txt updated
1 parent bb0afbc commit cf8ae3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ future==0.18.2
66
graphene>=2.1.8,<3
77
iso8601==0.1.13
88
mongoengine==0.19.1; python_version <= '3.4'
9-
mongoengine==0.21.0; python_version > '3.4'
10-
mongomock==3.21.0
9+
mongoengine==0.22.1; python_version > '3.4'
10+
mongomock==3.22.0
1111
pymongo==3.11.2
1212
pytest==4.6.11; python_version <= '3.4'
13-
pytest==6.1.2; python_version > '3.4'
13+
pytest==6.2.1; python_version > '3.4'
1414
pytest-cov==2.8.1; python_version == '3.4'
1515
pytest-cov==2.10.1; python_version < '3.4' or python_version > '3.4'
1616
singledispatch==3.4.0.3

0 commit comments

Comments
 (0)