From 3124d38c62787d8ed293a10b69a2f6dcfb4fed2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 00:42:39 +0000 Subject: [PATCH] Bump pymongo from 4.3.3 to 4.5.0 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.3.3 to 4.5.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](https://github.com/mongodb/mongo-python-driver/compare/4.3.3...4.5.0) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constraints.txt b/constraints.txt index 6b2a3bf..5904bc5 100644 --- a/constraints.txt +++ b/constraints.txt @@ -26,7 +26,7 @@ pycodestyle==2.10.0 pycparser==2.21 pyflakes==3.0.1 PyJWT==2.6.0 -pymongo==4.3.3 +pymongo==4.5.0 pytest==7.3.1 pytest-flake8==1.1.1 pytest-mypy==0.10.3