Skip to content

Commit

Permalink
Bump flask from 2.1.0 to 2.3.2 in /equipment/project
Browse files Browse the repository at this point in the history
Bumps [flask](https://github.com/pallets/flask) from 2.1.0 to 2.3.2.
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](pallets/flask@2.1.0...2.3.2)

---
updated-dependencies:
- dependency-name: flask
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 1, 2023
1 parent 61bd1d3 commit 7619cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion equipment/project/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-e ../../
alembic==1.7.7 # Remove if SQLAlchemy is not used
boto3==1.21.29 # Remove if AWS is not used (affects "ses" email and "s3" storage drivers)
flask==2.1.0 # Remove if web server is not used
flask==2.3.2 # Remove if web server is not used
Flask-WTF==1.0.0 # Remove if web server is not used
mail1==4.1.0 # Remove if "smtp" email driver is not used
mysqlclient==2.1.0 # Remove mysqlclient if MySQL is not used
Expand Down

0 comments on commit 7619cbc

Please sign in to comment.