Update unicodedata2 from 15.0.0 to 15.1.0

This commit is contained in:
pyup-bot 2023-10-23 16:55:09 +01:00
parent e9f7291702
commit 480e69399b

View File

@ -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"