Skip to content

Commit be4e727

Browse files
CobaltCobalt
authored andcommitted
Bump quart to ^0.13.0
1 parent 6ef9f30 commit be4e727

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "gino-quart"
3-
version = "0.1.1b0"
3+
version = "0.1.1b1"
44
description = "An extension for GINO to integrate with Quart"
55
license = "BSD-3-Clause"
66
authors = ["Tony Wang <[email protected]>"]
@@ -23,7 +23,7 @@ classifiers = [
2323
[tool.poetry.dependencies]
2424
python = "^3.7"
2525
gino = { version = "^1.0.0rc2", allow-prereleases = true }
26-
quart = "^0.11.5"
26+
quart = "^0.13.0"
2727

2828
[tool.poetry.dev-dependencies]
2929
black = "^19.10b0"

0 commit comments

Comments
 (0)