diff --git a/poetry.lock b/poetry.lock index 013d5c2..789d7c7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2202,24 +2202,24 @@ scipy = "*" [[package]] name = "seaborn" -version = "0.12.2" +version = "0.13.1" description = "Statistical data visualization" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "seaborn-0.12.2-py3-none-any.whl", hash = "sha256:ebf15355a4dba46037dfd65b7350f014ceb1f13c05e814eda2c9f5fd731afc08"}, - {file = "seaborn-0.12.2.tar.gz", hash = "sha256:374645f36509d0dcab895cba5b47daf0586f77bfe3b36c97c607db7da5be0139"}, + {file = "seaborn-0.13.1-py3-none-any.whl", hash = "sha256:6baa69b6d1169ae59037971491c450c0b73332b42bd4b23570b62a546bc61cb8"}, + {file = "seaborn-0.13.1.tar.gz", hash = "sha256:bfad65e9c5989e5e1897e61bdbd2f22e62455940ca76fd49eca3ed69345b9179"}, ] [package.dependencies] -matplotlib = ">=3.1,<3.6.1 || >3.6.1" -numpy = ">=1.17,<1.24.0 || >1.24.0" -pandas = ">=0.25" +matplotlib = ">=3.4,<3.6.1 || >3.6.1" +numpy = ">=1.20,<1.24.0 || >1.24.0" +pandas = ">=1.2" [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)"] +docs = ["ipykernel", "nbconvert", "numpydoc", "pydata_sphinx_theme (==0.10.0rc2)", "pyyaml", "sphinx (<6.0.0)", "sphinx-copybutton", "sphinx-design", "sphinx-issues"] +stats = ["scipy (>=1.7)", "statsmodels (>=0.12)"] [[package]] name = "simplejson" @@ -2742,4 +2742,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9, <3.12" -content-hash = "54c03a07e6d4e969c69deaa473f8c6bc5d142e76b936e9b65d6c0327cde0ea86" +content-hash = "98ddd60c9f1b3584bdc54ed08ca8cbe1823a6a14120ef017eb6498bc41417252" diff --git a/pyproject.toml b/pyproject.toml index 9497d74..2641db3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ pytest = "7.4.3" pytest-cov = "*" #jupyter = "^1.0.0" -seaborn = "^0.12.2" +seaborn = "^0.13.1" dask = "^2023.9.0" tqdm = "^4.65.0" matplotlib = "^3.7.1"