diff --git a/poetry.lock b/poetry.lock index f6b3419b..2f941e96 100644 --- a/poetry.lock +++ b/poetry.lock @@ -713,7 +713,7 @@ pyasn1 = ">=0.1.3" [[package]] name = "sanic" -version = "21.6.0" +version = "21.6.1" description = "A web server and web framework that's written to go fast. Build fast. Run fast." category = "main" optional = false @@ -723,16 +723,16 @@ python-versions = ">=3.7" aiofiles = ">=0.6.0" httptools = ">=0.0.10" multidict = ">=5.0,<6.0" -sanic-routing = "0.7.0" +sanic-routing = ">=0.7,<1.0" ujson = {version = ">=1.35", markers = "sys_platform != \"win32\" and implementation_name == \"cpython\""} uvloop = {version = ">=0.5.3", markers = "sys_platform != \"win32\" and implementation_name == \"cpython\""} websockets = ">=9.0" [package.extras] -all = ["sanic-testing (>=0.6.0)", "pytest (==5.2.1)", "multidict (>=5.0,<6.0)", "gunicorn (==20.0.4)", "pytest-cov", "beautifulsoup4", "pytest-sanic", "pytest-sugar", "pytest-benchmark", "aiofiles", "tox", "black", "flake8", "bandit", "towncrier", "sphinx (>=2.1.2)", "sphinx-rtd-theme", "recommonmark (>=0.5.0)", "docutils", "pygments", "uvloop (>=0.5.3)", "ujson (>=1.35)"] -dev = ["sanic-testing (>=0.6.0)", "pytest (==5.2.1)", "multidict (>=5.0,<6.0)", "gunicorn (==20.0.4)", "pytest-cov", "beautifulsoup4", "pytest-sanic", "pytest-sugar", "pytest-benchmark", "aiofiles", "tox", "black", "flake8", "bandit", "towncrier", "uvloop (>=0.5.3)", "ujson (>=1.35)"] +all = ["sanic-testing (>=0.7.0b1)", "pytest (==5.2.1)", "multidict (>=5.0,<6.0)", "gunicorn (==20.0.4)", "pytest-cov", "beautifulsoup4", "pytest-sanic", "pytest-sugar", "pytest-benchmark", "aiofiles", "tox", "black", "flake8", "bandit", "towncrier", "sphinx (>=2.1.2)", "sphinx-rtd-theme", "recommonmark (>=0.5.0)", "docutils", "pygments", "uvloop (>=0.5.3)", "ujson (>=1.35)"] +dev = ["sanic-testing (>=0.7.0b1)", "pytest (==5.2.1)", "multidict (>=5.0,<6.0)", "gunicorn (==20.0.4)", "pytest-cov", "beautifulsoup4", "pytest-sanic", "pytest-sugar", "pytest-benchmark", "aiofiles", "tox", "black", "flake8", "bandit", "towncrier", "uvloop (>=0.5.3)", "ujson (>=1.35)"] docs = ["sphinx (>=2.1.2)", "sphinx-rtd-theme", "recommonmark (>=0.5.0)", "docutils", "pygments"] -test = ["sanic-testing (>=0.6.0)", "pytest (==5.2.1)", "multidict (>=5.0,<6.0)", "gunicorn (==20.0.4)", "pytest-cov", "beautifulsoup4", "pytest-sanic", "pytest-sugar", "pytest-benchmark", "uvloop (>=0.5.3)", "ujson (>=1.35)"] +test = ["sanic-testing (>=0.7.0b1)", "pytest (==5.2.1)", "multidict (>=5.0,<6.0)", "gunicorn (==20.0.4)", "pytest-cov", "beautifulsoup4", "pytest-sanic", "pytest-sugar", "pytest-benchmark", "uvloop (>=0.5.3)", "ujson (>=1.35)"] [[package]] name = "sanic-routing" @@ -933,7 +933,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "89bf511217f2e01295a55a95337e61a21a9c980dfa2878139e280a8fa6d1fe45" +content-hash = "36f02ef7847e79f68fd83d26b78e341537ddfdb21e45071b6bd05011591bb675" [metadata.files] aiocache = [ @@ -1434,8 +1434,8 @@ rsa = [ {file = "rsa-4.7.2.tar.gz", hash = "sha256:9d689e6ca1b3038bc82bf8d23e944b6b6037bc02301a574935b2dd946e0353b9"}, ] sanic = [ - {file = "sanic-21.6.0-py3-none-any.whl", hash = "sha256:bc79831325b149a9eade5f9913d78da6a7f3682b98f2700117d1dafe530cb4fe"}, - {file = "sanic-21.6.0.tar.gz", hash = "sha256:eeae886e94f8ee9cee61bf7e3a9c1974cb9cfd666002d2a0a4b82e007aa4f2dd"}, + {file = "sanic-21.6.1-py3-none-any.whl", hash = "sha256:9afaeba4ddc8f25df30bdc80d6376ee28f9495da781c59e8594ed2a69adbe74d"}, + {file = "sanic-21.6.1.tar.gz", hash = "sha256:1425d750f6400ce3f8206a53bb5f1391e1e669f8de66c84c95ac3bfcb36ed66e"}, ] sanic-routing = [ {file = "sanic-routing-0.7.0.tar.gz", hash = "sha256:bd6e30b9252d3500e0224e9bb64ba52561638991cefa1f7281c3ba75795c7df9"}, diff --git a/pyproject.toml b/pyproject.toml index e8849ce9..e8ced723 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ bison = "^0.1.3" grpcio = "^1.39.0" kubernetes = "^17.17.0" PyYAML = "^5.4.1" -sanic = "^21.6.0" +sanic = "^21.6.1" prometheus-client = "^0.11.0" shortuuid = "^1.0.1" structlog = "^21.1.0"