diff options
| author | Marcin Puhacz <marcinpuhacz@gmail.com> | 2019-08-07 14:06:13 +0200 |
|---|---|---|
| committer | Omer Katz <omer.drow@gmail.com> | 2019-08-07 15:06:13 +0300 |
| commit | 0ad7d08c4cb4abce32e9d765d0bb16b92830451f (patch) | |
| tree | cc16c7a10b515b926416a8acbffdf9b692d5531d /requirements | |
| parent | 193054d24331a10d76a50a0501d396a9dbc1a0a6 (diff) | |
| download | kombu-0ad7d08c4cb4abce32e9d765d0bb16b92830451f.tar.gz | |
Fixing MongoDB backend to work properly with TTL (#1076)
* Fixing MongoDB backend to work properly with TTL
Bumping pymongo version to 3.8.0
* Updating authors
* Adding dependencies to travis config
* Fixing travis test cases
* Changing pymongo version to align with mongo result backend
Diffstat (limited to 'requirements')
| -rw-r--r-- | requirements/extras/mongodb.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements/extras/mongodb.txt b/requirements/extras/mongodb.txt index 018b3dc5..e635ba45 100644 --- a/requirements/extras/mongodb.txt +++ b/requirements/extras/mongodb.txt @@ -1 +1 @@ -pymongo>=2.6.2,<3.0 +pymongo>=3.3.0 |
