Skip to content

Commit 9a971ca

Browse files
Update pymongo requirement from <3.12,>=3.8 to >=3.8,<4.12
Updates the requirements on [pymongo](https://github.com/mongodb/mongo-python-driver) to permit the latest version. - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst) - [Commits](mongodb/mongo-python-driver@3.8.0...4.11.2) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3d0e444 commit 9a971ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"lxml_html_clean>=0.1.1,<0.5",
4646
"python-twitter>=3.5,<3.6",
4747
"chardet<6.0",
48-
"pymongo>=3.8,<3.12",
48+
"pymongo>=3.8,<4.12",
4949
"croniter<6.1",
5050
"python-dateutil<2.10",
5151
"unidecode>=0.04.21,<=1.3.8",

0 commit comments

Comments
 (0)