From 06aaf3cdaed1da7cc0ec9587285bef77d717f2ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Aug 2021 22:04:17 +0000 Subject: [PATCH] build(deps): bump sanic from 21.6.1 to 21.6.2 Bumps [sanic](https://github.com/sanic-org/sanic) from 21.6.1 to 21.6.2. - [Release notes](https://github.com/sanic-org/sanic/releases) - [Changelog](https://github.com/sanic-org/sanic/blob/main/CHANGELOG.rst) - [Commits](https://github.com/sanic-org/sanic/compare/v21.6.1...v21.6.2) --- updated-dependencies: - dependency-name: sanic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2f941e96..a351a75d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -713,7 +713,7 @@ pyasn1 = ">=0.1.3" [[package]] name = "sanic" -version = "21.6.1" +version = "21.6.2" description = "A web server and web framework that's written to go fast. Build fast. Run fast." category = "main" optional = false @@ -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 = "36f02ef7847e79f68fd83d26b78e341537ddfdb21e45071b6bd05011591bb675" +content-hash = "442ac5cbf225eb849479e055a27b4dc767176b09ff3ca8fb82d8b65bb6774b69" [metadata.files] aiocache = [ @@ -1434,8 +1434,8 @@ rsa = [ {file = "rsa-4.7.2.tar.gz", hash = "sha256:9d689e6ca1b3038bc82bf8d23e944b6b6037bc02301a574935b2dd946e0353b9"}, ] sanic = [ - {file = "sanic-21.6.1-py3-none-any.whl", hash = "sha256:9afaeba4ddc8f25df30bdc80d6376ee28f9495da781c59e8594ed2a69adbe74d"}, - {file = "sanic-21.6.1.tar.gz", hash = "sha256:1425d750f6400ce3f8206a53bb5f1391e1e669f8de66c84c95ac3bfcb36ed66e"}, + {file = "sanic-21.6.2-py3-none-any.whl", hash = "sha256:4e066581ea4f36fbc1c04461a497d010f7f83ef1dc91a03dbf40b14ae9c25839"}, + {file = "sanic-21.6.2.tar.gz", hash = "sha256:c35513d7dd68266f90c247cf8be710dacd5bbf60c6a4ffdb5c70829dffe8b795"}, ] sanic-routing = [ {file = "sanic-routing-0.7.0.tar.gz", hash = "sha256:bd6e30b9252d3500e0224e9bb64ba52561638991cefa1f7281c3ba75795c7df9"}, diff --git a/pyproject.toml b/pyproject.toml index e8ced723..aacd6216 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.1" +sanic = "^21.6.2" prometheus-client = "^0.11.0" shortuuid = "^1.0.1" structlog = "^21.1.0"