From 7cdf30675100d961cdc780677ba5b1ffa15cc53a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 19:36:32 +0000 Subject: [PATCH] chore(deps): bump dash from 2.15.0 to 2.16.0 Bumps [dash](https://github.com/plotly/dash) from 2.15.0 to 2.16.0. - [Release notes](https://github.com/plotly/dash/releases) - [Changelog](https://github.com/plotly/dash/blob/dev/CHANGELOG.md) - [Commits](https://github.com/plotly/dash/compare/v2.15.0...v2.16.0) --- updated-dependencies: - dependency-name: dash dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 16 ++++++++-------- pyproject.toml | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7a328cc..6143fcf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -498,13 +498,13 @@ test-randomorder = ["pytest-randomly"] [[package]] name = "dash" -version = "2.15.0" +version = "2.16.0" description = "A Python framework for building reactive web-apps. Developed by Plotly." optional = false -python-versions = ">=3.6" +python-versions = ">=3.8" files = [ - {file = "dash-2.15.0-py3-none-any.whl", hash = "sha256:df1882bbf613e4ca4372281c8facbeb68e97d76720336b051bf84c75d2de8588"}, - {file = "dash-2.15.0.tar.gz", hash = "sha256:d38891337fc855d5673f75e5346354daa063c4ff45a8a6a21f25e858fcae41c2"}, + {file = "dash-2.16.0-py3-none-any.whl", hash = "sha256:2a06e3856d9389656e1c84d6afb086748db0bbb676f44abb899df117c2879606"}, + {file = "dash-2.16.0.tar.gz", hash = "sha256:7887998e278f6cc1b8200ec9d9d6f82b5cb599997a31723c926487a25ce52117"}, ] [package.dependencies] @@ -514,7 +514,7 @@ dash-html-components = "2.0.0" dash-table = "5.0.0" dash-testing-stub = {version = ">=0.0.2", optional = true, markers = "extra == \"testing\""} Flask = ">=1.0.4,<3.1" -importlib-metadata = {version = "*", markers = "python_version >= \"3.7\""} +importlib-metadata = "*" lxml = {version = ">=4.6.2", optional = true, markers = "extra == \"testing\""} multiprocess = {version = ">=0.70.12", optional = true, markers = "extra == \"testing\""} nest-asyncio = "*" @@ -534,8 +534,8 @@ waitress = {version = ">=1.4.4", optional = true, markers = "extra == \"testing\ Werkzeug = "<3.1" [package.extras] -celery = ["celery[redis] (>=5.1.2)", "importlib-metadata (<5)", "redis (>=3.5.3)"] -ci = ["black (==21.6b0)", "black (==22.3.0)", "dash-dangerously-set-inner-html", "dash-flow-example (==0.0.5)", "flake8 (==3.9.2)", "flaky (==3.7.0)", "flask-talisman (==1.0.0)", "isort (==4.3.21)", "jupyterlab (<4.0.0)", "mimesis (<=11.1.0)", "mock (==4.0.3)", "numpy (<=1.25.2)", "openpyxl", "orjson (==3.5.4)", "orjson (==3.6.7)", "pandas (==1.1.5)", "pandas (>=1.4.0)", "preconditions", "pyarrow", "pyarrow (<3)", "pylint (==2.13.5)", "pytest-mock", "pytest-rerunfailures", "pytest-sugar (==0.9.6)", "xlrd (<2)", "xlrd (>=2.0.1)"] +celery = ["celery[redis] (>=5.1.2)", "redis (>=3.5.3)"] +ci = ["black (==22.3.0)", "dash-dangerously-set-inner-html", "dash-flow-example (==0.0.5)", "flake8 (==7.0.0)", "flaky (==3.7.0)", "flask-talisman (==1.0.0)", "jupyterlab (<4.0.0)", "mimesis (<=11.1.0)", "mock (==4.0.3)", "numpy (<=1.26.3)", "openpyxl", "orjson (==3.9.12)", "pandas (>=1.4.0)", "pyarrow", "pylint (==3.0.3)", "pytest-mock", "pytest-rerunfailures", "pytest-sugar (==0.9.6)", "pyzmq (==25.1.2)", "xlrd (>=2.0.1)"] compress = ["flask-compress"] dev = ["PyYAML (>=5.4.1)", "coloredlogs (>=15.0.1)", "fire (>=0.4.0)"] diskcache = ["diskcache (>=5.2.1)", "multiprocess (>=0.70.12)", "psutil (>=5.8.0)"] @@ -2376,4 +2376,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "2493fefb5ad7cc36080abbce07c8dc52bf4bc86c2cf0fea9408fbe7ac3a9759f" +content-hash = "e1d9429b1fcb3e4c10d621c02254dfada7eca68785d2b5e6c6c1ed218ecc0b39" diff --git a/pyproject.toml b/pyproject.toml index 95fbe48..4068418 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ packages = [{include = "noplp"},{include = "pages"}] [tool.poetry.dependencies] python = "^3.10" gunicorn = "^21.2.0" -dash = "^2.14.2" +dash = "^2.16.0" dash-bootstrap-components = "^1.4.2" pandas = "^2.1.4" unidecode = "^1.3.8" @@ -21,7 +21,7 @@ black = "^24.2.0" flake8 = "^7.0.0" pylint = "^3.1.0" dateparser = "^1.1.8" -dash = {extras = ["testing"], version = "^2.14.2"} +dash = {extras = ["testing"], version = "^2.16.0"} urllib3 = "^1.26.18" aiohttp = "^3.9.1" aiolimiter = "^1.1.0"