From 63c9064fd89dffa07254b7a8acd2cb643847e8eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 10:28:57 +0000 Subject: [PATCH] Bump apiflask from 1.0.0 to 1.1.0 in /api Bumps [apiflask](https://github.com/apiflask/apiflask) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/apiflask/apiflask/releases) - [Changelog](https://github.com/apiflask/apiflask/blob/main/docs/changelog.md) - [Commits](https://github.com/apiflask/apiflask/compare/1.0.0...1.1.0) --- updated-dependencies: - dependency-name: apiflask dependency-type: direct:production update-type: version-update:semver-minor ... 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 f4af07f..d70ed4f 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==1.0.0 +apiflask==1.1.0 flask-cors==3.0.10 bcrypt==3.2.2 pytest~=7.1.2