Skip to content

Commit

Permalink
build(deps): bump flask from 2.3.3 to 3.0.3 in /client (#521)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
dependabot[bot] and david-yz-liu authored Aug 8, 2024
1 parent 4284afa commit 0f268fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
flask==2.2.5;python_version<"3.8"
flask==2.3.3;python_version>="3.8"
flask==3.0.3;python_version>="3.8"
python-dotenv==0.21.1;python_version<"3.8"
python-dotenv==1.0.1;python_version>="3.8"
rq==1.16.2
redis==5.0.4
jsonschema==4.17.3;python_version<"3.8"
jsonschema==4.22.0;python_version>="3.8"
Werkzeug==2.2.3;python_version<"3.8"
Werkzeug==2.3.8;python_version>="3.8"
Werkzeug==3.0.3;python_version>="3.8"

0 comments on commit 0f268fc

Please sign in to comment.