Skip to content

Commit ce893ea

Browse files
Chore(deps): Update pymongo requirement from <4.14 to <4.16
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@0.4pre...4.15.0) --- updated-dependencies: - dependency-name: pymongo dependency-version: 4.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f324552 commit ce893ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ optional-dependencies.doc = [
134134
"sphinxext-opengraph<1",
135135
]
136136
optional-dependencies.mongodb = [
137-
"pymongo<4.14",
137+
"pymongo<4.16",
138138
]
139139
optional-dependencies.release = [
140140
"build<2",

0 commit comments

Comments
 (0)