From eaab1dc62b72bece8f787873e4b67555f681badd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 00:51:10 +0000 Subject: [PATCH] Bump urllib3 in /mpcontribs-kernel-gateway/requirements Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.6 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.6...2.0.7) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- mpcontribs-kernel-gateway/requirements/deployment.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpcontribs-kernel-gateway/requirements/deployment.txt b/mpcontribs-kernel-gateway/requirements/deployment.txt index 713c51294..71f3ccc8a 100644 --- a/mpcontribs-kernel-gateway/requirements/deployment.txt +++ b/mpcontribs-kernel-gateway/requirements/deployment.txt @@ -477,7 +477,7 @@ uncertainties==3.1.7 # via pymatgen uri-template==1.3.0 # via jsonschema -urllib3==2.0.6 +urllib3==2.0.7 # via requests wcwidth==0.2.8 # via prompt-toolkit