Skip to content

Commit

Permalink
Update pymongo version to support newer MongoDB versions
Browse files Browse the repository at this point in the history
  • Loading branch information
arikfr committed Apr 8, 2018
1 parent 8aba5db commit 5f25bc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements_all_ds.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ influxdb==2.7.1
MySQL-python==1.2.5
oauth2client==3.0.0
pyhive==0.3.0
pymongo==3.2.1
pymongo==3.6.1
vertica-python==0.5.1
td-client==0.8.0
pymssql==2.1.3
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ coverage==4.0.3
mock==2.0.0

# PyMongo is needed for one of the unit tests:
pymongo==3.2.1
pymongo==3.6.1

0 comments on commit 5f25bc4

Please sign in to comment.