From b8310e5f3c961350fe0de620607b7572922190a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 01:26:57 +0000 Subject: [PATCH 1/2] Update seaborn requirement from ==0.12.* to ==0.13.* 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.12.0a0...v0.13.0) --- 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 01ace44..655474f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,5 +8,5 @@ plotly>=5.14.0.a, <=5.17.0 pyvo>=1.4.1, <=1.4.2 regions==0.7 requests>=2.4.3 -seaborn==0.12.* +seaborn==0.13.* specutils<=1.12.*, >=1.9.* \ No newline at end of file From c88a1c265480fdac5e97a151a29ad4875deea96e Mon Sep 17 00:00:00 2001 From: Manon Marchand Date: Sun, 1 Oct 2023 20:02:31 +0200 Subject: [PATCH 2/2] update seaborn requirement --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 655474f..0fddd38 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,5 +8,5 @@ plotly>=5.14.0.a, <=5.17.0 pyvo>=1.4.1, <=1.4.2 regions==0.7 requests>=2.4.3 -seaborn==0.13.* -specutils<=1.12.*, >=1.9.* \ No newline at end of file +seaborn >=0.12.*, <=0.13.* +specutils<=1.12.*, >=1.9.*