From 5787d71f90d528e0504bec53155257cb73b8743c Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 27 Oct 2023 15:48:00 +0000
Subject: [PATCH] build(deps): bump dash from 2.14.0 to 2.14.1 (#278)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[//]: # (dependabot-start)
⚠️ **Dependabot is rebasing this PR** ⚠️
Rebasing might not happen immediately, so don't worry if this takes some
time.
Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.
---
[//]: # (dependabot-end)
Bumps [dash](https://github.com/plotly/dash) from 2.14.0 to 2.14.1.
Release notes
Sourced from dash's
releases.
Dash v2.14.1
Fixed
- #2672 Fix
get_caller_name
in case the source is not available.
Changed
- #2674 Raise
flask & werkzeug limits to <3.1
Changelog
Sourced from dash's
changelog.
[2.14.1] - 2023-10-26
Fixed
- #2672 Fix
get_caller_name
in case the source is not available.
Changed
- #2674 Raise
flask & werkzeug limits to <3.1
Commits
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
poetry.lock | 12 ++++++------
pyproject.toml | 2 +-
2 files changed, 7 insertions(+), 7 deletions(-)
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"