From 87f860df35bce8d714c3f9ed31bd658ccc586892 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 May 2023 14:51:16 -0700 Subject: [PATCH] Bump seaborn from 0.11.2 to 0.12.2 (#18) Bumps [seaborn](https://github.com/mwaskom/seaborn) from 0.11.2 to 0.12.2. - [Release notes](https://github.com/mwaskom/seaborn/releases) - [Commits](https://github.com/mwaskom/seaborn/compare/v0.11.2...v0.12.2) --- updated-dependencies: - dependency-name: seaborn dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 24 ++++++++++++++---------- pyproject.toml | 2 +- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/poetry.lock b/poetry.lock index 848d1c2..14a2275 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1607,21 +1607,25 @@ test = ["asv", "gmpy2", "mpmath", "pytest", "pytest-cov", "pytest-xdist", "sciki [[package]] name = "seaborn" -version = "0.11.2" -description = "seaborn: statistical data visualization" +version = "0.12.2" +description = "Statistical data visualization" category = "dev" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" files = [ - {file = "seaborn-0.11.2-py3-none-any.whl", hash = "sha256:85a6baa9b55f81a0623abddc4a26b334653ff4c6b18c418361de19dbba0ef283"}, - {file = "seaborn-0.11.2.tar.gz", hash = "sha256:cf45e9286d40826864be0e3c066f98536982baf701a7caa386511792d61ff4f6"}, + {file = "seaborn-0.12.2-py3-none-any.whl", hash = "sha256:ebf15355a4dba46037dfd65b7350f014ceb1f13c05e814eda2c9f5fd731afc08"}, + {file = "seaborn-0.12.2.tar.gz", hash = "sha256:374645f36509d0dcab895cba5b47daf0586f77bfe3b36c97c607db7da5be0139"}, ] [package.dependencies] -matplotlib = ">=2.2" -numpy = ">=1.15" -pandas = ">=0.23" -scipy = ">=1.0" +matplotlib = ">=3.1,<3.6.1 || >3.6.1" +numpy = ">=1.17,<1.24.0 || >1.24.0" +pandas = ">=0.25" + +[package.extras] +dev = ["flake8", "flit", "mypy", "pandas-stubs", "pre-commit", "pytest", "pytest-cov", "pytest-xdist"] +docs = ["ipykernel", "nbconvert", "numpydoc", "pydata_sphinx_theme (==0.10.0rc2)", "pyyaml", "sphinx-copybutton", "sphinx-design", "sphinx-issues"] +stats = ["scipy (>=1.3)", "statsmodels (>=0.10)"] [[package]] name = "setuptools" @@ -1908,4 +1912,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "54b598e81eb8ac990ddd7293954d45b31822eef3feb851c4f0cc8319b0325423" +content-hash = "2a49711fdedf7ba860bf7b713711b86880ebcf919bcaf497789d6b9fc10a33bc" diff --git a/pyproject.toml b/pyproject.toml index c53cfbd..9216d1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ pylint = "^2.17" pytest = "^7.3" pytest-cov = "^4.0" pytest-timeout = "^2.1" -seaborn = "^0.11" +seaborn = "^0.12" [build-system] requires = ["poetry-core>=1.0.0"]