From cc8615da917420fb2dd42942ab2b0fa2767656cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 00:03:57 -0400 Subject: [PATCH] Bump urllib3 from 2.0.3 to 2.0.7 in /mongodb (#19) Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.3 to 2.0.7. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.0.3...2.0.7) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- mongodb/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mongodb/requirements.txt b/mongodb/requirements.txt index a4abd8c..650f69e 100644 --- a/mongodb/requirements.txt +++ b/mongodb/requirements.txt @@ -13,5 +13,5 @@ python-dotenv==1.0.0 requests==2.31.0 six==1.16.0 typing_extensions==4.7.0 -urllib3==2.0.3 +urllib3==2.0.7 websocket-client==1.6.1