From 480e69399b2867e0bf6bdbb81dbdf4c06c654c7f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 23 Oct 2023 16:55:09 +0100 Subject: [PATCH] Update unicodedata2 from 15.0.0 to 15.1.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5861e458e..aeb9b5a73 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # extension 'brotlipy' on PyPy brotli==1.1.0; platform_python_implementation != "PyPy" brotlicffi==1.1.0.0; platform_python_implementation == "PyPy" -unicodedata2==15.0.0; python_version <= '3.11' +unicodedata2==15.1.0; python_version <= '3.11' scipy==1.10.0; platform_python_implementation != "PyPy" and python_version <= '3.8' scipy==1.11.3; platform_python_implementation != "PyPy" and python_version >= '3.9' munkres==1.1.4; platform_python_implementation == "PyPy"