Skip to content

Commit

Permalink
Bump mongo and pymongo versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Aug 9, 2023
1 parent b03fbf5 commit 452ff49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:

services:
mongo:
image: mongo:4
image: mongo:6
ports:
- 27017:27017
postgres:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ optimade-get = "optimade.client.cli:get"

[project.optional-dependencies]
elastic = ["elasticsearch-dsl~=7.4,<8.0", "elasticsearch~=7.17"]
mongo = ["pymongo>=3.12.1,<5", "mongomock~=4.1"]
mongo = ["pymongo~=4.0", "mongomock~=4.1"]
server = [
"uvicorn[standard]~=0.19",
"fastapi~=0.86,<0.99",
Expand Down

0 comments on commit 452ff49

Please sign in to comment.