Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Bump up Flask to version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sinclert committed Nov 2, 2023
1 parent d6e7f1a commit 5e5e0d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ repos:
args: ["src", "tests"]
language: python
pass_filenames: false
additional_dependencies: ["flask ~= 2.3.0"]
additional_dependencies: ["flask ~= 3.0.0"]
2 changes: 1 addition & 1 deletion reqs/requirements-main.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Public packages
flask==2.3.2
flask==3.0.0
flask_cors==3.0.10
gunicorn==20.1.0

Expand Down

0 comments on commit 5e5e0d1

Please sign in to comment.