22.3 Internal version bumps (#2419)

This commit is contained in:
Adam Hopkins
2022-03-31 14:30:30 +03:00
committed by GitHub
parent 874718db94
commit 00218aa9f2
6 changed files with 12 additions and 11 deletions

View File

@@ -84,7 +84,7 @@ ujson = "ujson>=1.35" + env_dependency
uvloop = "uvloop>=0.5.3" + env_dependency
types_ujson = "types-ujson" + env_dependency
requirements = [
"sanic-routing~=0.7",
"sanic-routing>=22.3.0,<22.6.0",
"httptools>=0.0.10",
uvloop,
ujson,
@@ -94,7 +94,7 @@ requirements = [
]
tests_require = [
"sanic-testing>=0.7.0",
"sanic-testing>=22.3.0",
"pytest==6.2.5",
"coverage==5.3",
"gunicorn==20.0.4",