Skip to content

Commit

Permalink
Update flask dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
codders committed Oct 20, 2023
1 parent 1ec4c38 commit 5101d05
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ urllib3 = "*"
lxml = "*"
coverage = "*"
requests-mock = "*"
Flask = "*"
Flask = ">=3"
Flask-API = "*"
werkzeug = "<3"
werkzeug = ">=3"
firebase-admin = "*"
mock-firestore = "*"
pytest-mock = "*"
Expand Down
28 changes: 14 additions & 14 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5101d05

Please sign in to comment.