From f7ec6394b4138d26b09ddb097e78c9239ea70a08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 22:38:36 +0000 Subject: [PATCH] build(deps): bump matplotlib from 3.5.1 to 3.6.1 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.5.1 to 3.6.1. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.5.1...v3.6.1) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index c1e2b23..05a64c6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,6 +8,8 @@ cloudpickle==2.0.0 # via shap commonmark==0.9.1 # via rich +contourpy==1.0.5 + # via matplotlib cycler==0.11.0 # via matplotlib fonttools==4.31.2 @@ -18,7 +20,7 @@ kiwisolver==1.4.0 # via matplotlib llvmlite==0.38.0 # via numba -matplotlib==3.5.1 +matplotlib==3.6.1 # via # -r requirements.in # seaborn @@ -27,6 +29,7 @@ numba==0.55.1 numpy==1.21.5 # via # -r requirements.in + # contourpy # matplotlib # numba # pandas @@ -94,8 +97,6 @@ threadpoolctl==3.1.0 # via scikit-learn tqdm==4.63.1 # via shap -typing-extensions==4.2.0 - # via rich xgboost==1.5.2 # via -r requirements.in