This is an automated email from the ASF dual-hosted git repository.
alexstocks pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-go-pixiu.git
The following commit(s) were added to refs/heads/develop by this push:
new bcc8ccee build(deps): bump flask in /samples/bookinfo/src/productpage
(#560)
bcc8ccee is described below
commit bcc8cceef810873b4edfb413c9ebaac273f9d79d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed May 3 12:22:24 2023 +0800
build(deps): bump flask in /samples/bookinfo/src/productpage (#560)
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] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
samples/bookinfo/src/productpage/requirements.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/samples/bookinfo/src/productpage/requirements.txt
b/samples/bookinfo/src/productpage/requirements.txt
index 7cee4797..3b2f689c 100644
--- a/samples/bookinfo/src/productpage/requirements.txt
+++ b/samples/bookinfo/src/productpage/requirements.txt
@@ -3,7 +3,7 @@ chardet==3.0.4
Click==7.0
contextlib2==0.5.5
dominate==2.3.5
-Flask==1.0.2
+Flask==2.3.2
Flask-Bootstrap==3.3.7.1
Flask-JSON==0.3.3
future==0.17.1