diff --git a/poetry.lock b/poetry.lock index 9c49c91..eb9a29d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -5551,24 +5551,24 @@ torch = ["safetensors[numpy]", "torch (>=1.10)"] [[package]] name = "seaborn" -version = "0.12.2" +version = "0.13.0" 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.0-py3-none-any.whl", hash = "sha256:70d740828c48de0f402bb17234e475eda687e3c65f4383ea25d0cc4728f7772e"}, + {file = "seaborn-0.13.0.tar.gz", hash = "sha256:0e76abd2ec291c655b516703c6a022f0fd5afed26c8e714e8baef48150f73598"}, ] [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.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-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 = "selenium" @@ -7277,4 +7277,4 @@ web-server = ["dash", "dash-auth", "dash-bootstrap-components", "matplotlib", "s [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "11e8a3d79406a081fe88308faef49cb75ca74ed8a78a0eee35feb64bd4d1e3ad" +content-hash = "74939597cd15da77e6d8c2e07e9c7c2e369b90258e1d5c39ce011be6f7b92c41" diff --git a/pyproject.toml b/pyproject.toml index 94c5216..f218fb5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ psycopg2-binary = "^2.9.7" pymongo = "^4.5.0" python = "^3.11" python-dotenv = "^1.0.0" -seaborn = "^0.12.2" +seaborn = "^0.13.0" selenium = "^4.12.0" spacy = "^3.6.1" spacy-sentiws = "^3.0.0"