Skip to content

Commit 0f268fc

Browse files
build(deps): bump flask from 2.3.3 to 3.0.3 in /client (#521)
* build(deps): bump werkzeug from 2.3.8 to 3.0.3 in /client Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.8 to 3.0.3. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](pallets/werkzeug@2.3.8...3.0.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * build(deps): bump flask from 2.3.3 to 3.0.3 in /client Bumps [flask](https://github.com/pallets/flask) from 2.3.3 to 3.0.3. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](pallets/flask@2.3.3...3.0.3) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: david-yz-liu <[email protected]>
1 parent 4284afa commit 0f268fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
flask==2.2.5;python_version<"3.8"
2-
flask==2.3.3;python_version>="3.8"
2+
flask==3.0.3;python_version>="3.8"
33
python-dotenv==0.21.1;python_version<"3.8"
44
python-dotenv==1.0.1;python_version>="3.8"
55
rq==1.16.2
66
redis==5.0.4
77
jsonschema==4.17.3;python_version<"3.8"
88
jsonschema==4.22.0;python_version>="3.8"
99
Werkzeug==2.2.3;python_version<"3.8"
10-
Werkzeug==2.3.8;python_version>="3.8"
10+
Werkzeug==3.0.3;python_version>="3.8"

0 commit comments

Comments
 (0)