From 5525edf62ed5c891fc9c5fb55ea15a79ea08a62c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 04:09:02 +0000 Subject: [PATCH] Bump seaborn from 0.12.2 to 0.13.2 Bumps [seaborn](https://github.com/mwaskom/seaborn) from 0.12.2 to 0.13.2. - [Release notes](https://github.com/mwaskom/seaborn/releases) - [Commits](https://github.com/mwaskom/seaborn/compare/v0.12.2...v0.13.2) --- updated-dependencies: - dependency-name: seaborn dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1f84c5e1..46d46245 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ pandas==1.3.5 psycopg2==2.9.2; platform_machine!='arm64' or platform_system!='Darwin' psycopg2-binary==2.9.9; platform_machine=='arm64' or platform_system=='Darwin' scipy==1.10.1 -seaborn==0.12.2 +seaborn==0.13.2 SQLAlchemy==2.0.25