Skip to content

Commit

Permalink
tests: fix pymongo requirements (#2212)
Browse files Browse the repository at this point in the history
  • Loading branch information
xrmx authored Feb 5, 2025
1 parent e4a05ba commit 6f521ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions tests/requirements/reqs-pymongo-3.6.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pymongo>=3.6,<4.0
-r reqs-base.txt
2 changes: 1 addition & 1 deletion tests/requirements/reqs-pymongo-newest.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pymongo>=3.6
pymongo>=4.0
-r reqs-base.txt

0 comments on commit 6f521ec

Please sign in to comment.