Skip to content

Commit

Permalink
upgrade flask
Browse files Browse the repository at this point in the history
  • Loading branch information
Qiao Qiao committed Aug 1, 2024
1 parent 1611dc0 commit 2a2ff6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ cryptography==43.0.0
# pyopenssl
exceptiongroup==1.2.2
# via pytest
flask==1.0.4
flask==1.1.2
# via gdc-client (pyproject.toml)
httmock==1.4.0
# via gdc-client (pyproject.toml)
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ where = src
[options.extras_require]
dev =
click>= 8
flask~=1.0.2
flask
pytest
pytest-cov
requests-mock
Expand Down

0 comments on commit 2a2ff6e

Please sign in to comment.