diff --git a/poetry.lock b/poetry.lock index 5195946..5976667 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1033,13 +1033,13 @@ files = [ [[package]] name = "dash" -version = "2.14.0" +version = "2.14.1" description = "A Python framework for building reactive web-apps. Developed by Plotly." optional = false python-versions = ">=3.6" files = [ - {file = "dash-2.14.0-py3-none-any.whl", hash = "sha256:b88ffb53cb1bf54c12780ecf89943bb901c8914b3c075002e46519c9b17d7a72"}, - {file = "dash-2.14.0.tar.gz", hash = "sha256:bd28be70be24ae1d1f764b8217a03da35e9ed895406686d24dfb6ed4e331e5a9"}, + {file = "dash-2.14.1-py3-none-any.whl", hash = "sha256:ce440ef7416945c9daa8274948483a0aac928a4fec768c0384fd4e9a6196eaf2"}, + {file = "dash-2.14.1.tar.gz", hash = "sha256:93dc9d665ec5d3720647d4cef4520a1c7cd1bde57e893ffeb7e6cd59781d3294"}, ] [package.dependencies] @@ -1047,7 +1047,7 @@ ansi2html = "*" dash-core-components = "2.0.0" dash-html-components = "2.0.0" dash-table = "5.0.0" -Flask = ">=1.0.4,<2.3.0" +Flask = ">=1.0.4,<3.1" importlib-metadata = {version = "*", markers = "python_version >= \"3.7\""} nest-asyncio = "*" plotly = ">=5.0.0" @@ -1055,7 +1055,7 @@ requests = "*" retrying = "*" setuptools = "*" typing-extensions = ">=4.1.1" -Werkzeug = "<2.3.0" +Werkzeug = "<3.1" [package.extras] celery = ["celery[redis] (>=5.1.2)", "importlib-metadata (<5)", "redis (>=3.5.3)"] @@ -7463,4 +7463,4 @@ web-server = ["dash", "dash-auth", "dash-bootstrap-components", "matplotlib", "s [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "c0fac9b5f2c79fde4f8cf82e67d37622b9975107acfafb2592c73b9afa9cbdd4" +content-hash = "12d3f8c3796288e51debe2089b442231daa94d4ab93b2103a00001ab4cf31950" diff --git a/pyproject.toml b/pyproject.toml index 705c4ef..dff123f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ SQLAlchemy = "^1.4.49" aenum = "^3.1.15" babel = "^2.13.1" cachetools = "^5.3.1" -dash = "^2.13.0" +dash = "^2.14.1" dash-auth = "^2.0.0" dash-bootstrap-components = "^1.5.0" datetime = "^5.2"