From bde60aa8d5eaeb1418639413470ecb64ac16e5fb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 1 Feb 2022 13:07:06 +0000 Subject: [PATCH] Update dependency asgiref to v3.5.0 --- api/poetry.lock | 10 +++++----- api/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index 631b5f642..9017ab278 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -87,11 +87,11 @@ typing-extensions = {version = "*", markers = "python_version < \"3.8\""} [[package]] name = "asgiref" -version = "3.3.4" +version = "3.5.0" description = "ASGI specs, helper code, and adapters" category = "main" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" [package.dependencies] typing-extensions = {version = "*", markers = "python_version < \"3.8\""} @@ -2080,7 +2080,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "10ce6ad0b275d6f859b6c32092e4e230479c92f938848928433b831da3b395d7" +content-hash = "42aed0d74847ac1a6428caef665366304dae1610bd2af712abce914e43eda3d9" [metadata.files] aiohttp = [ @@ -2182,8 +2182,8 @@ arrow = [ {file = "arrow-1.1.1.tar.gz", hash = "sha256:dee7602f6c60e3ec510095b5e301441bc56288cb8f51def14dcb3079f623823a"}, ] asgiref = [ - {file = "asgiref-3.3.4-py3-none-any.whl", hash = "sha256:92906c611ce6c967347bbfea733f13d6313901d54dcca88195eaeb52b2a8e8ee"}, - {file = "asgiref-3.3.4.tar.gz", hash = "sha256:d1216dfbdfb63826470995d31caed36225dcaf34f182e0fa257a4dd9e86f1b78"}, + {file = "asgiref-3.5.0-py3-none-any.whl", hash = "sha256:88d59c13d634dcffe0510be048210188edd79aeccb6a6c9028cdad6f31d730a9"}, + {file = "asgiref-3.5.0.tar.gz", hash = "sha256:2f8abc20f7248433085eda803936d98992f1343ddb022065779f37c5da0181d0"}, ] async-timeout = [ {file = "async-timeout-4.0.2.tar.gz", hash = "sha256:2163e1640ddb52b7a8c80d0a67a08587e5d245cc9c553a74a847056bc2976b15"}, diff --git a/api/pyproject.toml b/api/pyproject.toml index c343dcbb7..2f2d39c3f 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -52,7 +52,7 @@ Markdown = "==3.3.6" bleach = "==3.3.1" feedparser = "==6.0.8" watchdog = "==2.1.6" -asgiref = "3.3.4" #1516 +asgiref = "==3.5.0" #1516 ipython = "==7.27.0" python-ldap = "==3.4.0" django-auth-ldap = "==3.0.0"