From 77035c9d68db186718bba16fd14cb7bbc1a912de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 18:17:35 -0300 Subject: [PATCH] chore(deps): bump pymongo from 4.6.2 to 4.6.3 (#97) Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.6.2 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](https://github.com/mongodb/mongo-python-driver/compare/4.6.2...4.6.3) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production ... 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 37b6f50..ac86c3f 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -8,7 +8,7 @@ pytest-cov==4.1.0 pytest-mock==3.12.0 mongomock==4.1.2 pydantic>=2.0.2 -pymongo==4.6.2 +pymongo==4.6.3 mypy==1.8.0 mypy-extensions==1.0.0 black==24.4.0