diff --git a/poetry.lock b/poetry.lock index 08e6196..30e4e23 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1718,20 +1718,24 @@ test = ["array-api-strict", "asv", "gmpy2", "hypothesis (>=6.30)", "mpmath", "po [[package]] name = "seaborn" -version = "0.11.2" -description = "seaborn: statistical data visualization" +version = "0.13.0" +description = "Statistical data visualization" optional = false -python-versions = ">=3.6" +python-versions = ">=3.8" 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.13.0-py3-none-any.whl", hash = "sha256:70d740828c48de0f402bb17234e475eda687e3c65f4383ea25d0cc4728f7772e"}, + {file = "seaborn-0.13.0.tar.gz", hash = "sha256:0e76abd2ec291c655b516703c6a022f0fd5afed26c8e714e8baef48150f73598"}, ] [package.dependencies] -matplotlib = ">=2.2" -numpy = ">=1.15" -pandas = ">=0.23" -scipy = ">=1.0" +matplotlib = ">=3.3,<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 (<6.0.0)", "sphinx-copybutton", "sphinx-design", "sphinx-issues"] +stats = ["scipy (>=1.7)", "statsmodels (>=0.12)"] [[package]] name = "setuptools" @@ -2023,4 +2027,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9" -content-hash = "69f318021932a8c51eae8d2cf31cd45fd6be91dc949890fe8a0913fc91c30f53" +content-hash = "e208718417c8f323131515be7a7565141b076322a0182260c05f7c21b8047596" diff --git a/pyproject.toml b/pyproject.toml index e332a3f..6097bc2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ python-dateutil = "2.8.2" python-louvain = "0.16" pytz = "2021.1" rfc3986 = "1.4.0" -seaborn = "0.11.2" +seaborn = "0.13" six = "1.16.0" sniffio = "1.2.0" textdistance = "4.2.1"