From c714813a1e264da54e07a5d2e23d2f9320289941 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 20:00:43 +0000 Subject: [PATCH] Update seaborn requirement from ~=0.11.0 to ~=0.12.2 Updates the requirements on [seaborn](https://github.com/mwaskom/seaborn) to permit the latest version. - [Release notes](https://github.com/mwaskom/seaborn/releases) - [Commits](https://github.com/mwaskom/seaborn/compare/v0.11.0...v0.12.2) --- updated-dependencies: - dependency-name: seaborn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0426c00..25552cc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ confuse~=1.3.0 matplotlib~=3.3.2 nltk~=3.5 pandas~=1.1.3 -seaborn~=0.11.0 +seaborn~=0.12.2 scikit-learn~=0.23.2 xlrd~=1.2.0 \ No newline at end of file