Skip to content

Commit

Permalink
build(deps): bump flask from 2.3.3 to 3.0.0 in /client
Browse files Browse the repository at this point in the history
Bumps [flask](https://github.com/pallets/flask) from 2.3.3 to 3.0.0.
- [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.0)

---
updated-dependencies:
- dependency-name: flask
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent 53c2ae4 commit 8353020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
flask==2.2.5;python_version<"3.8"
flask==2.3.3;python_version>="3.8"
flask==3.0.0;python_version>="3.8"
python-dotenv==0.21.1;python_version<"3.8"
python-dotenv==1.0.0;python_version>="3.8"
rq==1.15.1
Expand Down

0 comments on commit 8353020

Please sign in to comment.