From 3ef172359e01a140e6c50957be3c04310e2ab692 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 13:06:05 -0300 Subject: [PATCH] chore(deps): bump pymongo from 4.3.3 to 4.5.0 (#29) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 2e9d5b1..3235c31 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -7,7 +7,7 @@ pytest-cov==4.1.0 pytest-mock==3.11.1 mongomock==4.1.2 pydantic>=2.0.2 -pymongo==4.3.3 +pymongo==4.5.0 mypy==0.991 mypy-extensions==1.0.0 black==23.9.1