From 0945dafa232dbbe6af1d48d82303f5da360fd968 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 18:55:14 +0000 Subject: [PATCH] Bump pymongo from 4.7.0 to 4.7.1 in /oidc-controller Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.7.0 to 4.7.1. - [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.7.0...4.7.1) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- oidc-controller/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oidc-controller/requirements.txt b/oidc-controller/requirements.txt index fce7c76d..03a43722 100644 --- a/oidc-controller/requirements.txt +++ b/oidc-controller/requirements.txt @@ -1,7 +1,7 @@ fastapi==0.110.3 jinja2==3.1.3 oic==1.7.0 -pymongo==4.7.0 +pymongo==4.7.1 pyop==3.4.1 python-multipart==0.0.9 # required by fastapi to serve/upload files qrcode[pil]==7.4.2