Skip to content

Commit 151a34c

Browse files
chore(deps): bump pymongo from 4.15.5 to 4.16.0 (#733)
Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.15.5 to 4.16.0. - [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@4.15.5...4.16.0) --- updated-dependencies: - dependency-name: pymongo dependency-version: 4.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f98752e commit 151a34c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ psutil==5.8.0; python_full_version >= "3.6.2" and python_full_version < "4.0.0"
2828
pyasn1==0.6.1; python_version >= "3.5" and python_version < "4"
2929
pycparser==2.23
3030
pydantic==2.12.5; python_full_version >= "3.6.2" and python_full_version < "4.0.0" and python_version >= "3.7" and python_version < "4.0"
31-
pymongo==4.15.5; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.5.2"
31+
pymongo==4.16.0; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.5.2"
3232
python-dotenv==1.0.1; python_version >= "3.5"
3333
python-jose==3.4.0
3434
python-multipart==0.0.20

0 commit comments

Comments
 (0)