diff --git a/api/poetry.lock b/api/poetry.lock index 6dd2ff374..d6c56243c 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -105,7 +105,7 @@ typing-extensions = {version = "*", markers = "python_version < \"3.8\""} [[package]] name = "asgiref" -version = "3.5.0" +version = "3.5.1" description = "ASGI specs, helper code, and adapters" category = "main" optional = false @@ -2114,7 +2114,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "18ba5c326c83c2388fb824042289aa7e7f35952c2b31a740a2e3ae8683718d82" +content-hash = "16a9ad7ecadbcd46c0a31049fbdc5192eb08180fb91fa9e280217a01dd3a74d6" [metadata.files] aiohttp = [ @@ -2220,8 +2220,8 @@ arrow = [ {file = "arrow-1.2.2.tar.gz", hash = "sha256:05caf1fd3d9a11a1135b2b6f09887421153b94558e5ef4d090b567b47173ac2b"}, ] asgiref = [ - {file = "asgiref-3.5.0-py3-none-any.whl", hash = "sha256:88d59c13d634dcffe0510be048210188edd79aeccb6a6c9028cdad6f31d730a9"}, - {file = "asgiref-3.5.0.tar.gz", hash = "sha256:2f8abc20f7248433085eda803936d98992f1343ddb022065779f37c5da0181d0"}, + {file = "asgiref-3.5.1-py3-none-any.whl", hash = "sha256:45a429524fba18aba9d512498b19d220c4d628e75b40cf5c627524dbaebc5cc1"}, + {file = "asgiref-3.5.1.tar.gz", hash = "sha256:fddeea3c53fa99d0cdb613c3941cc6e52d822491fc2753fba25768fb5bf4e865"}, ] async-timeout = [ {file = "async-timeout-4.0.2.tar.gz", hash = "sha256:2163e1640ddb52b7a8c80d0a67a08587e5d245cc9c553a74a847056bc2976b15"}, diff --git a/api/pyproject.toml b/api/pyproject.toml index c2da15aa9..b2e93b2c0 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -50,7 +50,7 @@ Markdown = "==3.3.6" bleach = "==4.1.0" feedparser = "==6.0.8" watchdog = "==2.1.7" -asgiref = "==3.5.0" #1516 +asgiref = "==3.5.1" #1516 ipython = "==7.32.0" python-ldap = "==3.4.0" django-auth-ldap = "==4.0.0"