diff --git a/poetry.lock b/poetry.lock index b6d8151a..5cdadc85 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3032,13 +3032,13 @@ files = [ [[package]] name = "werkzeug" -version = "2.3.8" +version = "3.0.6" description = "The comprehensive WSGI web application library." optional = true python-versions = ">=3.8" files = [ - {file = "werkzeug-2.3.8-py3-none-any.whl", hash = "sha256:bba1f19f8ec89d4d607a3bd62f1904bd2e609472d93cd85e9d4e178f472c3748"}, - {file = "werkzeug-2.3.8.tar.gz", hash = "sha256:554b257c74bbeb7a0d254160a4f8ffe185243f52a52035060b761ca62d977f03"}, + {file = "werkzeug-3.0.6-py3-none-any.whl", hash = "sha256:1bc0c2310d2fbb07b1dd1105eba2f7af72f322e1e455f2f93c993bee8c8a5f17"}, + {file = "werkzeug-3.0.6.tar.gz", hash = "sha256:a8dd59d4de28ca70471a34cba79bed5f7ef2e036a76b3ab0835474246eb41f8d"}, ] [package.dependencies] @@ -3060,4 +3060,4 @@ solver = ["cvxpy", "graphviz", "matplotlib", "numpy"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "a6ff4a486eb212b829843446fbda8d89cfdc847c8f1c1b150e9528d35051d7f4" +content-hash = "7c74790cc672d2d07e171e3ea0f9f54ca0c4175f70e3701f6fe508f42ff6c094" diff --git a/pyproject.toml b/pyproject.toml index bb913012..66bfe305 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ flask = { version = "^2.1.2", optional = true } lz4 = { version = "^4.0.0", optional = true } pynacl = { version = "^1.5.0", optional = true } pyopenssl = { version = "^22.0.0", optional = true } -werkzeug = { version = "^2.1.2", optional = true } +werkzeug = { version = ">=2.1.2,<4.0.0", optional = true } pyarrow = "^17.0.0" [tool.poetry.extras]