From fd485ce83a3aeb7588da099d989e1ff3a8a8bc19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 May 2022 09:33:29 +0000 Subject: [PATCH] Bump apiflask from 0.12.0 to 1.0.0 in /api Bumps [apiflask](https://github.com/greyli/apiflask) from 0.12.0 to 1.0.0. - [Release notes](https://github.com/greyli/apiflask/releases) - [Changelog](https://github.com/greyli/apiflask/blob/main/docs/changelog.md) - [Commits](https://github.com/greyli/apiflask/compare/0.12.0...1.0.0) --- updated-dependencies: - dependency-name: apiflask dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index f3bd767..4768e71 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -5,7 +5,7 @@ Flask_SQLAlchemy==2.5.1 python-dotenv==0.20.0 pymysql==1.0.2 pyjwt==2.3.0 -apiflask==0.12.0 +apiflask==1.0.0 flask-cors==3.0.10 bcrypt==3.2.2 pytest~=7.1.2