Skip to content

Commit c89111e

Browse files
Bump pymongo from 3.10.1 to 4.6.3
Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 3.10.1 to 4.6.3. - [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.10.1...4.6.3) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 03eb14f commit c89111e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ roman==3.3 # Check for roman numbers in string chunks
66
python-dotenv==0.19.0 # dotenv setting files
77
pydantic==1.8.2 # Settings Handler & dataclasses
88
cachetools==4.2.2 # TTLCache
9-
pymongo==3.10.1 # MongoDB client
9+
pymongo==4.6.3 # MongoDB client
1010
motor==2.1.0 # MongoDB Async client
1111
loguru==0.5.3 # Logging

0 commit comments

Comments
 (0)