From 38a645b7702b5b4922cf7bede0bc1be80cc9061d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 18:47:27 +0000 Subject: [PATCH] Bump urllib3 in /mpcontribs-serverless/dependencies Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.12 to 1.26.18. - [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/1.26.12...1.26.18) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- mpcontribs-serverless/dependencies/requirements.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mpcontribs-serverless/dependencies/requirements.txt b/mpcontribs-serverless/dependencies/requirements.txt index b0205484f..a7ee2c4fd 100644 --- a/mpcontribs-serverless/dependencies/requirements.txt +++ b/mpcontribs-serverless/dependencies/requirements.txt @@ -47,6 +47,8 @@ emmet-core==0.38.6 # via mp-api envier==0.4.0 # via ddtrace +exceptiongroup==1.1.3 + # via cattrs executing==1.2.0 # via stack-data filetype==1.1.0 @@ -201,6 +203,8 @@ rfc3987==1.3.8 # via jsonschema ruamel-yaml==0.17.21 # via pymatgen +ruamel-yaml-clib==0.2.8 + # via ruamel-yaml scipy==1.10.0 # via pymatgen semantic-version==2.10.0 @@ -261,7 +265,7 @@ ujson==5.5.0 # via mpcontribs-client uncertainties==3.1.7 # via pymatgen -urllib3==1.26.12 +urllib3==1.26.18 # via requests wcwidth==0.2.5 # via prompt-toolkit