From cae01a2ae82c3106e6f5e152fef3245bf2989620 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 20:32:47 +0000 Subject: [PATCH] Bump flask from 1.0.2 to 2.3.2 in /dowhy-causal-inference Bumps [flask](https://github.com/pallets/flask) from 1.0.2 to 2.3.2. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/1.0.2...2.3.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dowhy-causal-inference/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dowhy-causal-inference/requirements.txt b/dowhy-causal-inference/requirements.txt index 768f22dc..8a97ba98 100644 --- a/dowhy-causal-inference/requirements.txt +++ b/dowhy-causal-inference/requirements.txt @@ -2,6 +2,6 @@ sklearn==0.0 networkx==2.1 matplotlib==2.2.2 sympy==1.2 -Flask==1.0.2 +Flask==2.3.2 pygraphviz==1.3.1 git+git://github.com/Microsoft/dowhy.git